Index: trunk/tools/Snap-to-Commons/photopicker.xcodeproj/project.pbxproj |
— | — | @@ -165,11 +165,18 @@ |
166 | 166 | 29B97313FDCFA39411CA2CEA /* Project object */ = { |
167 | 167 | isa = PBXProject; |
168 | 168 | attributes = { |
169 | | - ORGANIZATIONNAME = yourcompanyname; |
| 169 | + ORGANIZATIONNAME = "Wikimedia Commons"; |
170 | 170 | }; |
171 | 171 | buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "photopicker" */; |
172 | 172 | compatibilityVersion = "Xcode 3.1"; |
| 173 | + developmentRegion = English; |
173 | 174 | hasScannedForEncodings = 1; |
| 175 | + knownRegions = ( |
| 176 | + English, |
| 177 | + Japanese, |
| 178 | + French, |
| 179 | + German, |
| 180 | + ); |
174 | 181 | mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; |
175 | 182 | projectDirPath = ""; |
176 | 183 | projectRoot = ""; |
— | — | @@ -232,14 +239,14 @@ |
233 | 240 | buildSettings = { |
234 | 241 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
235 | 242 | CODE_SIGN_IDENTITY = "Don't Code Sign"; |
236 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign"; |
| 243 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
237 | 244 | GCC_C_LANGUAGE_STANDARD = c99; |
238 | 245 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
239 | 246 | GCC_WARN_UNUSED_VARIABLE = YES; |
240 | 247 | PREBINDING = NO; |
241 | 248 | PROVISIONING_PROFILE = ""; |
242 | 249 | "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; |
243 | | - SDKROOT = iphoneos3.0; |
| 250 | + SDKROOT = iphoneos; |
244 | 251 | }; |
245 | 252 | name = Debug; |
246 | 253 | }; |
Index: trunk/tools/Snap-to-Commons/photopicker-Info.plist |
— | — | @@ -7,13 +7,13 @@ |
8 | 8 | <key>CFBundleDevelopmentRegion</key> |
9 | 9 | <string>English</string> |
10 | 10 | <key>CFBundleDisplayName</key> |
11 | | - <string>yourappname</string> |
| 11 | + <string>Snap-to-Commons</string> |
12 | 12 | <key>CFBundleExecutable</key> |
13 | 13 | <string>${EXECUTABLE_NAME}</string> |
14 | 14 | <key>CFBundleIconFile</key> |
15 | 15 | <string>icon.png</string> |
16 | 16 | <key>CFBundleIdentifier</key> |
17 | | - <string>com.yourcompanyname.${PRODUCT_NAME:rfc1034identifier}</string> |
| 17 | + <string>org.wikimedia.commons.${PRODUCT_NAME:rfc1034identifier}</string> |
18 | 18 | <key>CFBundleInfoDictionaryVersion</key> |
19 | 19 | <string>6.0</string> |
20 | 20 | <key>CFBundleName</key> |
— | — | @@ -28,20 +28,5 @@ |
29 | 29 | <true/> |
30 | 30 | <key>NSMainNibFile</key> |
31 | 31 | <string>MainWindow</string> |
32 | | - <key>CFBundleURLTypes</key> |
33 | | - <array> |
34 | | - <dict> |
35 | | - <key>CFBundleURLName</key> |
36 | | - <string>com.yourcompanyname.photopicker</string> |
37 | | - <key>CFBundleTypeRole</key> |
38 | | - <string>Editor</string> |
39 | | - <key>CFBundleURLIconFile</key> |
40 | | - <string>icon</string> |
41 | | - <key>CFBundleURLSchemes</key> |
42 | | - <array> |
43 | | - <string>photopicker</string> |
44 | | - </array> |
45 | | - </dict> |
46 | | - </array> |
47 | 32 | </dict> |
48 | 33 | </plist> |