Index: trunk/tools/WikiSnaps/WikiSnaps-Info.plist |
— | — | @@ -2,8 +2,6 @@ |
3 | 3 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
4 | 4 | <plist version="1.0"> |
5 | 5 | <dict> |
6 | | - <key>UIPrerenderedIcon</key> |
7 | | - <true/> |
8 | 6 | <key>CFBundleDevelopmentRegion</key> |
9 | 7 | <string>English</string> |
10 | 8 | <key>CFBundleDisplayName</key> |
— | — | @@ -13,7 +11,7 @@ |
14 | 12 | <key>CFBundleIconFile</key> |
15 | 13 | <string>icon.png</string> |
16 | 14 | <key>CFBundleIdentifier</key> |
17 | | - <string>org.wikimedia.commons.${PRODUCT_NAME:rfc1034identifier}</string> |
| 15 | + <string>org.wikimedia.commons.wikisnaps</string> |
18 | 16 | <key>CFBundleInfoDictionaryVersion</key> |
19 | 17 | <string>6.0</string> |
20 | 18 | <key>CFBundleName</key> |
— | — | @@ -28,5 +26,7 @@ |
29 | 27 | <true/> |
30 | 28 | <key>NSMainNibFile</key> |
31 | 29 | <string>MainWindow</string> |
| 30 | + <key>UIPrerenderedIcon</key> |
| 31 | + <true/> |
32 | 32 | </dict> |
33 | 33 | </plist> |
Index: trunk/tools/WikiSnaps/WikiSnaps.xcodeproj/project.pbxproj |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
50 | 50 | 1D3623240D0F684500981E51 /* PhotoPickerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPickerAppDelegate.h; sourceTree = "<group>"; }; |
51 | 51 | 1D3623250D0F684500981E51 /* PhotoPickerAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoPickerAppDelegate.m; sourceTree = "<group>"; }; |
52 | | - 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PhotoPicker.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 52 | + 1D6058910D05DD3D006BFB54 /* WikiSnaps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WikiSnaps.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
53 | 53 | 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
54 | 54 | 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
55 | 55 | 2899E5210DE3E06400AC0155 /* PhotoPickerViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PhotoPickerViewController.xib; sourceTree = "<group>"; }; |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | 19C28FACFE9D520D11CA2CBB /* Products */ = { |
154 | 154 | isa = PBXGroup; |
155 | 155 | children = ( |
156 | | - 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */, |
| 156 | + 1D6058910D05DD3D006BFB54 /* WikiSnaps.app */, |
157 | 157 | ); |
158 | 158 | name = Products; |
159 | 159 | sourceTree = "<group>"; |
— | — | @@ -243,9 +243,9 @@ |
244 | 244 | /* End PBXGroup section */ |
245 | 245 | |
246 | 246 | /* Begin PBXNativeTarget section */ |
247 | | - 1D6058900D05DD3D006BFB54 /* PhotoPicker */ = { |
| 247 | + 1D6058900D05DD3D006BFB54 /* WikiSnaps */ = { |
248 | 248 | isa = PBXNativeTarget; |
249 | | - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */; |
| 249 | + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WikiSnaps" */; |
250 | 250 | buildPhases = ( |
251 | 251 | 1D60588D0D05DD3D006BFB54 /* Resources */, |
252 | 252 | 1D60588E0D05DD3D006BFB54 /* Sources */, |
— | — | @@ -255,9 +255,9 @@ |
256 | 256 | ); |
257 | 257 | dependencies = ( |
258 | 258 | ); |
259 | | - name = PhotoPicker; |
| 259 | + name = WikiSnaps; |
260 | 260 | productName = PhotoPicker; |
261 | | - productReference = 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */; |
| 261 | + productReference = 1D6058910D05DD3D006BFB54 /* WikiSnaps.app */; |
262 | 262 | productType = "com.apple.product-type.application"; |
263 | 263 | }; |
264 | 264 | /* End PBXNativeTarget section */ |
— | — | @@ -282,7 +282,7 @@ |
283 | 283 | projectDirPath = ""; |
284 | 284 | projectRoot = ""; |
285 | 285 | targets = ( |
286 | | - 1D6058900D05DD3D006BFB54 /* PhotoPicker */, |
| 286 | + 1D6058900D05DD3D006BFB54 /* WikiSnaps */, |
287 | 287 | ); |
288 | 288 | }; |
289 | 289 | /* End PBXProject section */ |
— | — | @@ -346,7 +346,8 @@ |
347 | 347 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
348 | 348 | GCC_PREFIX_HEADER = WikiSnaps_Prefix.pch; |
349 | 349 | INFOPLIST_FILE = "WikiSnaps-Info.plist"; |
350 | | - PRODUCT_NAME = PhotoPicker; |
| 350 | + IPHONEOS_DEPLOYMENT_TARGET = 3.0; |
| 351 | + PRODUCT_NAME = WikiSnaps; |
351 | 352 | }; |
352 | 353 | name = Debug; |
353 | 354 | }; |
— | — | @@ -369,7 +370,7 @@ |
370 | 371 | /* End XCBuildConfiguration section */ |
371 | 372 | |
372 | 373 | /* Begin XCConfigurationList section */ |
373 | | - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */ = { |
| 374 | + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WikiSnaps" */ = { |
374 | 375 | isa = XCConfigurationList; |
375 | 376 | buildConfigurations = ( |
376 | 377 | 1D6058940D05DD3E006BFB54 /* Debug */, |