Skip to content

Commit

Permalink
Fixing some project file and Info.plist issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmccune committed Feb 29, 2012
1 parent 561f3c7 commit d303f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CoreAnimation-Info.plist
Expand Up @@ -11,13 +11,15 @@
<key>CFBundleIconFile</key>
<string>BobMcCune.png</string>
<key>CFBundleIdentifier</key>
<string>com.bobmccune.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.tapharmonic.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions CoreAnimation.xcodeproj/project.pbxproj
Expand Up @@ -435,6 +435,7 @@
GCC_PREFIX_HEADER = CoreAnimation_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "CoreAnimation-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "CA Demos";
};
name = Debug;
Expand All @@ -449,6 +450,7 @@
GCC_PREFIX_HEADER = CoreAnimation_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "CoreAnimation-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "CA Demos";
VALIDATE_PRODUCT = YES;
};
Expand Down

0 comments on commit d303f95

Please sign in to comment.