Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Upgrade UrbanAirship SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Mar 10, 2014
1 parent c684563 commit 1cc3169
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Congress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)\"",
Expand All @@ -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;
};
Expand Down
Binary file modified Crashlytics.framework/Versions/A/Crashlytics
Binary file not shown.
4 changes: 2 additions & 2 deletions Crashlytics.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.6</string>
<string>2.1.7</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>21</string>
<string>26</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>MinimumOSVersion</key>
Expand Down
Binary file modified Crashlytics.framework/run
Binary file not shown.
2 changes: 2 additions & 0 deletions Other Sources/SFPushConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Resources/Congress-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 1cc3169

Please sign in to comment.