Skip to content

Commit af92632

Browse files
author
Andy Johns
committed
Release 1.6
Integrates latest iOS SDK which includes: Updated to Xcode 7.3 Require device to have a passcode set by default Now optional for container app to post UIReadyNotification Simplify application state event communication from Container to SDK Added ability to create full text search views Exposed default Type query to CDB service as "views/type" view name. Changes to support XCode 7.3 Fixed issues with subscribing, unsubscribing and listing document change notifications UserSettings service updated to support JSON objects or JSON fragments Fixed issue in various services to return 201 status code rather than 200 when creating a resource Other minor bug fixes and improvements
1 parent 84af9f7 commit af92632

File tree

20 files changed

+388
-256
lines changed

20 files changed

+388
-256
lines changed

Frameworks/PredixMobileSDK.framework/Headers/PGSDKLogger.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ typedef enum
3333
+ (void)warn:(NSString* _Nonnull)format args:(va_list)args;
3434
+ (void)error:(NSString* _Nonnull)format args:(va_list)args;
3535
+ (void)fatal:(NSString* _Nonnull)format args:(va_list)args;
36+
@end
37+
38+
@interface NSString(SHA512)
39+
- (NSString * _Nonnull)getSHA512Hash;
3640
@end

Frameworks/PredixMobileSDK.framework/Headers/PredixMobileSDK-Swift.h

Lines changed: 157 additions & 139 deletions
Large diffs are not rendered by default.

Frameworks/PredixMobileSDK.framework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>14F27</string>
6+
<string>15E65</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,31 +17,31 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.5.312</string>
20+
<string>1.6.336</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>iPhoneOS</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.5</string>
28+
<string>1.6</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>13C75</string>
32+
<string>13E230</string>
3333
<key>DTPlatformName</key>
3434
<string>iphoneos</string>
3535
<key>DTPlatformVersion</key>
36-
<string>9.2</string>
36+
<string>9.3</string>
3737
<key>DTSDKBuild</key>
38-
<string>13C75</string>
38+
<string>13E230</string>
3939
<key>DTSDKName</key>
40-
<string>iphoneos9.2</string>
40+
<string>iphoneos9.3</string>
4141
<key>DTXcode</key>
42-
<string>0721</string>
42+
<string>0730</string>
4343
<key>DTXcodeBuild</key>
44-
<string>7C1002</string>
44+
<string>7D175</string>
4545
<key>MinimumOSVersion</key>
4646
<string>8.0</string>
4747
<key>UIDeviceFamily</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)