diff --git a/.gitignore b/.gitignore index e5d6b4c..cf263a4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xcuserdata DerivedData *.orig OWAPIKeys.h + diff --git a/OpenWatch.xcodeproj/project.pbxproj b/OpenWatch.xcodeproj/project.pbxproj index 3e47395..bd99cf7 100644 --- a/OpenWatch.xcodeproj/project.pbxproj +++ b/OpenWatch.xcodeproj/project.pbxproj @@ -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"; @@ -1800,6 +1801,7 @@ "-ObjC", ); PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; RUN_CLANG_STATIC_ANALYZER = YES; WRAPPER_EXTENSION = app; }; @@ -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"; @@ -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; }; diff --git a/OpenWatch/OWAPIKeys.h b/OpenWatch/OWAPIKeys.h deleted file mode 100644 index 6d365bd..0000000 --- a/OpenWatch/OWAPIKeys.h +++ /dev/null @@ -1,9 +0,0 @@ -// -// OWAPIKeys.h -// OpenWatch -// -// Created by Christopher Ballinger on 12/19/12. -// Copyright (c) 2012 OpenWatch FPC. All rights reserved. -// - -#define TESTFLIGHT_TEAM_TOKEN @"00ec99ad69d957956aa66e0c2f13eba1_MTY4MjcwMjAxMi0xMi0xOSAxNjozMDozNi4zMzExOTA" \ No newline at end of file diff --git a/OpenWatch/OWAppDelegate.m b/OpenWatch/OWAppDelegate.m index 056d9ae..4d3620f 100644 --- a/OpenWatch/OWAppDelegate.m +++ b/OpenWatch/OWAppDelegate.m @@ -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. diff --git a/OpenWatch/OpenWatch-Info.plist b/OpenWatch/OpenWatch-Info.plist index 2ce9f6d..47cf2b5 100644 --- a/OpenWatch/OpenWatch-Info.plist +++ b/OpenWatch/OpenWatch-Info.plist @@ -22,7 +22,7 @@ CFBundleIdentifier - net.OpenWatch.${PRODUCT_NAME:rfc1034identifier} + net.openwatch.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Submodules/TestFlight b/Submodules/TestFlight index ef8291e..d14e014 160000 --- a/Submodules/TestFlight +++ b/Submodules/TestFlight @@ -1 +1 @@ -Subproject commit ef8291eb8fcfc0fd31db3398d7ee568bd3f1be8d +Subproject commit d14e014ce8cc4e819bc7bf820a06027dae8ee3d6