Skip to content

Commit

Permalink
Merge pull request #58 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Phillip Lorenzo authored Apr 7, 2020
2 parents 78c55b5 + 364e716 commit 1c3ea82
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Example/XyoSdkExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,9 @@
};
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "XyoSdkExample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ use_frameworks!

target 'sdk-xyo-swift' do
pod 'sdk-core-swift', '~> 3.1.2'
pod 'XyBleSdk', '~> 3.1.2'
pod 'XyBleSdk', '~> 3.1.6'
end
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PODS:

DEPENDENCIES:
- sdk-core-swift (~> 3.1.2)
- XyBleSdk (~> 3.1.2)
- XyBleSdk (~> 3.1.6)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -31,6 +31,6 @@ SPEC CHECKSUMS:
XyBaseSdk: 679d4f8ddbfc70ec1ff8a4cbdccf5bf81a1894f2
XyBleSdk: be5259286588d290cf79d9dfe2dce193de504f49

PODFILE CHECKSUM: f62766566ec2653e871d2b7e67dbb6941aa11738
PODFILE CHECKSUM: 7a02e3251b143b5219263eaafb01eb94ce4ad3e6

COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion Source/sdk/XyoNodeBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class XyoNodeBuilder {
}

deinit {
print("Deallocing XYO Builder")
print("Deallocating XYO Builder")
networks.removeAll()
}

Expand Down
2 changes: 1 addition & 1 deletion Sources/sdk-xyo-swift/sdk/XyoNodeBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class XyoNodeBuilder {
}

deinit {
print("Deallocing XYO Builder")
print("Deallocating XYO Builder")
networks.removeAll()
}

Expand Down
4 changes: 2 additions & 2 deletions sdk-xyo-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'sdk-xyo-swift'
s.version = '1.0.12'
s.version = '1.0.13'
s.summary = 'An easy to use XYO Platform wrapper for swift developers.'

s.description = <<-DESC
Expand Down Expand Up @@ -55,7 +55,7 @@ Pod::Spec.new do |s|
s.source_files = 'Source/**/*.swift'

s.dependency 'sdk-core-swift', '~> 3.1.2'
s.dependency 'XyBleSdk', '~> 3.1.2'
s.dependency 'XyBleSdk', '~> 3.1.6'

# s.resource_bundles = {
# 'sdk-xyo-swift' => ['sdk-xyo-swift/Assets/*.png']
Expand Down

0 comments on commit 1c3ea82

Please sign in to comment.