Skip to content

Commit

Permalink
Prepare 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic committed Jan 11, 2021
1 parent 2eee32f commit 01cdaa5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OptableSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OptableSDK"
spec.version = "0.8.1"
spec.version = "0.8.2"
spec.summary = "A lightweight SDK used to integrate iOS apps with the Optable Sandbox"
spec.description = <<-DESC
The Optable SDK is used to integrate an iOS application with an instance of the
Expand Down
2 changes: 2 additions & 0 deletions OptableSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.8.2;
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -432,6 +433,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.8.2;
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can then run `pod install` to download all of your dependencies and prepare
If you would like to reference a specific [release](https://github.com/Optable/optable-ios-sdk/releases), simply append it to the referenced pod. For example:

```ruby
pod 'OptableSDK', '0.8.1'
pod 'OptableSDK', '0.8.2'
```

## Using (Swift)
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions demo-ios-objc/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.8.1)
- OptableSDK (0.8.2)
- PromisesObjC (1.2.12)

DEPENDENCIES:
Expand All @@ -57,7 +57,7 @@ SPEC CHECKSUMS:
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: 4aa20b1b870fbeadf19919dc0b931440e5848d11
OptableSDK: 1dbf4d85db77f5d9747929ee352b278af91e1758
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97

PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8
Expand Down
4 changes: 2 additions & 2 deletions demo-ios-swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.8.1)
- OptableSDK (0.8.2)
- PromisesObjC (1.2.12)

DEPENDENCIES:
Expand All @@ -57,7 +57,7 @@ SPEC CHECKSUMS:
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: 4aa20b1b870fbeadf19919dc0b931440e5848d11
OptableSDK: 1dbf4d85db77f5d9747929ee352b278af91e1758
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97

PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b
Expand Down

0 comments on commit 01cdaa5

Please sign in to comment.