Skip to content

Commit

Permalink
Various fixes and things to make iTunes Connect verify the app
Browse files Browse the repository at this point in the history
  • Loading branch information
grgar committed Jun 18, 2014
1 parent 93c1a48 commit 8eadeae
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 33 deletions.
Binary file added platforms/ios/AppIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions platforms/ios/CordovaLib/CordovaLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,10 @@
1DEB922308733DC00010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv7s,
armv7,
);
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
Expand Down Expand Up @@ -442,6 +446,10 @@
1DEB922408733DC00010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv7s,
armv7,
);
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
Expand Down
44 changes: 25 additions & 19 deletions platforms/ios/TDA-Planner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
175334FA194F6D67007F5A72 /* FacebookSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 175334F9194F6D67007F5A72 /* FacebookSDK.framework */; };
17AF7BCD1951E08D00397A36 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17AF7BCC1951E08D00397A36 /* Images.xcassets */; };
17AF7BD11951ED9600397A36 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17AF7BD01951ED9600397A36 /* StoreKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
17AF7BD619522B9700397A36 /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 17AF7BD519522B9700397A36 /* AppIcon.png */; };
1D3623260D0F684500981E51 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* AppDelegate.m */; };
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
Expand Down Expand Up @@ -76,7 +77,7 @@
175334F9194F6D67007F5A72 /* FacebookSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FacebookSDK.framework; sourceTree = "<group>"; };
17AF7BCC1951E08D00397A36 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "TDA-Planner/Images.xcassets"; sourceTree = SOURCE_ROOT; };
17AF7BD01951ED9600397A36 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
17EE81E2186CDD92007E52A9 /* TDA-Planner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = "TDA-Planner.entitlements"; path = "TDA-Planner/TDA-Planner.entitlements"; sourceTree = "<group>"; };
17AF7BD519522B9700397A36 /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon.png; sourceTree = "<group>"; };
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -196,9 +197,9 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
17AF7BD519522B9700397A36 /* AppIcon.png */,
175334F9194F6D67007F5A72 /* FacebookSDK.framework */,
175334ED194F6CEE007F5A72 /* Parse.framework */,
17EE81E2186CDD92007E52A9 /* TDA-Planner.entitlements */,
1739A3EA180C5874004BA0E9 /* [email protected] */,
1739A3EB180C5874004BA0E9 /* Default@2x~iPhone.png */,
F840E1F0165FE0F500CFE078 /* config.xml */,
Expand Down Expand Up @@ -334,7 +335,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 500;
LastUpgradeCheck = 0510;
TargetAttributes = {
1D6058900D05DD3D006BFB54 = {
DevelopmentTeam = 5TFUK958NL;
Expand All @@ -343,7 +344,7 @@
enabled = 0;
};
com.apple.iCloud = {
enabled = 1;
enabled = 0;
};
};
};
Expand Down Expand Up @@ -399,6 +400,7 @@
1F766FE113BBADB100FB74C0 /* Localizable.strings in Resources */,
1739A3EE180C5874004BA0E9 /* Default@2x~iPhone.png in Resources */,
302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */,
17AF7BD619522B9700397A36 /* AppIcon.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -487,9 +489,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = "TDA-Planner/TDA-Planner.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Developer: George Garside (Z76M42Q35H)";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -500,7 +500,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "TDA-Planner/TDA-Planner-Prefix.pch";
GCC_THUMB_SUPPORT = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "TDA-Planner/TDA-Planner-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = (
Expand All @@ -518,7 +517,7 @@
"-ObjC",
);
PRODUCT_NAME = "TDA-Planner";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE = "D14530F0-8CCB-4630-BE9E-8A9A3AD4DAB8";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
Expand All @@ -530,9 +529,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = "TDA-Planner/TDA-Planner.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution: George Garside (5TFUK958NL)";
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -541,7 +538,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "TDA-Planner/TDA-Planner-Prefix.pch";
GCC_THUMB_SUPPORT = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "TDA-Planner/TDA-Planner-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = (
Expand All @@ -559,25 +555,29 @@
"-ObjC",
);
PRODUCT_NAME = "TDA-Planner";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE = "1525B6BD-58CC-4492-97D5-BB5950B7A932";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv7,
armv7s,
);
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: George Garside (Z76M42Q35H)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_THUMB_SUPPORT = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = "";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down Expand Up @@ -605,6 +605,7 @@
"\"$(BUILT_PRODUCTS_DIR)/libCordova.a\"",
"-ObjC",
);
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
SKIP_INSTALL = NO;
USER_HEADER_SEARCH_PATHS = "";
Expand All @@ -614,17 +615,21 @@
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
armv7,
armv7s,
);
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: George Garside (5TFUK958NL)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_THUMB_SUPPORT = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = "";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand All @@ -637,7 +642,7 @@
"\"$(BUILT_PRODUCTS_DIR)\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-weak_framework",
CoreFoundation,
Expand All @@ -652,6 +657,7 @@
"\"$(BUILT_PRODUCTS_DIR)/libCordova.a\"",
"-ObjC",
);
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
SKIP_INSTALL = NO;
USER_HEADER_SEARCH_PATHS = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
LastUpgradeVersion = "0510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/TDA-Planner/TDA-Planner-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>iTunesArtwork.png</string>
<string>AppIcon.png</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
Expand Down
12 changes: 0 additions & 12 deletions platforms/ios/TDA-Planner/TDA-Planner.entitlements

This file was deleted.

0 comments on commit 8eadeae

Please sign in to comment.