Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Feb 10, 2021
1 parent dc578af commit 408c081
Show file tree
Hide file tree
Showing 8 changed files with 1,482 additions and 1,481 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- CryptoSwift (1.3.8)
- nRFMeshProvision (3.0):
- nRFMeshProvision (3.0.1):
- CryptoSwift (= 1.3.8)

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CryptoSwift: 01b0f0cba1d5c212e5a335ff6c054fb75a204f00
nRFMeshProvision: 6a9b3ab691389ea21c9a6a6d502cc2fb8a48366e
nRFMeshProvision: 9f9749f0ca3fb5c9689e2f4106e93f915aea5f9a

PODFILE CHECKSUM: 69a81463322ef34ca0a20b98e90da2701d94e4ec

Expand Down
4 changes: 2 additions & 2 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.

2,938 changes: 1,469 additions & 1,469 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

8 changes: 4 additions & 4 deletions Example/nRFMeshProvision.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1340,15 +1340,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = nRFMeshProvision_Example.entitlements;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = P3R8YQEV4L;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = nRFMeshProvision/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 3.0.1;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand All @@ -1367,15 +1367,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = nRFMeshProvision_Example.entitlements;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = P3R8YQEV4L;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = nRFMeshProvision/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 3.0.1;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand Down
2 changes: 1 addition & 1 deletion nRFMeshProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = 'nRFMeshProvision'
s.version = '3.0'
s.version = '3.0.1'
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 Down

0 comments on commit 408c081

Please sign in to comment.