Index: trunk/tools/WikiSnaps/photopicker-Info.plist |
— | — | @@ -1,32 +0,0 @@ |
2 | | -<?xml version="1.0" encoding="UTF-8"?> |
3 | | -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
4 | | -<plist version="1.0"> |
5 | | -<dict> |
6 | | - <key>UIPrerenderedIcon</key> |
7 | | - <true/> |
8 | | - <key>CFBundleDevelopmentRegion</key> |
9 | | - <string>English</string> |
10 | | - <key>CFBundleDisplayName</key> |
11 | | - <string>WikiSnaps</string> |
12 | | - <key>CFBundleExecutable</key> |
13 | | - <string>${EXECUTABLE_NAME}</string> |
14 | | - <key>CFBundleIconFile</key> |
15 | | - <string>icon.png</string> |
16 | | - <key>CFBundleIdentifier</key> |
17 | | - <string>org.wikimedia.commons.${PRODUCT_NAME:rfc1034identifier}</string> |
18 | | - <key>CFBundleInfoDictionaryVersion</key> |
19 | | - <string>6.0</string> |
20 | | - <key>CFBundleName</key> |
21 | | - <string>${PRODUCT_NAME}</string> |
22 | | - <key>CFBundlePackageType</key> |
23 | | - <string>APPL</string> |
24 | | - <key>CFBundleSignature</key> |
25 | | - <string>????</string> |
26 | | - <key>CFBundleVersion</key> |
27 | | - <string>1.0</string> |
28 | | - <key>LSRequiresIPhoneOS</key> |
29 | | - <true/> |
30 | | - <key>NSMainNibFile</key> |
31 | | - <string>MainWindow</string> |
32 | | -</dict> |
33 | | -</plist> |
Index: trunk/tools/WikiSnaps/photopicker_Prefix.pch |
— | — | @@ -1,8 +0,0 @@ |
2 | | -// |
3 | | -// Prefix header for all source files of the 'photopicker' target in the 'photopicker' project |
4 | | -// |
5 | | - |
6 | | -#ifdef __OBJC__ |
7 | | - #import <Foundation/Foundation.h> |
8 | | - #import <UIKit/UIKit.h> |
9 | | -#endif |
Index: trunk/tools/WikiSnaps/WikiSnaps-Info.plist |
— | — | @@ -0,0 +1,32 @@ |
| 2 | +<?xml version="1.0" encoding="UTF-8"?> |
| 3 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 4 | +<plist version="1.0"> |
| 5 | +<dict> |
| 6 | + <key>UIPrerenderedIcon</key> |
| 7 | + <true/> |
| 8 | + <key>CFBundleDevelopmentRegion</key> |
| 9 | + <string>English</string> |
| 10 | + <key>CFBundleDisplayName</key> |
| 11 | + <string>WikiSnaps</string> |
| 12 | + <key>CFBundleExecutable</key> |
| 13 | + <string>${EXECUTABLE_NAME}</string> |
| 14 | + <key>CFBundleIconFile</key> |
| 15 | + <string>icon.png</string> |
| 16 | + <key>CFBundleIdentifier</key> |
| 17 | + <string>org.wikimedia.commons.${PRODUCT_NAME:rfc1034identifier}</string> |
| 18 | + <key>CFBundleInfoDictionaryVersion</key> |
| 19 | + <string>6.0</string> |
| 20 | + <key>CFBundleName</key> |
| 21 | + <string>${PRODUCT_NAME}</string> |
| 22 | + <key>CFBundlePackageType</key> |
| 23 | + <string>APPL</string> |
| 24 | + <key>CFBundleSignature</key> |
| 25 | + <string>????</string> |
| 26 | + <key>CFBundleVersion</key> |
| 27 | + <string>1.0</string> |
| 28 | + <key>LSRequiresIPhoneOS</key> |
| 29 | + <true/> |
| 30 | + <key>NSMainNibFile</key> |
| 31 | + <string>MainWindow</string> |
| 32 | +</dict> |
| 33 | +</plist> |
Index: trunk/tools/WikiSnaps/WikiSnaps_Prefix.pch |
— | — | @@ -0,0 +1,8 @@ |
| 2 | +// |
| 3 | +// Prefix header for all source files of the 'photopicker' target in the 'photopicker' project |
| 4 | +// |
| 5 | + |
| 6 | +#ifdef __OBJC__ |
| 7 | + #import <Foundation/Foundation.h> |
| 8 | + #import <UIKit/UIKit.h> |
| 9 | +#endif |
Index: trunk/tools/WikiSnaps/WikiSnaps.xcodeproj/project.pbxproj |
— | — | @@ -0,0 +1,391 @@ |
| 2 | +// !$*UTF8*$! |
| 3 | +{ |
| 4 | + archiveVersion = 1; |
| 5 | + classes = { |
| 6 | + }; |
| 7 | + objectVersion = 45; |
| 8 | + objects = { |
| 9 | + |
| 10 | +/* Begin PBXBuildFile section */ |
| 11 | + 1D3623260D0F684500981E51 /* PhotoPickerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* PhotoPickerAppDelegate.m */; }; |
| 12 | + 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; |
| 13 | + 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; |
| 14 | + 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; |
| 15 | + 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; }; |
| 16 | + 2899E5220DE3E06400AC0155 /* PhotoPickerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* PhotoPickerViewController.xib */; }; |
| 17 | + 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; |
| 18 | + 28D7ACF80DDB3853001CB0EB /* PhotoPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* PhotoPickerViewController.m */; }; |
| 19 | + 3A113EC910CF3C5500C9DDCF /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3A113EC810CF3C5500C9DDCF /* Entitlements.plist */; }; |
| 20 | + A127DA4012E0DF9700149FC9 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A127DA3E12E0DF9700149FC9 /* SettingsViewController.m */; }; |
| 21 | + A127DA4112E0DF9700149FC9 /* SettingsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A127DA3F12E0DF9700149FC9 /* SettingsViewController.xib */; }; |
| 22 | + A1338B8612E0F01700662B28 /* ASIAuthenticationDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7312E0F01700662B28 /* ASIAuthenticationDialog.m */; }; |
| 23 | + A1338B8712E0F01700662B28 /* ASIDataCompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7612E0F01700662B28 /* ASIDataCompressor.m */; }; |
| 24 | + A1338B8812E0F01700662B28 /* ASIDataDecompressor.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7812E0F01700662B28 /* ASIDataDecompressor.m */; }; |
| 25 | + A1338B8912E0F01700662B28 /* ASIDownloadCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7A12E0F01700662B28 /* ASIDownloadCache.m */; }; |
| 26 | + A1338B8A12E0F01700662B28 /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7C12E0F01700662B28 /* ASIFormDataRequest.m */; }; |
| 27 | + A1338B8B12E0F01700662B28 /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B7E12E0F01700662B28 /* ASIHTTPRequest.m */; }; |
| 28 | + A1338B8C12E0F01700662B28 /* ASIInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B8212E0F01700662B28 /* ASIInputStream.m */; }; |
| 29 | + A1338B8D12E0F01700662B28 /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = A1338B8412E0F01700662B28 /* ASINetworkQueue.m */; }; |
| 30 | + A159143312E0F6410003BBE2 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = A159143212E0F6410003BBE2 /* Reachability.m */; }; |
| 31 | + A159143D12E0F65F0003BBE2 /* libz.1.1.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A159143C12E0F65F0003BBE2 /* libz.1.1.3.dylib */; }; |
| 32 | + A159144112E0F6770003BBE2 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A159144012E0F6770003BBE2 /* CFNetwork.framework */; }; |
| 33 | + A159144712E0F69C0003BBE2 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A159144612E0F69C0003BBE2 /* MobileCoreServices.framework */; }; |
| 34 | + A159144B12E0F6BE0003BBE2 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A159144A12E0F6BE0003BBE2 /* SystemConfiguration.framework */; }; |
| 35 | + A1FECB2812E10D41007CF08C /* icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A1FECB2712E10D41007CF08C /* icon@2x.png */; }; |
| 36 | + A1FECB2C12E10DCA007CF08C /* ImageDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A1FECB2A12E10DCA007CF08C /* ImageDetailsViewController.m */; }; |
| 37 | + A1FECB2D12E10DCA007CF08C /* ImageDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A1FECB2B12E10DCA007CF08C /* ImageDetailsViewController.xib */; }; |
| 38 | + A1FECB3E12E1105B007CF08C /* CommonsUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = A1FECB3D12E1105B007CF08C /* CommonsUpload.m */; }; |
| 39 | + F130561C10CEDA5C00271CD6 /* home-background.png in Resources */ = {isa = PBXBuildFile; fileRef = F130561B10CEDA5C00271CD6 /* home-background.png */; }; |
| 40 | + F130561F10CEDBAC00271CD6 /* Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = F130561E10CEDBAC00271CD6 /* Configuration.m */; }; |
| 41 | + F13056EF10CEEB3100271CD6 /* cancel-button-pressed.png in Resources */ = {isa = PBXBuildFile; fileRef = F13056ED10CEEB3100271CD6 /* cancel-button-pressed.png */; }; |
| 42 | + F13056F010CEEB3100271CD6 /* cancel-button.png in Resources */ = {isa = PBXBuildFile; fileRef = F13056EE10CEEB3100271CD6 /* cancel-button.png */; }; |
| 43 | + F1A2673110C9C04A0044762E /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F1A2672F10C9C04A0044762E /* icon.png */; }; |
| 44 | + F1A2691210C9D8EE0044762E /* NSData+PhotoPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A2691110C9D8EE0044762E /* NSData+PhotoPicker.m */; }; |
| 45 | + F1A269B110C9EA8A0044762E /* UIImage+PhotoPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A269B010C9EA8A0044762E /* UIImage+PhotoPicker.m */; }; |
| 46 | +/* End PBXBuildFile section */ |
| 47 | + |
| 48 | +/* Begin PBXFileReference section */ |
| 49 | + 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 50 | + 1D3623240D0F684500981E51 /* PhotoPickerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPickerAppDelegate.h; sourceTree = "<group>"; }; |
| 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; }; |
| 53 | + 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 54 | + 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 55 | + 2899E5210DE3E06400AC0155 /* PhotoPickerViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PhotoPickerViewController.xib; sourceTree = "<group>"; }; |
| 56 | + 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; |
| 57 | + 28D7ACF60DDB3853001CB0EB /* PhotoPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPickerViewController.h; sourceTree = "<group>"; }; |
| 58 | + 28D7ACF70DDB3853001CB0EB /* PhotoPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoPickerViewController.m; sourceTree = "<group>"; }; |
| 59 | + 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 60 | + 32CA4F630368D1EE00C91783 /* WikiSnaps_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WikiSnaps_Prefix.pch; sourceTree = "<group>"; }; |
| 61 | + 3A113EC810CF3C5500C9DDCF /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; }; |
| 62 | + 8D1107310486CEB800E47090 /* WikiSnaps-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "WikiSnaps-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; |
| 63 | + A127DA3D12E0DF9700149FC9 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingsViewController.h; path = ../SettingsViewController.h; sourceTree = "<group>"; }; |
| 64 | + A127DA3E12E0DF9700149FC9 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SettingsViewController.m; path = ../SettingsViewController.m; sourceTree = "<group>"; }; |
| 65 | + A127DA3F12E0DF9700149FC9 /* SettingsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SettingsViewController.xib; sourceTree = "<group>"; }; |
| 66 | + A1338B7212E0F01700662B28 /* ASIAuthenticationDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIAuthenticationDialog.h; path = ASI/ASIAuthenticationDialog.h; sourceTree = "<group>"; }; |
| 67 | + A1338B7312E0F01700662B28 /* ASIAuthenticationDialog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIAuthenticationDialog.m; path = ASI/ASIAuthenticationDialog.m; sourceTree = "<group>"; }; |
| 68 | + A1338B7412E0F01700662B28 /* ASICacheDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASICacheDelegate.h; path = ASI/ASICacheDelegate.h; sourceTree = "<group>"; }; |
| 69 | + A1338B7512E0F01700662B28 /* ASIDataCompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDataCompressor.h; path = ASI/ASIDataCompressor.h; sourceTree = "<group>"; }; |
| 70 | + A1338B7612E0F01700662B28 /* ASIDataCompressor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDataCompressor.m; path = ASI/ASIDataCompressor.m; sourceTree = "<group>"; }; |
| 71 | + A1338B7712E0F01700662B28 /* ASIDataDecompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDataDecompressor.h; path = ASI/ASIDataDecompressor.h; sourceTree = "<group>"; }; |
| 72 | + A1338B7812E0F01700662B28 /* ASIDataDecompressor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDataDecompressor.m; path = ASI/ASIDataDecompressor.m; sourceTree = "<group>"; }; |
| 73 | + A1338B7912E0F01700662B28 /* ASIDownloadCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIDownloadCache.h; path = ASI/ASIDownloadCache.h; sourceTree = "<group>"; }; |
| 74 | + A1338B7A12E0F01700662B28 /* ASIDownloadCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIDownloadCache.m; path = ASI/ASIDownloadCache.m; sourceTree = "<group>"; }; |
| 75 | + A1338B7B12E0F01700662B28 /* ASIFormDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIFormDataRequest.h; path = ASI/ASIFormDataRequest.h; sourceTree = "<group>"; }; |
| 76 | + A1338B7C12E0F01700662B28 /* ASIFormDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIFormDataRequest.m; path = ASI/ASIFormDataRequest.m; sourceTree = "<group>"; }; |
| 77 | + A1338B7D12E0F01700662B28 /* ASIHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequest.h; path = ASI/ASIHTTPRequest.h; sourceTree = "<group>"; }; |
| 78 | + A1338B7E12E0F01700662B28 /* ASIHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIHTTPRequest.m; path = ASI/ASIHTTPRequest.m; sourceTree = "<group>"; }; |
| 79 | + A1338B7F12E0F01700662B28 /* ASIHTTPRequestConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequestConfig.h; path = ASI/ASIHTTPRequestConfig.h; sourceTree = "<group>"; }; |
| 80 | + A1338B8012E0F01700662B28 /* ASIHTTPRequestDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIHTTPRequestDelegate.h; path = ASI/ASIHTTPRequestDelegate.h; sourceTree = "<group>"; }; |
| 81 | + A1338B8112E0F01700662B28 /* ASIInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIInputStream.h; path = ASI/ASIInputStream.h; sourceTree = "<group>"; }; |
| 82 | + A1338B8212E0F01700662B28 /* ASIInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASIInputStream.m; path = ASI/ASIInputStream.m; sourceTree = "<group>"; }; |
| 83 | + A1338B8312E0F01700662B28 /* ASINetworkQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASINetworkQueue.h; path = ASI/ASINetworkQueue.h; sourceTree = "<group>"; }; |
| 84 | + A1338B8412E0F01700662B28 /* ASINetworkQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASINetworkQueue.m; path = ASI/ASINetworkQueue.m; sourceTree = "<group>"; }; |
| 85 | + A1338B8512E0F01700662B28 /* ASIProgressDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASIProgressDelegate.h; path = ASI/ASIProgressDelegate.h; sourceTree = "<group>"; }; |
| 86 | + A159143112E0F6410003BBE2 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = ASI/Reachability.h; sourceTree = "<group>"; }; |
| 87 | + A159143212E0F6410003BBE2 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = ASI/Reachability.m; sourceTree = "<group>"; }; |
| 88 | + A159143C12E0F65F0003BBE2 /* libz.1.1.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.1.3.dylib; path = usr/lib/libz.1.1.3.dylib; sourceTree = SDKROOT; }; |
| 89 | + A159144012E0F6770003BBE2 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; |
| 90 | + A159144612E0F69C0003BBE2 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; |
| 91 | + A159144A12E0F6BE0003BBE2 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; |
| 92 | + A1FECB2712E10D41007CF08C /* icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon@2x.png"; sourceTree = "<group>"; }; |
| 93 | + A1FECB2912E10DCA007CF08C /* ImageDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageDetailsViewController.h; sourceTree = "<group>"; }; |
| 94 | + A1FECB2A12E10DCA007CF08C /* ImageDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageDetailsViewController.m; sourceTree = "<group>"; }; |
| 95 | + A1FECB2B12E10DCA007CF08C /* ImageDetailsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ImageDetailsViewController.xib; path = Classes/ImageDetailsViewController.xib; sourceTree = "<group>"; }; |
| 96 | + A1FECB3C12E1105B007CF08C /* CommonsUpload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonsUpload.h; sourceTree = "<group>"; }; |
| 97 | + A1FECB3D12E1105B007CF08C /* CommonsUpload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommonsUpload.m; sourceTree = "<group>"; }; |
| 98 | + F130561B10CEDA5C00271CD6 /* home-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-background.png"; sourceTree = "<group>"; }; |
| 99 | + F130561D10CEDBAC00271CD6 /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = "<group>"; }; |
| 100 | + F130561E10CEDBAC00271CD6 /* Configuration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Configuration.m; sourceTree = "<group>"; }; |
| 101 | + F13056ED10CEEB3100271CD6 /* cancel-button-pressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cancel-button-pressed.png"; sourceTree = "<group>"; }; |
| 102 | + F13056EE10CEEB3100271CD6 /* cancel-button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cancel-button.png"; sourceTree = "<group>"; }; |
| 103 | + F1A2672F10C9C04A0044762E /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; }; |
| 104 | + F1A2691010C9D8EE0044762E /* NSData+PhotoPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+PhotoPicker.h"; sourceTree = "<group>"; }; |
| 105 | + F1A2691110C9D8EE0044762E /* NSData+PhotoPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+PhotoPicker.m"; sourceTree = "<group>"; }; |
| 106 | + F1A269AF10C9EA8A0044762E /* UIImage+PhotoPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+PhotoPicker.h"; sourceTree = "<group>"; }; |
| 107 | + F1A269B010C9EA8A0044762E /* UIImage+PhotoPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+PhotoPicker.m"; sourceTree = "<group>"; }; |
| 108 | + F1A269C010C9EFDC0044762E /* readme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = readme.html; sourceTree = "<group>"; }; |
| 109 | +/* End PBXFileReference section */ |
| 110 | + |
| 111 | +/* Begin PBXFrameworksBuildPhase section */ |
| 112 | + 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { |
| 113 | + isa = PBXFrameworksBuildPhase; |
| 114 | + buildActionMask = 2147483647; |
| 115 | + files = ( |
| 116 | + 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, |
| 117 | + 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, |
| 118 | + 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */, |
| 119 | + A159143D12E0F65F0003BBE2 /* libz.1.1.3.dylib in Frameworks */, |
| 120 | + A159144112E0F6770003BBE2 /* CFNetwork.framework in Frameworks */, |
| 121 | + A159144712E0F69C0003BBE2 /* MobileCoreServices.framework in Frameworks */, |
| 122 | + A159144B12E0F6BE0003BBE2 /* SystemConfiguration.framework in Frameworks */, |
| 123 | + ); |
| 124 | + runOnlyForDeploymentPostprocessing = 0; |
| 125 | + }; |
| 126 | +/* End PBXFrameworksBuildPhase section */ |
| 127 | + |
| 128 | +/* Begin PBXGroup section */ |
| 129 | + 080E96DDFE201D6D7F000001 /* Classes */ = { |
| 130 | + isa = PBXGroup; |
| 131 | + children = ( |
| 132 | + A1338B7112E0EFFF00662B28 /* ASI */, |
| 133 | + F130561D10CEDBAC00271CD6 /* Configuration.h */, |
| 134 | + F130561E10CEDBAC00271CD6 /* Configuration.m */, |
| 135 | + F1A2691010C9D8EE0044762E /* NSData+PhotoPicker.h */, |
| 136 | + F1A2691110C9D8EE0044762E /* NSData+PhotoPicker.m */, |
| 137 | + 1D3623240D0F684500981E51 /* PhotoPickerAppDelegate.h */, |
| 138 | + 1D3623250D0F684500981E51 /* PhotoPickerAppDelegate.m */, |
| 139 | + 28D7ACF60DDB3853001CB0EB /* PhotoPickerViewController.h */, |
| 140 | + 28D7ACF70DDB3853001CB0EB /* PhotoPickerViewController.m */, |
| 141 | + F1A269AF10C9EA8A0044762E /* UIImage+PhotoPicker.h */, |
| 142 | + F1A269B010C9EA8A0044762E /* UIImage+PhotoPicker.m */, |
| 143 | + A127DA3D12E0DF9700149FC9 /* SettingsViewController.h */, |
| 144 | + A127DA3E12E0DF9700149FC9 /* SettingsViewController.m */, |
| 145 | + A1FECB2912E10DCA007CF08C /* ImageDetailsViewController.h */, |
| 146 | + A1FECB2A12E10DCA007CF08C /* ImageDetailsViewController.m */, |
| 147 | + A1FECB3C12E1105B007CF08C /* CommonsUpload.h */, |
| 148 | + A1FECB3D12E1105B007CF08C /* CommonsUpload.m */, |
| 149 | + ); |
| 150 | + path = Classes; |
| 151 | + sourceTree = "<group>"; |
| 152 | + }; |
| 153 | + 19C28FACFE9D520D11CA2CBB /* Products */ = { |
| 154 | + isa = PBXGroup; |
| 155 | + children = ( |
| 156 | + 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */, |
| 157 | + ); |
| 158 | + name = Products; |
| 159 | + sourceTree = "<group>"; |
| 160 | + }; |
| 161 | + 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { |
| 162 | + isa = PBXGroup; |
| 163 | + children = ( |
| 164 | + 080E96DDFE201D6D7F000001 /* Classes */, |
| 165 | + 29B97315FDCFA39411CA2CEA /* Other Sources */, |
| 166 | + 29B97317FDCFA39411CA2CEA /* Resources */, |
| 167 | + 29B97323FDCFA39411CA2CEA /* Frameworks */, |
| 168 | + 19C28FACFE9D520D11CA2CBB /* Products */, |
| 169 | + F1A269C010C9EFDC0044762E /* readme.html */, |
| 170 | + 3A113EC810CF3C5500C9DDCF /* Entitlements.plist */, |
| 171 | + A159144612E0F69C0003BBE2 /* MobileCoreServices.framework */, |
| 172 | + ); |
| 173 | + name = CustomTemplate; |
| 174 | + sourceTree = "<group>"; |
| 175 | + }; |
| 176 | + 29B97315FDCFA39411CA2CEA /* Other Sources */ = { |
| 177 | + isa = PBXGroup; |
| 178 | + children = ( |
| 179 | + 32CA4F630368D1EE00C91783 /* WikiSnaps_Prefix.pch */, |
| 180 | + 29B97316FDCFA39411CA2CEA /* main.m */, |
| 181 | + ); |
| 182 | + name = "Other Sources"; |
| 183 | + sourceTree = "<group>"; |
| 184 | + }; |
| 185 | + 29B97317FDCFA39411CA2CEA /* Resources */ = { |
| 186 | + isa = PBXGroup; |
| 187 | + children = ( |
| 188 | + A1FECB2712E10D41007CF08C /* icon@2x.png */, |
| 189 | + F1A2672F10C9C04A0044762E /* icon.png */, |
| 190 | + F13056ED10CEEB3100271CD6 /* cancel-button-pressed.png */, |
| 191 | + F13056EE10CEEB3100271CD6 /* cancel-button.png */, |
| 192 | + F130561B10CEDA5C00271CD6 /* home-background.png */, |
| 193 | + 8D1107310486CEB800E47090 /* WikiSnaps-Info.plist */, |
| 194 | + 28AD733E0D9D9553002E5188 /* MainWindow.xib */, |
| 195 | + A127DA3F12E0DF9700149FC9 /* SettingsViewController.xib */, |
| 196 | + 2899E5210DE3E06400AC0155 /* PhotoPickerViewController.xib */, |
| 197 | + A1FECB2B12E10DCA007CF08C /* ImageDetailsViewController.xib */, |
| 198 | + ); |
| 199 | + name = Resources; |
| 200 | + sourceTree = "<group>"; |
| 201 | + }; |
| 202 | + 29B97323FDCFA39411CA2CEA /* Frameworks */ = { |
| 203 | + isa = PBXGroup; |
| 204 | + children = ( |
| 205 | + 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, |
| 206 | + 1D30AB110D05D00D00671497 /* Foundation.framework */, |
| 207 | + 288765A40DF7441C002DB57D /* CoreGraphics.framework */, |
| 208 | + A159143C12E0F65F0003BBE2 /* libz.1.1.3.dylib */, |
| 209 | + A159144012E0F6770003BBE2 /* CFNetwork.framework */, |
| 210 | + A159144A12E0F6BE0003BBE2 /* SystemConfiguration.framework */, |
| 211 | + ); |
| 212 | + name = Frameworks; |
| 213 | + sourceTree = "<group>"; |
| 214 | + }; |
| 215 | + A1338B7112E0EFFF00662B28 /* ASI */ = { |
| 216 | + isa = PBXGroup; |
| 217 | + children = ( |
| 218 | + A159143112E0F6410003BBE2 /* Reachability.h */, |
| 219 | + A159143212E0F6410003BBE2 /* Reachability.m */, |
| 220 | + A1338B7212E0F01700662B28 /* ASIAuthenticationDialog.h */, |
| 221 | + A1338B7312E0F01700662B28 /* ASIAuthenticationDialog.m */, |
| 222 | + A1338B7412E0F01700662B28 /* ASICacheDelegate.h */, |
| 223 | + A1338B7512E0F01700662B28 /* ASIDataCompressor.h */, |
| 224 | + A1338B7612E0F01700662B28 /* ASIDataCompressor.m */, |
| 225 | + A1338B7712E0F01700662B28 /* ASIDataDecompressor.h */, |
| 226 | + A1338B7812E0F01700662B28 /* ASIDataDecompressor.m */, |
| 227 | + A1338B7912E0F01700662B28 /* ASIDownloadCache.h */, |
| 228 | + A1338B7A12E0F01700662B28 /* ASIDownloadCache.m */, |
| 229 | + A1338B7B12E0F01700662B28 /* ASIFormDataRequest.h */, |
| 230 | + A1338B7C12E0F01700662B28 /* ASIFormDataRequest.m */, |
| 231 | + A1338B7D12E0F01700662B28 /* ASIHTTPRequest.h */, |
| 232 | + A1338B7E12E0F01700662B28 /* ASIHTTPRequest.m */, |
| 233 | + A1338B7F12E0F01700662B28 /* ASIHTTPRequestConfig.h */, |
| 234 | + A1338B8012E0F01700662B28 /* ASIHTTPRequestDelegate.h */, |
| 235 | + A1338B8112E0F01700662B28 /* ASIInputStream.h */, |
| 236 | + A1338B8212E0F01700662B28 /* ASIInputStream.m */, |
| 237 | + A1338B8312E0F01700662B28 /* ASINetworkQueue.h */, |
| 238 | + A1338B8412E0F01700662B28 /* ASINetworkQueue.m */, |
| 239 | + A1338B8512E0F01700662B28 /* ASIProgressDelegate.h */, |
| 240 | + ); |
| 241 | + name = ASI; |
| 242 | + sourceTree = "<group>"; |
| 243 | + }; |
| 244 | +/* End PBXGroup section */ |
| 245 | + |
| 246 | +/* Begin PBXNativeTarget section */ |
| 247 | + 1D6058900D05DD3D006BFB54 /* PhotoPicker */ = { |
| 248 | + isa = PBXNativeTarget; |
| 249 | + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */; |
| 250 | + buildPhases = ( |
| 251 | + 1D60588D0D05DD3D006BFB54 /* Resources */, |
| 252 | + 1D60588E0D05DD3D006BFB54 /* Sources */, |
| 253 | + 1D60588F0D05DD3D006BFB54 /* Frameworks */, |
| 254 | + ); |
| 255 | + buildRules = ( |
| 256 | + ); |
| 257 | + dependencies = ( |
| 258 | + ); |
| 259 | + name = PhotoPicker; |
| 260 | + productName = PhotoPicker; |
| 261 | + productReference = 1D6058910D05DD3D006BFB54 /* PhotoPicker.app */; |
| 262 | + productType = "com.apple.product-type.application"; |
| 263 | + }; |
| 264 | +/* End PBXNativeTarget section */ |
| 265 | + |
| 266 | +/* Begin PBXProject section */ |
| 267 | + 29B97313FDCFA39411CA2CEA /* Project object */ = { |
| 268 | + isa = PBXProject; |
| 269 | + attributes = { |
| 270 | + ORGANIZATIONNAME = "Wikimedia Commons"; |
| 271 | + }; |
| 272 | + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WikiSnaps" */; |
| 273 | + compatibilityVersion = "Xcode 3.1"; |
| 274 | + developmentRegion = English; |
| 275 | + hasScannedForEncodings = 1; |
| 276 | + knownRegions = ( |
| 277 | + English, |
| 278 | + Japanese, |
| 279 | + French, |
| 280 | + German, |
| 281 | + ); |
| 282 | + mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; |
| 283 | + projectDirPath = ""; |
| 284 | + projectRoot = ""; |
| 285 | + targets = ( |
| 286 | + 1D6058900D05DD3D006BFB54 /* PhotoPicker */, |
| 287 | + ); |
| 288 | + }; |
| 289 | +/* End PBXProject section */ |
| 290 | + |
| 291 | +/* Begin PBXResourcesBuildPhase section */ |
| 292 | + 1D60588D0D05DD3D006BFB54 /* Resources */ = { |
| 293 | + isa = PBXResourcesBuildPhase; |
| 294 | + buildActionMask = 2147483647; |
| 295 | + files = ( |
| 296 | + 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, |
| 297 | + 2899E5220DE3E06400AC0155 /* PhotoPickerViewController.xib in Resources */, |
| 298 | + F1A2673110C9C04A0044762E /* icon.png in Resources */, |
| 299 | + F130561C10CEDA5C00271CD6 /* home-background.png in Resources */, |
| 300 | + F13056EF10CEEB3100271CD6 /* cancel-button-pressed.png in Resources */, |
| 301 | + F13056F010CEEB3100271CD6 /* cancel-button.png in Resources */, |
| 302 | + 3A113EC910CF3C5500C9DDCF /* Entitlements.plist in Resources */, |
| 303 | + A127DA4112E0DF9700149FC9 /* SettingsViewController.xib in Resources */, |
| 304 | + A1FECB2812E10D41007CF08C /* icon@2x.png in Resources */, |
| 305 | + A1FECB2D12E10DCA007CF08C /* ImageDetailsViewController.xib in Resources */, |
| 306 | + ); |
| 307 | + runOnlyForDeploymentPostprocessing = 0; |
| 308 | + }; |
| 309 | +/* End PBXResourcesBuildPhase section */ |
| 310 | + |
| 311 | +/* Begin PBXSourcesBuildPhase section */ |
| 312 | + 1D60588E0D05DD3D006BFB54 /* Sources */ = { |
| 313 | + isa = PBXSourcesBuildPhase; |
| 314 | + buildActionMask = 2147483647; |
| 315 | + files = ( |
| 316 | + 1D60589B0D05DD56006BFB54 /* main.m in Sources */, |
| 317 | + 1D3623260D0F684500981E51 /* PhotoPickerAppDelegate.m in Sources */, |
| 318 | + 28D7ACF80DDB3853001CB0EB /* PhotoPickerViewController.m in Sources */, |
| 319 | + F1A2691210C9D8EE0044762E /* NSData+PhotoPicker.m in Sources */, |
| 320 | + F1A269B110C9EA8A0044762E /* UIImage+PhotoPicker.m in Sources */, |
| 321 | + F130561F10CEDBAC00271CD6 /* Configuration.m in Sources */, |
| 322 | + A127DA4012E0DF9700149FC9 /* SettingsViewController.m in Sources */, |
| 323 | + A1338B8612E0F01700662B28 /* ASIAuthenticationDialog.m in Sources */, |
| 324 | + A1338B8712E0F01700662B28 /* ASIDataCompressor.m in Sources */, |
| 325 | + A1338B8812E0F01700662B28 /* ASIDataDecompressor.m in Sources */, |
| 326 | + A1338B8912E0F01700662B28 /* ASIDownloadCache.m in Sources */, |
| 327 | + A1338B8A12E0F01700662B28 /* ASIFormDataRequest.m in Sources */, |
| 328 | + A1338B8B12E0F01700662B28 /* ASIHTTPRequest.m in Sources */, |
| 329 | + A1338B8C12E0F01700662B28 /* ASIInputStream.m in Sources */, |
| 330 | + A1338B8D12E0F01700662B28 /* ASINetworkQueue.m in Sources */, |
| 331 | + A159143312E0F6410003BBE2 /* Reachability.m in Sources */, |
| 332 | + A1FECB2C12E10DCA007CF08C /* ImageDetailsViewController.m in Sources */, |
| 333 | + A1FECB3E12E1105B007CF08C /* CommonsUpload.m in Sources */, |
| 334 | + ); |
| 335 | + runOnlyForDeploymentPostprocessing = 0; |
| 336 | + }; |
| 337 | +/* End PBXSourcesBuildPhase section */ |
| 338 | + |
| 339 | +/* Begin XCBuildConfiguration section */ |
| 340 | + 1D6058940D05DD3E006BFB54 /* Debug */ = { |
| 341 | + isa = XCBuildConfiguration; |
| 342 | + buildSettings = { |
| 343 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 344 | + COPY_PHASE_STRIP = NO; |
| 345 | + GCC_DYNAMIC_NO_PIC = NO; |
| 346 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 347 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 348 | + GCC_PREFIX_HEADER = WikiSnaps_Prefix.pch; |
| 349 | + INFOPLIST_FILE = "WikiSnaps-Info.plist"; |
| 350 | + PRODUCT_NAME = PhotoPicker; |
| 351 | + }; |
| 352 | + name = Debug; |
| 353 | + }; |
| 354 | + C01FCF4F08A954540054247B /* Debug */ = { |
| 355 | + isa = XCBuildConfiguration; |
| 356 | + buildSettings = { |
| 357 | + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 358 | + CODE_SIGN_IDENTITY = "Don't Code Sign"; |
| 359 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 360 | + GCC_C_LANGUAGE_STANDARD = c99; |
| 361 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 362 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 363 | + PREBINDING = NO; |
| 364 | + PROVISIONING_PROFILE = ""; |
| 365 | + "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; |
| 366 | + SDKROOT = iphoneos; |
| 367 | + }; |
| 368 | + name = Debug; |
| 369 | + }; |
| 370 | +/* End XCBuildConfiguration section */ |
| 371 | + |
| 372 | +/* Begin XCConfigurationList section */ |
| 373 | + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PhotoPicker" */ = { |
| 374 | + isa = XCConfigurationList; |
| 375 | + buildConfigurations = ( |
| 376 | + 1D6058940D05DD3E006BFB54 /* Debug */, |
| 377 | + ); |
| 378 | + defaultConfigurationIsVisible = 0; |
| 379 | + defaultConfigurationName = Debug; |
| 380 | + }; |
| 381 | + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WikiSnaps" */ = { |
| 382 | + isa = XCConfigurationList; |
| 383 | + buildConfigurations = ( |
| 384 | + C01FCF4F08A954540054247B /* Debug */, |
| 385 | + ); |
| 386 | + defaultConfigurationIsVisible = 0; |
| 387 | + defaultConfigurationName = Debug; |
| 388 | + }; |
| 389 | +/* End XCConfigurationList section */ |
| 390 | + }; |
| 391 | + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; |
| 392 | +} |
Property changes on: trunk/tools/WikiSnaps/WikiSnaps.xcodeproj/project.pbxproj |
___________________________________________________________________ |
Added: svn:executable |
1 | 393 | + * |