Skip to content

Commit

Permalink
Use App Token SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Dec 19, 2012
1 parent ab20cf2 commit 79805dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ xcuserdata
DerivedData
*.orig
OWAPIKeys.h

6 changes: 6 additions & 0 deletions OpenWatch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,7 @@
D99741901651D42F0034ABB0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OpenWatch/OpenWatch-Prefix.pch";
Expand All @@ -1800,6 +1801,7 @@
"-ObjC",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
RUN_CLANG_STATIC_ANALYZER = YES;
WRAPPER_EXTENSION = app;
};
Expand All @@ -1808,6 +1810,8 @@
D99741911651D42F0034ABB0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Distribution: Chris Ballinger";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Chris Ballinger";
COPY_PHASE_STRIP = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OpenWatch/OpenWatch-Prefix.pch";
Expand All @@ -1824,6 +1828,8 @@
"-ObjC",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "128C2A56-DEEF-40BA-AE67-22CC4BD55863";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "128C2A56-DEEF-40BA-AE67-22CC4BD55863";
RUN_CLANG_STATIC_ANALYZER = YES;
WRAPPER_EXTENSION = app;
};
Expand Down
9 changes: 0 additions & 9 deletions OpenWatch/OWAPIKeys.h

This file was deleted.

2 changes: 1 addition & 1 deletion OpenWatch/OWAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
#ifdef TESTING
[TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]];
#endif
[TestFlight takeOff:TESTFLIGHT_TEAM_TOKEN];
[TestFlight takeOff:TESTFLIGHT_APP_TOKEN];

self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
Expand Down
2 changes: 1 addition & 1 deletion OpenWatch/OpenWatch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>net.OpenWatch.${PRODUCT_NAME:rfc1034identifier}</string>
<string>net.openwatch.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Submodules/TestFlight

0 comments on commit 79805dd

Please sign in to comment.