Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 6, 2019
1 parent a86b0c6 commit 42b4411
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- nRFMeshProvision (2.0.0):
- nRFMeshProvision (2.1.0):
- OpenSSL-Universal (= 1.0.2.19)
- OpenSSL-Universal (1.0.2.19):
- OpenSSL-Universal/Static (= 1.0.2.19)
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
nRFMeshProvision: 04f449c7576dd664441c112c867e7efb5e0e4d05
nRFMeshProvision: 0a7cdf55c9dc7fea11c1b20f18e5a47d12208dd6
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
SwiftLint: fc9859e4e1752340664851f667bb1898b9c90114

Expand Down
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/nRFMeshProvision.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Example/nRFMeshProvision.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 2.1.0;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1210,6 +1211,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 2.1.0;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion Example/nRFMeshProvision/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions nRFMeshProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'nRFMeshProvision'
s.version = '2.0.0'
s.version = '2.1.0'
s.summary = 'A Bluetooth Mesh library'
s.description = <<-DESC
nRF Mesh is a Bluetooth Mesh compliant library that has many features such as provisioning, configuration and control of Bluetooth Mesh compliant nodes.
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/nordictweets'
s.platform = :ios
s.static_framework = true
s.swift_version = '5.0'
s.swift_version = '5.1'
s.ios.deployment_target = '10.0'
s.source_files = 'nRFMeshProvision/Classes/**/*'
s.dependency 'OpenSSL-Universal', '= 1.0.2.19'
Expand Down

0 comments on commit 42b4411

Please sign in to comment.