Skip to content

Commit a2dcc7c

Browse files
authored
Merge pull request #256 from IFTTT/bugfix/make_initializer_options_public
Making initializer options public
2 parents 4d32300 + 864f0ea commit a2dcc7c

15 files changed

+641
-620
lines changed

Examples/GroceryExpress/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2222

2323
ConnectButtonController.synchronizationLoggingEnabled = true
2424
ConnectButtonController.analyticsEnabled = true
25-
ConnectButtonController.initialize()
25+
ConnectButtonController.initialize(options: .init(enableSDKBackgroundProcess: true))
2626
return true
2727
}
2828

Examples/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- IFTTTConnectSDK (2.5.5)
2+
- IFTTTConnectSDK (2.5.7)
33

44
DEPENDENCIES:
55
- IFTTTConnectSDK (from `./../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "./../"
1010

1111
SPEC CHECKSUMS:
12-
IFTTTConnectSDK: b6c9c2f435889a39c6e9b92339c86326d42d5f1f
12+
IFTTTConnectSDK: 7495e0589091223c67ac84eb96b26fde72f9db68
1313

1414
PODFILE CHECKSUM: af7656f7e18efa570ba8f674c004512bed06a55e
1515

16-
COCOAPODS: 1.9.3
16+
COCOAPODS: 1.10.0

Examples/Pods/Local Podspecs/IFTTTConnectSDK.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 567 additions & 579 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Target Support Files/IFTTTConnectSDK/IFTTTConnectSDK.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Target Support Files/IFTTTConnectSDK/IFTTTConnectSDK.release.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Target Support Files/IFTTTConnectSDK/ResourceBundle-IFTTTConnectSDK-IFTTTConnectSDK-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Target Support Files/IFTTTConnectSDK/ResourceBundle-IFTTTConnectSDK-Localizations-IFTTTConnectSDK-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Pods/Target Support Files/Pods-Grocery Express/Pods-Grocery Express.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)