public
Description: Clone of SVN of PyObjC (not affiliated)
Homepage: http://pyobjc.sourceforge.net/
Clone URL: git://github.com/orestis/pyobjc.git
Taking advantage of Xcode 3.1 template processing macro. (5857416).

git-svn-id: http://svn.red-bean.com/pyobjc/trunk@2016 
f55f28a5-9edb-0310-a011-a803cfcd5d25
bbum (author)
Mon Sep 22 15:57:25 -0700 2008
commit  c23038832662efe221bf52b5b9091410280e0438
tree    68a7816d52e181b678898031b645fd60d7ce9563
parent  96a0e08b6b05b19a0f5f381bc823379c41584024
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
   <key>CFBundleIconFile</key>
0
   <string></string>
0
   <key>CFBundleIdentifier</key>
0
- <string>com.yourcompany.xcPROJECTNAMEASXMLxc</string>
0
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
0
   <key>CFBundleInfoDictionaryVersion</key>
0
   <string>6.0</string>
0
   <key>CFBundleName</key>
...
1
2
 
3
4
5
...
11
12
13
14
 
15
16
17
...
1
 
2
3
4
5
...
11
12
13
 
14
15
16
17
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>CFBundleDevelopmentRegion</key>
0
@@ -11,7 +11,7 @@
0
   <key>CFBundleIconFile</key>
0
   <string></string>
0
   <key>CFBundleIdentifier</key>
0
- <string>com.yourcompany.xcPROJECTNAMEASXMLxcApp</string>
0
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
0
   <key>CFBundleInfoDictionaryVersion</key>
0
   <string>6.0</string>
0
   <key>CFBundlePackageType</key>
...
78
79
80
81
 
82
83
84
...
78
79
80
 
81
82
83
84
0
@@ -78,7 +78,7 @@
0
   <key>CFBundleIconFile</key>
0
   <string></string>
0
   <key>CFBundleIdentifier</key>
0
- <string>com.yourcompany.xcPROJECTNAMEASXMLxcApp</string>
0
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
0
   <key>CFBundleInfoDictionaryVersion</key>
0
   <string>6.0</string>
0
   <key>CFBundleName</key>
...
30
31
32
33
 
34
35
36
...
30
31
32
 
33
34
35
36
0
@@ -30,7 +30,7 @@
0
   <key>CFBundleIconFile</key>
0
   <string></string>
0
   <key>CFBundleIdentifier</key>
0
- <string>com.yourcompany.xcPROJECTNAMEASXMLxc</string>
0
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
0
   <key>CFBundleInfoDictionaryVersion</key>
0
   <string>6.0</string>
0
   <key>CFBundleName</key>

Comments

    No one has commented yet.