Commit 01cdaa5 1 parent 2eee32f commit 01cdaa5 Copy full SHA for 01cdaa5
File tree 6 files changed +9
-7
lines changed
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "OptableSDK"
3
- spec . version = "0.8.1 "
3
+ spec . version = "0.8.2 "
4
4
spec . summary = "A lightweight SDK used to integrate iOS apps with the Optable Sandbox"
5
5
spec . description = <<-DESC
6
6
The Optable SDK is used to integrate an iOS application with an instance of the
Original file line number Diff line number Diff line change 405
405
"@executable_path/Frameworks",
406
406
"@loader_path/Frameworks",
407
407
);
408
+ MARKETING_VERSION = 0.8.2;
408
409
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDK;
409
410
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
410
411
SKIP_INSTALL = YES;
432
433
"@executable_path/Frameworks",
433
434
"@loader_path/Frameworks",
434
435
);
436
+ MARKETING_VERSION = 0.8.2;
435
437
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDK;
436
438
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
437
439
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ You can then run `pod install` to download all of your dependencies and prepare
50
50
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:
51
51
52
52
``` ruby
53
- pod ' OptableSDK' , ' 0.8.1 '
53
+ pod ' OptableSDK' , ' 0.8.2 '
54
54
```
55
55
56
56
## Using (Swift)
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
Original file line number Diff line number Diff line change 31
31
- nanopb/encode (= 2.30906.0)
32
32
- nanopb/decode (2.30906.0)
33
33
- nanopb/encode (2.30906.0)
34
- - OptableSDK (0.8.1 )
34
+ - OptableSDK (0.8.2 )
35
35
- PromisesObjC (1.2.12)
36
36
37
37
DEPENDENCIES:
@@ -57,7 +57,7 @@ SPEC CHECKSUMS:
57
57
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
58
58
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
59
59
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60
- OptableSDK: 4aa20b1b870fbeadf19919dc0b931440e5848d11
60
+ OptableSDK: 1dbf4d85db77f5d9747929ee352b278af91e1758
61
61
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
62
62
63
63
PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8
Original file line number Diff line number Diff line change 31
31
- nanopb/encode (= 2.30906.0)
32
32
- nanopb/decode (2.30906.0)
33
33
- nanopb/encode (2.30906.0)
34
- - OptableSDK (0.8.1 )
34
+ - OptableSDK (0.8.2 )
35
35
- PromisesObjC (1.2.12)
36
36
37
37
DEPENDENCIES:
@@ -57,7 +57,7 @@ SPEC CHECKSUMS:
57
57
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
58
58
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
59
59
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60
- OptableSDK: 4aa20b1b870fbeadf19919dc0b931440e5848d11
60
+ OptableSDK: 1dbf4d85db77f5d9747929ee352b278af91e1758
61
61
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
62
62
63
63
PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b
You can’t perform that action at this time.
0 commit comments