r80414 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80413‎ | r80414 | r80415 >
Date:16:14, 16 January 2011
Author:hartman
Status:deferred
Tags:
Comment:
More rename work
Modified paths:
  • /trunk/tools/WikiSnaps/WikiSnaps-Info.plist (modified) (history)
  • /trunk/tools/WikiSnaps/WikiSnaps.xcodeproj/project.pbxproj (modified) (history)

Diff [purge]

Index: trunk/tools/WikiSnaps/WikiSnaps-Info.plist
@@ -2,8 +2,6 @@
33 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
44 <plist version="1.0">
55 <dict>
6 - <key>UIPrerenderedIcon</key>
7 - <true/>
86 <key>CFBundleDevelopmentRegion</key>
97 <string>English</string>
108 <key>CFBundleDisplayName</key>
@@ -13,7 +11,7 @@
1412 <key>CFBundleIconFile</key>
1513 <string>icon.png</string>
1614 <key>CFBundleIdentifier</key>
17 - <string>org.wikimedia.commons.${PRODUCT_NAME:rfc1034identifier}</string>
 15+ <string>org.wikimedia.commons.wikisnaps</string>
1816 <key>CFBundleInfoDictionaryVersion</key>
1917 <string>6.0</string>
2018 <key>CFBundleName</key>
@@ -28,5 +26,7 @@
2927 <true/>
3028 <key>NSMainNibFile</key>
3129 <string>MainWindow</string>
 30+ <key>UIPrerenderedIcon</key>
 31+ <true/>
3232 </dict>
3333 </plist>
Index: trunk/tools/WikiSnaps/WikiSnaps.xcodeproj/project.pbxproj
@@ -48,7 +48,7 @@
4949 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
5050 1D3623240D0F684500981E51 /* PhotoPickerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPickerAppDelegate.h; sourceTree = "<group>"; };
5151 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; };
5353 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
5454 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
5555 2899E5210DE3E06400AC0155 /* PhotoPickerViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PhotoPickerViewController.xib; sourceTree = "<group>"; };
@@ -152,7 +152,7 @@
153153 19C28FACFE9D520D11CA2CBB /* Products */ = {
154154 isa = PBXGroup;
155155 children = (
156 - 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */,
 156+ 1D6058910D05DD3D006BFB54 /* WikiSnaps.app */,
157157 );
158158 name = Products;
159159 sourceTree = "<group>";
@@ -243,9 +243,9 @@
244244 /* End PBXGroup section */
245245
246246 /* Begin PBXNativeTarget section */
247 - 1D6058900D05DD3D006BFB54 /* PhotoPicker */ = {
 247+ 1D6058900D05DD3D006BFB54 /* WikiSnaps */ = {
248248 isa = PBXNativeTarget;
249 - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */;
 249+ buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WikiSnaps" */;
250250 buildPhases = (
251251 1D60588D0D05DD3D006BFB54 /* Resources */,
252252 1D60588E0D05DD3D006BFB54 /* Sources */,
@@ -255,9 +255,9 @@
256256 );
257257 dependencies = (
258258 );
259 - name = PhotoPicker;
 259+ name = WikiSnaps;
260260 productName = PhotoPicker;
261 - productReference = 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */;
 261+ productReference = 1D6058910D05DD3D006BFB54 /* WikiSnaps.app */;
262262 productType = "com.apple.product-type.application";
263263 };
264264 /* End PBXNativeTarget section */
@@ -282,7 +282,7 @@
283283 projectDirPath = "";
284284 projectRoot = "";
285285 targets = (
286 - 1D6058900D05DD3D006BFB54 /* PhotoPicker */,
 286+ 1D6058900D05DD3D006BFB54 /* WikiSnaps */,
287287 );
288288 };
289289 /* End PBXProject section */
@@ -346,7 +346,8 @@
347347 GCC_PRECOMPILE_PREFIX_HEADER = YES;
348348 GCC_PREFIX_HEADER = WikiSnaps_Prefix.pch;
349349 INFOPLIST_FILE = "WikiSnaps-Info.plist";
350 - PRODUCT_NAME = PhotoPicker;
 350+ IPHONEOS_DEPLOYMENT_TARGET = 3.0;
 351+ PRODUCT_NAME = WikiSnaps;
351352 };
352353 name = Debug;
353354 };
@@ -369,7 +370,7 @@
370371 /* End XCBuildConfiguration section */
371372
372373 /* Begin XCConfigurationList section */
373 - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */ = {
 374+ 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WikiSnaps" */ = {
374375 isa = XCConfigurationList;
375376 buildConfigurations = (
376377 1D6058940D05DD3E006BFB54 /* Debug */,

Status & tagging log