Skip to content

Commit

Permalink
Update app list at least once per week in v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenroed committed Nov 7, 2016
1 parent b6967e4 commit 3a1a5c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,12 @@ typedef void(^KATUpdateConfigHandler)(NSArray *regions, NSError *error);
+ (void)setPinningMode:(KATSSLPinningMode)pinningMode;


/**
* Checks if a collection call is required
*
* @since v1.9.1
*/
+ (BOOL)needsCollectionCall;


@end
Binary file modified KatalysatorSDK.framework/Versions/A/KatalysatorSDK
Binary file not shown.
8 changes: 4 additions & 4 deletions Sample/Sample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
<string>1.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Use this app to allow iBeacon monitoring.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app records regions</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Use this app to allow iBeacon monitoring.</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit 3a1a5c0

Please sign in to comment.