Author: bbum
Date: Mon Sep 22 17:57:25 2008
New Revision: 2016
Log:
Taking advantage of Xcode 3.1 template processing macro. (5857416).
Modified:
trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Application/Info.plist
trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Application/Info.plist
trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Document-based Application/Info.plist
trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Document-based Application/Info.plist
Modified: trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Application/Info.plist
==============================================================================
--- trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Application/Info.plist (original)
+++ trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Application/Info.plist Mon Sep 22 17:57:25 2008
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.xcPROJECTNAMEASXMLxc</string>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Modified: trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Application/Info.plist
==============================================================================
--- trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Application/Info.plist (original)
+++ trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Application/Info.plist Mon Sep 22 17:57:25 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
@@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.xcPROJECTNAMEASXMLxcApp</string>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Modified: trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Document-based Application/Info.plist
==============================================================================
--- trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Document-based Application/Info.plist (original)
+++ trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Core Data Document-based Application/Info.plist Mon Sep 22 17:57:25 2008
@@ -78,7 +78,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.xcPROJECTNAMEASXMLxcApp</string>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Modified: trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Document-based Application/Info.plist
==============================================================================
--- trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Document-based Application/Info.plist (original)
+++ trunk/pyobjc/pyobjc-xcode/Project Templates/Cocoa-Python Document-based Application/Info.plist Mon Sep 22 17:57:25 2008
@@ -30,7 +30,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.xcPROJECTNAMEASXMLxc</string>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.