Skip to content

Commit

Permalink
iOS Example: updated to use the release 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Jan 27, 2022
1 parent 6932d12 commit 719d96b
Show file tree
Hide file tree
Showing 183 changed files with 48,463 additions and 1,158 deletions.
10 changes: 1 addition & 9 deletions examples/example-ios/iosBleSdkTestApp/Podfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '12.0'
platform :ios, '13.0'
use_frameworks!

target 'iosBleSdkTestApp' do
pod 'PolarBleSdk', '~> 3.2'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end
16 changes: 10 additions & 6 deletions examples/example-ios/iosBleSdkTestApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
PODS:
- PolarBleSdk (3.2.5):
- RxSwift (= 6.2.0)
- RxSwift (6.2.0)
- PolarBleSdk (3.2.6):
- RxSwift (~> 6.5.0)
- SwiftProtobuf (~> 1.0)
- RxSwift (6.5.0)
- SwiftProtobuf (1.18.0)

DEPENDENCIES:
- PolarBleSdk (~> 3.2)
Expand All @@ -10,11 +12,13 @@ SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- PolarBleSdk
- RxSwift
- SwiftProtobuf

SPEC CHECKSUMS:
PolarBleSdk: f3955d9b016f1dae3cbae241b910e5de0bd4240b
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
PolarBleSdk: 4b5f5b151aac5804a496cfce41b9256ba38d81b0
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8
SwiftProtobuf: c3c12645230d9b09c72267e0de89468c5543bd86

PODFILE CHECKSUM: 4015aaac87aae78105639945687ca7c6e6de0e10
PODFILE CHECKSUM: 4fb83d433e7978769eea29c1c61d3ad3e9acfdfd

COCOAPODS: 1.10.1
16 changes: 10 additions & 6 deletions examples/example-ios/iosBleSdkTestApp/Pods/Manifest.lock

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

2,584 changes: 1,693 additions & 891 deletions examples/example-ios/iosBleSdkTestApp/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

28 changes: 6 additions & 22 deletions examples/example-ios/iosBleSdkTestApp/Pods/PolarBleSdk/README.md

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.

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

Loading

0 comments on commit 719d96b

Please sign in to comment.