diff --git a/Congress.xcodeproj/project.pbxproj b/Congress.xcodeproj/project.pbxproj index 35232bc..e82631f 100644 --- a/Congress.xcodeproj/project.pbxproj +++ b/Congress.xcodeproj/project.pbxproj @@ -1636,7 +1636,7 @@ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_IDENTITY = "iPhone Distribution: Sunlight Foundation (3A9R2W6JVG)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Sunlight Foundation (3A9R2W6JVG)"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)\"", @@ -1659,7 +1659,7 @@ LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = "E66BF5C0-9A6A-4EA5-88A3-6D317277E170"; + PROVISIONING_PROFILE = "8F273449-2470-4879-8A1C-3800B939ADEA"; TARGETED_DEVICE_FAMILY = 1; WRAPPER_EXTENSION = app; }; diff --git a/Crashlytics.framework/Versions/A/Crashlytics b/Crashlytics.framework/Versions/A/Crashlytics index 4701a36..1230b7e 100644 Binary files a/Crashlytics.framework/Versions/A/Crashlytics and b/Crashlytics.framework/Versions/A/Crashlytics differ diff --git a/Crashlytics.framework/Versions/A/Resources/Info.plist b/Crashlytics.framework/Versions/A/Resources/Info.plist index 1290a7a..60ba076 100644 --- a/Crashlytics.framework/Versions/A/Resources/Info.plist +++ b/Crashlytics.framework/Versions/A/Resources/Info.plist @@ -15,13 +15,13 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.6 + 2.1.7 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 21 + 26 DTPlatformName iphoneos MinimumOSVersion diff --git a/Crashlytics.framework/run b/Crashlytics.framework/run index 09c7c04..d2c2806 100755 Binary files a/Crashlytics.framework/run and b/Crashlytics.framework/run differ diff --git a/Other Sources/SFPushConfig.m b/Other Sources/SFPushConfig.m index 2d2dcf5..7727f2f 100644 --- a/Other Sources/SFPushConfig.m +++ b/Other Sources/SFPushConfig.m @@ -18,6 +18,8 @@ + (id)defaultConfig { #if CONFIGURATION_Release config.productionAppKey = kSFUrbanAirshipProductionKey; config.productionAppSecret = kSFUrbanAirshipProductionSecret; + config.detectProvisioningMode = NO; + config.inProduction = YES; #elif CONFIGURATION_Beta NSLog(@"Registering device for Beta notifications"); config.productionAppKey = kSFUrbanAirshipBetaProdKey; diff --git a/Podfile b/Podfile index 3f814b0..8368498 100644 --- a/Podfile +++ b/Podfile @@ -14,7 +14,7 @@ pod 'TTTAttributedLabel', '~> 1.7' pod 'UIDevice-Hardware' pod 'ViewDeck', '~> 2.2.0' pod 'FormatterKit' -pod 'UrbanAirship-iOS-SDK' +pod 'UrbanAirship-iOS-SDK', '3.0.3' pod 'GroundControl' # This must be commented out for production diff --git a/Resources/Congress-Info.plist b/Resources/Congress-Info.plist index 6657df6..8bf2cf3 100644 --- a/Resources/Congress-Info.plist +++ b/Resources/Congress-Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5 + 1.5.1 CFBundleSignature ???? CFBundleURLTypes