vendor 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +8 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +2 -26
- data/VERSION +1 -1
- data/lib/vendor/api.rb +1 -1
- data/lib/vendor/cli/app.rb +2 -2
- data/lib/vendor/cli/auth.rb +1 -1
- data/lib/vendor/extensions/string.rb +8 -1
- data/lib/vendor/vendor_file/source.rb +1 -1
- data/lib/vendor/xcode/project.rb +22 -8
- data/lib/vendor/xcode/proxy.rb +2 -0
- data/lib/vendor/xcode/proxy/pbx_aggregate_target.rb +11 -0
- data/lib/vendor/xcode/proxy/unknown.rb +8 -0
- data/spec/lib/vendor/vendor_file/loader_spec.rb +1 -1
- data/spec/lib/vendor/vendor_file/source_spec.rb +1 -1
- data/spec/lib/vendor/xcode/project_spec.rb +20 -3
- data/spec/lib/vendor/xcode/proxy/pbx_project_spec.rb +4 -1
- data/spec/support/api_stubs.rb +13 -13
- data/spec/support/resources/projects/MultipleTargets/MultipleTargets.xcodeproj/project.pbxproj +36 -0
- data/spec/support/resources/projects/ProjectWithSpecs/ProjectWithSpecs.xcodeproj/project.pbxproj +38 -2
- data/spec/support/resources/projects/ProjectsToTestParsing/TestWithFamilyString.xcodeproj/project.pbxproj +295 -0
- data/spec/support/resources/projects/ProjectsToTestParsing/TestWithUnknownObject.xcodeproj/project.pbxproj +295 -0
- data/vendor.gemspec +2 -2
- metadata +41 -29
    
        data/spec/support/resources/projects/ProjectWithSpecs/ProjectWithSpecs.xcodeproj/project.pbxproj
    CHANGED
    
    | @@ -6,6 +6,19 @@ | |
| 6 6 | 
             
            	objectVersion = 46;
         | 
| 7 7 | 
             
            	objects = {
         | 
| 8 8 |  | 
| 9 | 
            +
            /* Begin PBXAggregateTarget section */
         | 
| 10 | 
            +
            		53BD73C714D0AF9A00E30313 /* AggregateTarget */ = {
         | 
| 11 | 
            +
            			isa = PBXAggregateTarget;
         | 
| 12 | 
            +
            			buildConfigurationList = 53BD73CA14D0AF9A00E30313 /* Build configuration list for PBXAggregateTarget "AggregateTarget" */;
         | 
| 13 | 
            +
            			buildPhases = (
         | 
| 14 | 
            +
            			);
         | 
| 15 | 
            +
            			dependencies = (
         | 
| 16 | 
            +
            			);
         | 
| 17 | 
            +
            			name = AggregateTarget;
         | 
| 18 | 
            +
            			productName = AggregateTarget;
         | 
| 19 | 
            +
            		};
         | 
| 20 | 
            +
            /* End PBXAggregateTarget section */
         | 
| 21 | 
            +
             | 
| 9 22 | 
             
            /* Begin PBXBuildFile section */
         | 
| 10 23 | 
             
            		537874B014010A0A00D9B746 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 537874AF14010A0A00D9B746 /* main.m */; };
         | 
| 11 24 | 
             
            		537874BD14010A1F00D9B746 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 537874BC14010A1F00D9B746 /* UIKit.framework */; };
         | 
| @@ -161,7 +174,7 @@ | |
| 161 174 | 
             
            /* Begin PBXProject section */
         | 
| 162 175 | 
             
            		5378747F140109AE00D9B746 /* Project object */ = {
         | 
| 163 176 | 
             
            			isa = PBXProject;
         | 
| 164 | 
            -
            			buildConfigurationList = 53787482140109AE00D9B746 /* Build configuration list for PBXProject " | 
| 177 | 
            +
            			buildConfigurationList = 53787482140109AE00D9B746 /* Build configuration list for PBXProject "ProjectWithSpecs" */;
         | 
| 165 178 | 
             
            			compatibilityVersion = "Xcode 3.2";
         | 
| 166 179 | 
             
            			developmentRegion = English;
         | 
| 167 180 | 
             
            			hasScannedForEncodings = 0;
         | 
| @@ -174,6 +187,7 @@ | |
| 174 187 | 
             
            			projectRoot = "";
         | 
| 175 188 | 
             
            			targets = (
         | 
| 176 189 | 
             
            				5378749E14010A0A00D9B746 /* Specs */,
         | 
| 190 | 
            +
            				53BD73C714D0AF9A00E30313 /* AggregateTarget */,
         | 
| 177 191 | 
             
            			);
         | 
| 178 192 | 
             
            		};
         | 
| 179 193 | 
             
            /* End PBXProject section */
         | 
| @@ -293,10 +307,24 @@ | |
| 293 307 | 
             
            			};
         | 
| 294 308 | 
             
            			name = Release;
         | 
| 295 309 | 
             
            		};
         | 
| 310 | 
            +
            		53BD73C814D0AF9A00E30313 /* Debug */ = {
         | 
| 311 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 312 | 
            +
            			buildSettings = {
         | 
| 313 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 314 | 
            +
            			};
         | 
| 315 | 
            +
            			name = Debug;
         | 
| 316 | 
            +
            		};
         | 
| 317 | 
            +
            		53BD73C914D0AF9A00E30313 /* Release */ = {
         | 
| 318 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 319 | 
            +
            			buildSettings = {
         | 
| 320 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 321 | 
            +
            			};
         | 
| 322 | 
            +
            			name = Release;
         | 
| 323 | 
            +
            		};
         | 
| 296 324 | 
             
            /* End XCBuildConfiguration section */
         | 
| 297 325 |  | 
| 298 326 | 
             
            /* Begin XCConfigurationList section */
         | 
| 299 | 
            -
            		53787482140109AE00D9B746 /* Build configuration list for PBXProject " | 
| 327 | 
            +
            		53787482140109AE00D9B746 /* Build configuration list for PBXProject "ProjectWithSpecs" */ = {
         | 
| 300 328 | 
             
            			isa = XCConfigurationList;
         | 
| 301 329 | 
             
            			buildConfigurations = (
         | 
| 302 330 | 
             
            				53787484140109AE00D9B746 /* Debug */,
         | 
| @@ -314,6 +342,14 @@ | |
| 314 342 | 
             
            			defaultConfigurationIsVisible = 0;
         | 
| 315 343 | 
             
            			defaultConfigurationName = Release;
         | 
| 316 344 | 
             
            		};
         | 
| 345 | 
            +
            		53BD73CA14D0AF9A00E30313 /* Build configuration list for PBXAggregateTarget "AggregateTarget" */ = {
         | 
| 346 | 
            +
            			isa = XCConfigurationList;
         | 
| 347 | 
            +
            			buildConfigurations = (
         | 
| 348 | 
            +
            				53BD73C814D0AF9A00E30313 /* Debug */,
         | 
| 349 | 
            +
            				53BD73C914D0AF9A00E30313 /* Release */,
         | 
| 350 | 
            +
            			);
         | 
| 351 | 
            +
            			defaultConfigurationIsVisible = 0;
         | 
| 352 | 
            +
            		};
         | 
| 317 353 | 
             
            /* End XCConfigurationList section */
         | 
| 318 354 | 
             
            	};
         | 
| 319 355 | 
             
            	rootObject = 5378747F140109AE00D9B746 /* Project object */;
         | 
| @@ -0,0 +1,295 @@ | |
| 1 | 
            +
            // !$*UTF8*$!
         | 
| 2 | 
            +
            {
         | 
| 3 | 
            +
            	archiveVersion = 1;
         | 
| 4 | 
            +
            	classes = {
         | 
| 5 | 
            +
            	};
         | 
| 6 | 
            +
            	objectVersion = 46;
         | 
| 7 | 
            +
            	objects = {
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            /* Begin PBXBuildFile section */
         | 
| 10 | 
            +
            		A9E4BAB214B5047F00D173A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB114B5047F00D173A4 /* UIKit.framework */; };
         | 
| 11 | 
            +
            		A9E4BAB414B5047F00D173A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB314B5047F00D173A4 /* Foundation.framework */; };
         | 
| 12 | 
            +
            		A9E4BAB614B5047F00D173A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */; };
         | 
| 13 | 
            +
            		A9E4BABC14B5047F00D173A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */; };
         | 
| 14 | 
            +
            		A9E4BABE14B5047F00D173A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BABD14B5047F00D173A4 /* main.m */; };
         | 
| 15 | 
            +
            		A9E4BAC214B5047F00D173A4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BAC114B5047F00D173A4 /* AppDelegate.m */; };
         | 
| 16 | 
            +
            		A9E4BAC514B5047F00D173A4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BAC414B5047F00D173A4 /* ViewController.m */; };
         | 
| 17 | 
            +
            		A9E4BAC814B5047F00D173A4 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */; };
         | 
| 18 | 
            +
            		A9E4BACB14B5047F00D173A4 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */; };
         | 
| 19 | 
            +
            /* End PBXBuildFile section */
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            /* Begin PBXFileReference section */
         | 
| 22 | 
            +
            		A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestVendorKit.app; sourceTree = BUILT_PRODUCTS_DIR; };
         | 
| 23 | 
            +
            		A9E4BAB114B5047F00D173A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
         | 
| 24 | 
            +
            		A9E4BAB314B5047F00D173A4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
         | 
| 25 | 
            +
            		A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
         | 
| 26 | 
            +
            		A9E4BAB914B5047F00D173A4 /* TestVendorKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestVendorKit-Info.plist"; sourceTree = "<group>"; };
         | 
| 27 | 
            +
            		A9E4BABB14B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
         | 
| 28 | 
            +
            		A9E4BABD14B5047F00D173A4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
         | 
| 29 | 
            +
            		A9E4BABF14B5047F00D173A4 /* TestVendorKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestVendorKit-Prefix.pch"; sourceTree = "<group>"; };
         | 
| 30 | 
            +
            		A9E4BAC014B5047F00D173A4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
         | 
| 31 | 
            +
            		A9E4BAC114B5047F00D173A4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
         | 
| 32 | 
            +
            		A9E4BAC314B5047F00D173A4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
         | 
| 33 | 
            +
            		A9E4BAC414B5047F00D173A4 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
         | 
| 34 | 
            +
            		A9E4BAC714B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
         | 
| 35 | 
            +
            		A9E4BACA14B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
         | 
| 36 | 
            +
            /* End PBXFileReference section */
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            /* Begin PBXFrameworksBuildPhase section */
         | 
| 39 | 
            +
            		A9E4BAAA14B5047F00D173A4 /* Frameworks */ = {
         | 
| 40 | 
            +
            			isa = PBXFrameworksBuildPhase;
         | 
| 41 | 
            +
            			buildActionMask = 2147483647;
         | 
| 42 | 
            +
            			files = (
         | 
| 43 | 
            +
            				A9E4BAB214B5047F00D173A4 /* UIKit.framework in Frameworks */,
         | 
| 44 | 
            +
            				A9E4BAB414B5047F00D173A4 /* Foundation.framework in Frameworks */,
         | 
| 45 | 
            +
            				A9E4BAB614B5047F00D173A4 /* CoreGraphics.framework in Frameworks */,
         | 
| 46 | 
            +
            			);
         | 
| 47 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 48 | 
            +
            		};
         | 
| 49 | 
            +
            /* End PBXFrameworksBuildPhase section */
         | 
| 50 | 
            +
             | 
| 51 | 
            +
            /* Begin PBXGroup section */
         | 
| 52 | 
            +
            		A9E4BAA214B5047F00D173A4 = {
         | 
| 53 | 
            +
            			isa = PBXGroup;
         | 
| 54 | 
            +
            			children = (
         | 
| 55 | 
            +
            				A9E4BAB714B5047F00D173A4 /* TestVendorKit */,
         | 
| 56 | 
            +
            				A9E4BAB014B5047F00D173A4 /* Frameworks */,
         | 
| 57 | 
            +
            				A9E4BAAE14B5047F00D173A4 /* Products */,
         | 
| 58 | 
            +
            			);
         | 
| 59 | 
            +
            			sourceTree = "<group>";
         | 
| 60 | 
            +
            		};
         | 
| 61 | 
            +
            		A9E4BAAE14B5047F00D173A4 /* Products */ = {
         | 
| 62 | 
            +
            			isa = PBXGroup;
         | 
| 63 | 
            +
            			children = (
         | 
| 64 | 
            +
            				A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */,
         | 
| 65 | 
            +
            			);
         | 
| 66 | 
            +
            			name = Products;
         | 
| 67 | 
            +
            			sourceTree = "<group>";
         | 
| 68 | 
            +
            		};
         | 
| 69 | 
            +
            		A9E4BAB014B5047F00D173A4 /* Frameworks */ = {
         | 
| 70 | 
            +
            			isa = PBXGroup;
         | 
| 71 | 
            +
            			children = (
         | 
| 72 | 
            +
            				A9E4BAB114B5047F00D173A4 /* UIKit.framework */,
         | 
| 73 | 
            +
            				A9E4BAB314B5047F00D173A4 /* Foundation.framework */,
         | 
| 74 | 
            +
            				A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */,
         | 
| 75 | 
            +
            			);
         | 
| 76 | 
            +
            			name = Frameworks;
         | 
| 77 | 
            +
            			sourceTree = "<group>";
         | 
| 78 | 
            +
            		};
         | 
| 79 | 
            +
            		A9E4BAB714B5047F00D173A4 /* TestVendorKit */ = {
         | 
| 80 | 
            +
            			isa = PBXGroup;
         | 
| 81 | 
            +
            			children = (
         | 
| 82 | 
            +
            				A9E4BAC014B5047F00D173A4 /* AppDelegate.h */,
         | 
| 83 | 
            +
            				A9E4BAC114B5047F00D173A4 /* AppDelegate.m */,
         | 
| 84 | 
            +
            				A9E4BAC314B5047F00D173A4 /* ViewController.h */,
         | 
| 85 | 
            +
            				A9E4BAC414B5047F00D173A4 /* ViewController.m */,
         | 
| 86 | 
            +
            				A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */,
         | 
| 87 | 
            +
            				A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */,
         | 
| 88 | 
            +
            				A9E4BAB814B5047F00D173A4 /* Supporting Files */,
         | 
| 89 | 
            +
            			);
         | 
| 90 | 
            +
            			path = TestVendorKit;
         | 
| 91 | 
            +
            			sourceTree = "<group>";
         | 
| 92 | 
            +
            		};
         | 
| 93 | 
            +
            		A9E4BAB814B5047F00D173A4 /* Supporting Files */ = {
         | 
| 94 | 
            +
            			isa = PBXGroup;
         | 
| 95 | 
            +
            			children = (
         | 
| 96 | 
            +
            				A9E4BAB914B5047F00D173A4 /* TestVendorKit-Info.plist */,
         | 
| 97 | 
            +
            				A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */,
         | 
| 98 | 
            +
            				A9E4BABD14B5047F00D173A4 /* main.m */,
         | 
| 99 | 
            +
            				A9E4BABF14B5047F00D173A4 /* TestVendorKit-Prefix.pch */,
         | 
| 100 | 
            +
            			);
         | 
| 101 | 
            +
            			name = "Supporting Files";
         | 
| 102 | 
            +
            			sourceTree = "<group>";
         | 
| 103 | 
            +
            		};
         | 
| 104 | 
            +
            /* End PBXGroup section */
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            /* Begin PBXNativeTarget section */
         | 
| 107 | 
            +
            		A9E4BAAC14B5047F00D173A4 /* TestVendorKit */ = {
         | 
| 108 | 
            +
            			isa = PBXNativeTarget;
         | 
| 109 | 
            +
            			buildConfigurationList = A9E4BACE14B5047F00D173A4 /* Build configuration list for PBXNativeTarget "TestVendorKit" */;
         | 
| 110 | 
            +
            			buildPhases = (
         | 
| 111 | 
            +
            				A9E4BAA914B5047F00D173A4 /* Sources */,
         | 
| 112 | 
            +
            				A9E4BAAA14B5047F00D173A4 /* Frameworks */,
         | 
| 113 | 
            +
            				A9E4BAAB14B5047F00D173A4 /* Resources */,
         | 
| 114 | 
            +
            			);
         | 
| 115 | 
            +
            			buildRules = (
         | 
| 116 | 
            +
            			);
         | 
| 117 | 
            +
            			dependencies = (
         | 
| 118 | 
            +
            			);
         | 
| 119 | 
            +
            			name = TestVendorKit;
         | 
| 120 | 
            +
            			productName = TestVendorKit;
         | 
| 121 | 
            +
            			productReference = A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */;
         | 
| 122 | 
            +
            			productType = "com.apple.product-type.application";
         | 
| 123 | 
            +
            		};
         | 
| 124 | 
            +
            /* End PBXNativeTarget section */
         | 
| 125 | 
            +
             | 
| 126 | 
            +
            /* Begin PBXProject section */
         | 
| 127 | 
            +
            		A9E4BAA414B5047F00D173A4 /* Project object */ = {
         | 
| 128 | 
            +
            			isa = PBXProject;
         | 
| 129 | 
            +
            			attributes = {
         | 
| 130 | 
            +
            				LastUpgradeCheck = 0420;
         | 
| 131 | 
            +
            			};
         | 
| 132 | 
            +
            			buildConfigurationList = A9E4BAA714B5047F00D173A4 /* Build configuration list for PBXProject "TestVendorKit" */;
         | 
| 133 | 
            +
            			compatibilityVersion = "Xcode 3.2";
         | 
| 134 | 
            +
            			developmentRegion = English;
         | 
| 135 | 
            +
            			hasScannedForEncodings = 0;
         | 
| 136 | 
            +
            			knownRegions = (
         | 
| 137 | 
            +
            				en,
         | 
| 138 | 
            +
            			);
         | 
| 139 | 
            +
            			mainGroup = A9E4BAA214B5047F00D173A4;
         | 
| 140 | 
            +
            			productRefGroup = A9E4BAAE14B5047F00D173A4 /* Products */;
         | 
| 141 | 
            +
            			projectDirPath = "";
         | 
| 142 | 
            +
            			projectRoot = "";
         | 
| 143 | 
            +
            			targets = (
         | 
| 144 | 
            +
            				A9E4BAAC14B5047F00D173A4 /* TestVendorKit */,
         | 
| 145 | 
            +
            			);
         | 
| 146 | 
            +
            		};
         | 
| 147 | 
            +
            /* End PBXProject section */
         | 
| 148 | 
            +
             | 
| 149 | 
            +
            /* Begin PBXResourcesBuildPhase section */
         | 
| 150 | 
            +
            		A9E4BAAB14B5047F00D173A4 /* Resources */ = {
         | 
| 151 | 
            +
            			isa = PBXResourcesBuildPhase;
         | 
| 152 | 
            +
            			buildActionMask = 2147483647;
         | 
| 153 | 
            +
            			files = (
         | 
| 154 | 
            +
            				A9E4BABC14B5047F00D173A4 /* InfoPlist.strings in Resources */,
         | 
| 155 | 
            +
            				A9E4BAC814B5047F00D173A4 /* ViewController_iPhone.xib in Resources */,
         | 
| 156 | 
            +
            				A9E4BACB14B5047F00D173A4 /* ViewController_iPad.xib in Resources */,
         | 
| 157 | 
            +
            			);
         | 
| 158 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 159 | 
            +
            		};
         | 
| 160 | 
            +
            /* End PBXResourcesBuildPhase section */
         | 
| 161 | 
            +
             | 
| 162 | 
            +
            /* Begin PBXSourcesBuildPhase section */
         | 
| 163 | 
            +
            		A9E4BAA914B5047F00D173A4 /* Sources */ = {
         | 
| 164 | 
            +
            			isa = PBXSourcesBuildPhase;
         | 
| 165 | 
            +
            			buildActionMask = 2147483647;
         | 
| 166 | 
            +
            			files = (
         | 
| 167 | 
            +
            				A9E4BABE14B5047F00D173A4 /* main.m in Sources */,
         | 
| 168 | 
            +
            				A9E4BAC214B5047F00D173A4 /* AppDelegate.m in Sources */,
         | 
| 169 | 
            +
            				A9E4BAC514B5047F00D173A4 /* ViewController.m in Sources */,
         | 
| 170 | 
            +
            			);
         | 
| 171 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 172 | 
            +
            		};
         | 
| 173 | 
            +
            /* End PBXSourcesBuildPhase section */
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            /* Begin PBXVariantGroup section */
         | 
| 176 | 
            +
            		A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */ = {
         | 
| 177 | 
            +
            			isa = PBXVariantGroup;
         | 
| 178 | 
            +
            			children = (
         | 
| 179 | 
            +
            				A9E4BABB14B5047F00D173A4 /* en */,
         | 
| 180 | 
            +
            			);
         | 
| 181 | 
            +
            			name = InfoPlist.strings;
         | 
| 182 | 
            +
            			sourceTree = "<group>";
         | 
| 183 | 
            +
            		};
         | 
| 184 | 
            +
            		A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */ = {
         | 
| 185 | 
            +
            			isa = PBXVariantGroup;
         | 
| 186 | 
            +
            			children = (
         | 
| 187 | 
            +
            				A9E4BAC714B5047F00D173A4 /* en */,
         | 
| 188 | 
            +
            			);
         | 
| 189 | 
            +
            			name = ViewController_iPhone.xib;
         | 
| 190 | 
            +
            			sourceTree = "<group>";
         | 
| 191 | 
            +
            		};
         | 
| 192 | 
            +
            		A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */ = {
         | 
| 193 | 
            +
            			isa = PBXVariantGroup;
         | 
| 194 | 
            +
            			children = (
         | 
| 195 | 
            +
            				A9E4BACA14B5047F00D173A4 /* en */,
         | 
| 196 | 
            +
            			);
         | 
| 197 | 
            +
            			name = ViewController_iPad.xib;
         | 
| 198 | 
            +
            			sourceTree = "<group>";
         | 
| 199 | 
            +
            		};
         | 
| 200 | 
            +
            /* End PBXVariantGroup section */
         | 
| 201 | 
            +
             | 
| 202 | 
            +
            /* Begin XCBuildConfiguration section */
         | 
| 203 | 
            +
            		A9E4BACC14B5047F00D173A4 /* Debug */ = {
         | 
| 204 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 205 | 
            +
            			buildSettings = {
         | 
| 206 | 
            +
            				ALWAYS_SEARCH_USER_PATHS = NO;
         | 
| 207 | 
            +
            				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
         | 
| 208 | 
            +
            				CLANG_ENABLE_OBJC_ARC = YES;
         | 
| 209 | 
            +
            				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
         | 
| 210 | 
            +
            				COPY_PHASE_STRIP = NO;
         | 
| 211 | 
            +
            				GCC_C_LANGUAGE_STANDARD = gnu99;
         | 
| 212 | 
            +
            				GCC_DYNAMIC_NO_PIC = NO;
         | 
| 213 | 
            +
            				GCC_OPTIMIZATION_LEVEL = 0;
         | 
| 214 | 
            +
            				GCC_PREPROCESSOR_DEFINITIONS = (
         | 
| 215 | 
            +
            					"DEBUG=1",
         | 
| 216 | 
            +
            					"$(inherited)",
         | 
| 217 | 
            +
            				);
         | 
| 218 | 
            +
            				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
         | 
| 219 | 
            +
            				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
         | 
| 220 | 
            +
            				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
         | 
| 221 | 
            +
            				GCC_WARN_ABOUT_RETURN_TYPE = YES;
         | 
| 222 | 
            +
            				GCC_WARN_UNUSED_VARIABLE = YES;
         | 
| 223 | 
            +
            				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
         | 
| 224 | 
            +
            				SDKROOT = iphoneos;
         | 
| 225 | 
            +
            				TARGETED_DEVICE_FAMILY = "1,2";
         | 
| 226 | 
            +
            			};
         | 
| 227 | 
            +
            			name = Debug;
         | 
| 228 | 
            +
            		};
         | 
| 229 | 
            +
            		A9E4BACD14B5047F00D173A4 /* Release */ = {
         | 
| 230 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 231 | 
            +
            			buildSettings = {
         | 
| 232 | 
            +
            				ALWAYS_SEARCH_USER_PATHS = NO;
         | 
| 233 | 
            +
            				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
         | 
| 234 | 
            +
            				CLANG_ENABLE_OBJC_ARC = YES;
         | 
| 235 | 
            +
            				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
         | 
| 236 | 
            +
            				COPY_PHASE_STRIP = YES;
         | 
| 237 | 
            +
            				GCC_C_LANGUAGE_STANDARD = gnu99;
         | 
| 238 | 
            +
            				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
         | 
| 239 | 
            +
            				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
         | 
| 240 | 
            +
            				GCC_WARN_ABOUT_RETURN_TYPE = YES;
         | 
| 241 | 
            +
            				GCC_WARN_UNUSED_VARIABLE = YES;
         | 
| 242 | 
            +
            				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
         | 
| 243 | 
            +
            				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
         | 
| 244 | 
            +
            				SDKROOT = iphoneos;
         | 
| 245 | 
            +
            				TARGETED_DEVICE_FAMILY = "1,2";
         | 
| 246 | 
            +
            				VALIDATE_PRODUCT = YES;
         | 
| 247 | 
            +
            			};
         | 
| 248 | 
            +
            			name = Release;
         | 
| 249 | 
            +
            		};
         | 
| 250 | 
            +
            		A9E4BACF14B5047F00D173A4 /* Debug */ = {
         | 
| 251 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 252 | 
            +
            			buildSettings = {
         | 
| 253 | 
            +
            				GCC_PRECOMPILE_PREFIX_HEADER = YES;
         | 
| 254 | 
            +
            				GCC_PREFIX_HEADER = "TestVendorKit/TestVendorKit-Prefix.pch";
         | 
| 255 | 
            +
            				INFOPLIST_FILE = "TestVendorKit/TestVendorKit-Info.plist";
         | 
| 256 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 257 | 
            +
            				WRAPPER_EXTENSION = app;
         | 
| 258 | 
            +
            			};
         | 
| 259 | 
            +
            			name = Debug;
         | 
| 260 | 
            +
            		};
         | 
| 261 | 
            +
            		A9E4BAD014B5047F00D173A4 /* Release */ = {
         | 
| 262 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 263 | 
            +
            			buildSettings = {
         | 
| 264 | 
            +
            				GCC_PRECOMPILE_PREFIX_HEADER = YES;
         | 
| 265 | 
            +
            				GCC_PREFIX_HEADER = "TestVendorKit/TestVendorKit-Prefix.pch";
         | 
| 266 | 
            +
            				INFOPLIST_FILE = "TestVendorKit/TestVendorKit-Info.plist";
         | 
| 267 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 268 | 
            +
            				WRAPPER_EXTENSION = app;
         | 
| 269 | 
            +
            			};
         | 
| 270 | 
            +
            			name = Release;
         | 
| 271 | 
            +
            		};
         | 
| 272 | 
            +
            /* End XCBuildConfiguration section */
         | 
| 273 | 
            +
             | 
| 274 | 
            +
            /* Begin XCConfigurationList section */
         | 
| 275 | 
            +
            		A9E4BAA714B5047F00D173A4 /* Build configuration list for PBXProject "TestVendorKit" */ = {
         | 
| 276 | 
            +
            			isa = XCConfigurationList;
         | 
| 277 | 
            +
            			buildConfigurations = (
         | 
| 278 | 
            +
            				A9E4BACC14B5047F00D173A4 /* Debug */,
         | 
| 279 | 
            +
            				A9E4BACD14B5047F00D173A4 /* Release */,
         | 
| 280 | 
            +
            			);
         | 
| 281 | 
            +
            			defaultConfigurationIsVisible = 0;
         | 
| 282 | 
            +
            			defaultConfigurationName = Release;
         | 
| 283 | 
            +
            		};
         | 
| 284 | 
            +
            		A9E4BACE14B5047F00D173A4 /* Build configuration list for PBXNativeTarget "TestVendorKit" */ = {
         | 
| 285 | 
            +
            			isa = XCConfigurationList;
         | 
| 286 | 
            +
            			buildConfigurations = (
         | 
| 287 | 
            +
            				A9E4BACF14B5047F00D173A4 /* Debug */,
         | 
| 288 | 
            +
            				A9E4BAD014B5047F00D173A4 /* Release */,
         | 
| 289 | 
            +
            			);
         | 
| 290 | 
            +
            			defaultConfigurationIsVisible = 0;
         | 
| 291 | 
            +
            		};
         | 
| 292 | 
            +
            /* End XCConfigurationList section */
         | 
| 293 | 
            +
            	};
         | 
| 294 | 
            +
            	rootObject = A9E4BAA414B5047F00D173A4 /* Project object */;
         | 
| 295 | 
            +
            }
         | 
| @@ -0,0 +1,295 @@ | |
| 1 | 
            +
            // !$*UTF8*$!
         | 
| 2 | 
            +
            {
         | 
| 3 | 
            +
            	archiveVersion = 1;
         | 
| 4 | 
            +
            	classes = {
         | 
| 5 | 
            +
            	};
         | 
| 6 | 
            +
            	objectVersion = 46;
         | 
| 7 | 
            +
            	objects = {
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            /* Begin PBXBuildFile section */
         | 
| 10 | 
            +
            		A9E4BAB214B5047F00D173A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB114B5047F00D173A4 /* UIKit.framework */; };
         | 
| 11 | 
            +
            		A9E4BAB414B5047F00D173A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB314B5047F00D173A4 /* Foundation.framework */; };
         | 
| 12 | 
            +
            		A9E4BAB614B5047F00D173A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */; };
         | 
| 13 | 
            +
            		A9E4BABC14B5047F00D173A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */; };
         | 
| 14 | 
            +
            		A9E4BABE14B5047F00D173A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BABD14B5047F00D173A4 /* main.m */; };
         | 
| 15 | 
            +
            		A9E4BAC214B5047F00D173A4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BAC114B5047F00D173A4 /* AppDelegate.m */; };
         | 
| 16 | 
            +
            		A9E4BAC514B5047F00D173A4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E4BAC414B5047F00D173A4 /* ViewController.m */; };
         | 
| 17 | 
            +
            		A9E4BAC814B5047F00D173A4 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */; };
         | 
| 18 | 
            +
            		A9E4BACB14B5047F00D173A4 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */; };
         | 
| 19 | 
            +
            /* End PBXBuildFile section */
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            /* Begin PBXFileReference section */
         | 
| 22 | 
            +
            		A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestVendorKit.app; sourceTree = BUILT_PRODUCTS_DIR; };
         | 
| 23 | 
            +
            		A9E4BAB114B5047F00D173A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
         | 
| 24 | 
            +
            		A9E4BAB314B5047F00D173A4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
         | 
| 25 | 
            +
            		A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
         | 
| 26 | 
            +
            		A9E4BAB914B5047F00D173A4 /* TestVendorKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestVendorKit-Info.plist"; sourceTree = "<group>"; };
         | 
| 27 | 
            +
            		A9E4BABB14B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
         | 
| 28 | 
            +
            		A9E4BABD14B5047F00D173A4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
         | 
| 29 | 
            +
            		A9E4BABF14B5047F00D173A4 /* TestVendorKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestVendorKit-Prefix.pch"; sourceTree = "<group>"; };
         | 
| 30 | 
            +
            		A9E4BAC014B5047F00D173A4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
         | 
| 31 | 
            +
            		A9E4BAC114B5047F00D173A4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
         | 
| 32 | 
            +
            		A9E4BAC314B5047F00D173A4 /* ViewController.h */ = {isa = PBXBlahBlahBlah; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
         | 
| 33 | 
            +
            		A9E4BAC414B5047F00D173A4 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
         | 
| 34 | 
            +
            		A9E4BAC714B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
         | 
| 35 | 
            +
            		A9E4BACA14B5047F00D173A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
         | 
| 36 | 
            +
            /* End PBXFileReference section */
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            /* Begin PBXFrameworksBuildPhase section */
         | 
| 39 | 
            +
            		A9E4BAAA14B5047F00D173A4 /* Frameworks */ = {
         | 
| 40 | 
            +
            			isa = PBXFrameworksBuildPhase;
         | 
| 41 | 
            +
            			buildActionMask = 2147483647;
         | 
| 42 | 
            +
            			files = (
         | 
| 43 | 
            +
            				A9E4BAB214B5047F00D173A4 /* UIKit.framework in Frameworks */,
         | 
| 44 | 
            +
            				A9E4BAB414B5047F00D173A4 /* Foundation.framework in Frameworks */,
         | 
| 45 | 
            +
            				A9E4BAB614B5047F00D173A4 /* CoreGraphics.framework in Frameworks */,
         | 
| 46 | 
            +
            			);
         | 
| 47 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 48 | 
            +
            		};
         | 
| 49 | 
            +
            /* End PBXFrameworksBuildPhase section */
         | 
| 50 | 
            +
             | 
| 51 | 
            +
            /* Begin PBXGroup section */
         | 
| 52 | 
            +
            		A9E4BAA214B5047F00D173A4 = {
         | 
| 53 | 
            +
            			isa = PBXGroup;
         | 
| 54 | 
            +
            			children = (
         | 
| 55 | 
            +
            				A9E4BAB714B5047F00D173A4 /* TestVendorKit */,
         | 
| 56 | 
            +
            				A9E4BAB014B5047F00D173A4 /* Frameworks */,
         | 
| 57 | 
            +
            				A9E4BAAE14B5047F00D173A4 /* Products */,
         | 
| 58 | 
            +
            			);
         | 
| 59 | 
            +
            			sourceTree = "<group>";
         | 
| 60 | 
            +
            		};
         | 
| 61 | 
            +
            		A9E4BAAE14B5047F00D173A4 /* Products */ = {
         | 
| 62 | 
            +
            			isa = PBXGroup;
         | 
| 63 | 
            +
            			children = (
         | 
| 64 | 
            +
            				A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */,
         | 
| 65 | 
            +
            			);
         | 
| 66 | 
            +
            			name = Products;
         | 
| 67 | 
            +
            			sourceTree = "<group>";
         | 
| 68 | 
            +
            		};
         | 
| 69 | 
            +
            		A9E4BAB014B5047F00D173A4 /* Frameworks */ = {
         | 
| 70 | 
            +
            			isa = PBXGroup;
         | 
| 71 | 
            +
            			children = (
         | 
| 72 | 
            +
            				A9E4BAB114B5047F00D173A4 /* UIKit.framework */,
         | 
| 73 | 
            +
            				A9E4BAB314B5047F00D173A4 /* Foundation.framework */,
         | 
| 74 | 
            +
            				A9E4BAB514B5047F00D173A4 /* CoreGraphics.framework */,
         | 
| 75 | 
            +
            			);
         | 
| 76 | 
            +
            			name = Frameworks;
         | 
| 77 | 
            +
            			sourceTree = "<group>";
         | 
| 78 | 
            +
            		};
         | 
| 79 | 
            +
            		A9E4BAB714B5047F00D173A4 /* TestVendorKit */ = {
         | 
| 80 | 
            +
            			isa = PBXGroup;
         | 
| 81 | 
            +
            			children = (
         | 
| 82 | 
            +
            				A9E4BAC014B5047F00D173A4 /* AppDelegate.h */,
         | 
| 83 | 
            +
            				A9E4BAC114B5047F00D173A4 /* AppDelegate.m */,
         | 
| 84 | 
            +
            				A9E4BAC314B5047F00D173A4 /* ViewController.h */,
         | 
| 85 | 
            +
            				A9E4BAC414B5047F00D173A4 /* ViewController.m */,
         | 
| 86 | 
            +
            				A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */,
         | 
| 87 | 
            +
            				A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */,
         | 
| 88 | 
            +
            				A9E4BAB814B5047F00D173A4 /* Supporting Files */,
         | 
| 89 | 
            +
            			);
         | 
| 90 | 
            +
            			path = TestVendorKit;
         | 
| 91 | 
            +
            			sourceTree = "<group>";
         | 
| 92 | 
            +
            		};
         | 
| 93 | 
            +
            		A9E4BAB814B5047F00D173A4 /* Supporting Files */ = {
         | 
| 94 | 
            +
            			isa = PBXGroup;
         | 
| 95 | 
            +
            			children = (
         | 
| 96 | 
            +
            				A9E4BAB914B5047F00D173A4 /* TestVendorKit-Info.plist */,
         | 
| 97 | 
            +
            				A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */,
         | 
| 98 | 
            +
            				A9E4BABD14B5047F00D173A4 /* main.m */,
         | 
| 99 | 
            +
            				A9E4BABF14B5047F00D173A4 /* TestVendorKit-Prefix.pch */,
         | 
| 100 | 
            +
            			);
         | 
| 101 | 
            +
            			name = "Supporting Files";
         | 
| 102 | 
            +
            			sourceTree = "<group>";
         | 
| 103 | 
            +
            		};
         | 
| 104 | 
            +
            /* End PBXGroup section */
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            /* Begin PBXNativeTarget section */
         | 
| 107 | 
            +
            		A9E4BAAC14B5047F00D173A4 /* TestVendorKit */ = {
         | 
| 108 | 
            +
            			isa = PBXNativeTarget;
         | 
| 109 | 
            +
            			buildConfigurationList = A9E4BACE14B5047F00D173A4 /* Build configuration list for PBXNativeTarget "TestVendorKit" */;
         | 
| 110 | 
            +
            			buildPhases = (
         | 
| 111 | 
            +
            				A9E4BAA914B5047F00D173A4 /* Sources */,
         | 
| 112 | 
            +
            				A9E4BAAA14B5047F00D173A4 /* Frameworks */,
         | 
| 113 | 
            +
            				A9E4BAAB14B5047F00D173A4 /* Resources */,
         | 
| 114 | 
            +
            			);
         | 
| 115 | 
            +
            			buildRules = (
         | 
| 116 | 
            +
            			);
         | 
| 117 | 
            +
            			dependencies = (
         | 
| 118 | 
            +
            			);
         | 
| 119 | 
            +
            			name = TestVendorKit;
         | 
| 120 | 
            +
            			productName = TestVendorKit;
         | 
| 121 | 
            +
            			productReference = A9E4BAAD14B5047F00D173A4 /* TestVendorKit.app */;
         | 
| 122 | 
            +
            			productType = "com.apple.product-type.application";
         | 
| 123 | 
            +
            		};
         | 
| 124 | 
            +
            /* End PBXNativeTarget section */
         | 
| 125 | 
            +
             | 
| 126 | 
            +
            /* Begin PBXProject section */
         | 
| 127 | 
            +
            		A9E4BAA414B5047F00D173A4 /* Project object */ = {
         | 
| 128 | 
            +
            			isa = PBXProject;
         | 
| 129 | 
            +
            			attributes = {
         | 
| 130 | 
            +
            				LastUpgradeCheck = 0420;
         | 
| 131 | 
            +
            			};
         | 
| 132 | 
            +
            			buildConfigurationList = A9E4BAA714B5047F00D173A4 /* Build configuration list for PBXProject "TestVendorKit" */;
         | 
| 133 | 
            +
            			compatibilityVersion = "Xcode 3.2";
         | 
| 134 | 
            +
            			developmentRegion = English;
         | 
| 135 | 
            +
            			hasScannedForEncodings = 0;
         | 
| 136 | 
            +
            			knownRegions = (
         | 
| 137 | 
            +
            				en,
         | 
| 138 | 
            +
            			);
         | 
| 139 | 
            +
            			mainGroup = A9E4BAA214B5047F00D173A4;
         | 
| 140 | 
            +
            			productRefGroup = A9E4BAAE14B5047F00D173A4 /* Products */;
         | 
| 141 | 
            +
            			projectDirPath = "";
         | 
| 142 | 
            +
            			projectRoot = "";
         | 
| 143 | 
            +
            			targets = (
         | 
| 144 | 
            +
            				A9E4BAAC14B5047F00D173A4 /* TestVendorKit */,
         | 
| 145 | 
            +
            			);
         | 
| 146 | 
            +
            		};
         | 
| 147 | 
            +
            /* End PBXProject section */
         | 
| 148 | 
            +
             | 
| 149 | 
            +
            /* Begin PBXResourcesBuildPhase section */
         | 
| 150 | 
            +
            		A9E4BAAB14B5047F00D173A4 /* Resources */ = {
         | 
| 151 | 
            +
            			isa = PBXResourcesBuildPhase;
         | 
| 152 | 
            +
            			buildActionMask = 2147483647;
         | 
| 153 | 
            +
            			files = (
         | 
| 154 | 
            +
            				A9E4BABC14B5047F00D173A4 /* InfoPlist.strings in Resources */,
         | 
| 155 | 
            +
            				A9E4BAC814B5047F00D173A4 /* ViewController_iPhone.xib in Resources */,
         | 
| 156 | 
            +
            				A9E4BACB14B5047F00D173A4 /* ViewController_iPad.xib in Resources */,
         | 
| 157 | 
            +
            			);
         | 
| 158 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 159 | 
            +
            		};
         | 
| 160 | 
            +
            /* End PBXResourcesBuildPhase section */
         | 
| 161 | 
            +
             | 
| 162 | 
            +
            /* Begin PBXSourcesBuildPhase section */
         | 
| 163 | 
            +
            		A9E4BAA914B5047F00D173A4 /* Sources */ = {
         | 
| 164 | 
            +
            			isa = PBXSourcesBuildPhase;
         | 
| 165 | 
            +
            			buildActionMask = 2147483647;
         | 
| 166 | 
            +
            			files = (
         | 
| 167 | 
            +
            				A9E4BABE14B5047F00D173A4 /* main.m in Sources */,
         | 
| 168 | 
            +
            				A9E4BAC214B5047F00D173A4 /* AppDelegate.m in Sources */,
         | 
| 169 | 
            +
            				A9E4BAC514B5047F00D173A4 /* ViewController.m in Sources */,
         | 
| 170 | 
            +
            			);
         | 
| 171 | 
            +
            			runOnlyForDeploymentPostprocessing = 0;
         | 
| 172 | 
            +
            		};
         | 
| 173 | 
            +
            /* End PBXSourcesBuildPhase section */
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            /* Begin PBXVariantGroup section */
         | 
| 176 | 
            +
            		A9E4BABA14B5047F00D173A4 /* InfoPlist.strings */ = {
         | 
| 177 | 
            +
            			isa = PBXVariantGroup;
         | 
| 178 | 
            +
            			children = (
         | 
| 179 | 
            +
            				A9E4BABB14B5047F00D173A4 /* en */,
         | 
| 180 | 
            +
            			);
         | 
| 181 | 
            +
            			name = InfoPlist.strings;
         | 
| 182 | 
            +
            			sourceTree = "<group>";
         | 
| 183 | 
            +
            		};
         | 
| 184 | 
            +
            		A9E4BAC614B5047F00D173A4 /* ViewController_iPhone.xib */ = {
         | 
| 185 | 
            +
            			isa = PBXVariantGroup;
         | 
| 186 | 
            +
            			children = (
         | 
| 187 | 
            +
            				A9E4BAC714B5047F00D173A4 /* en */,
         | 
| 188 | 
            +
            			);
         | 
| 189 | 
            +
            			name = ViewController_iPhone.xib;
         | 
| 190 | 
            +
            			sourceTree = "<group>";
         | 
| 191 | 
            +
            		};
         | 
| 192 | 
            +
            		A9E4BAC914B5047F00D173A4 /* ViewController_iPad.xib */ = {
         | 
| 193 | 
            +
            			isa = PBXVariantGroup;
         | 
| 194 | 
            +
            			children = (
         | 
| 195 | 
            +
            				A9E4BACA14B5047F00D173A4 /* en */,
         | 
| 196 | 
            +
            			);
         | 
| 197 | 
            +
            			name = ViewController_iPad.xib;
         | 
| 198 | 
            +
            			sourceTree = "<group>";
         | 
| 199 | 
            +
            		};
         | 
| 200 | 
            +
            /* End PBXVariantGroup section */
         | 
| 201 | 
            +
             | 
| 202 | 
            +
            /* Begin XCBuildConfiguration section */
         | 
| 203 | 
            +
            		A9E4BACC14B5047F00D173A4 /* Debug */ = {
         | 
| 204 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 205 | 
            +
            			buildSettings = {
         | 
| 206 | 
            +
            				ALWAYS_SEARCH_USER_PATHS = NO;
         | 
| 207 | 
            +
            				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
         | 
| 208 | 
            +
            				CLANG_ENABLE_OBJC_ARC = YES;
         | 
| 209 | 
            +
            				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
         | 
| 210 | 
            +
            				COPY_PHASE_STRIP = NO;
         | 
| 211 | 
            +
            				GCC_C_LANGUAGE_STANDARD = gnu99;
         | 
| 212 | 
            +
            				GCC_DYNAMIC_NO_PIC = NO;
         | 
| 213 | 
            +
            				GCC_OPTIMIZATION_LEVEL = 0;
         | 
| 214 | 
            +
            				GCC_PREPROCESSOR_DEFINITIONS = (
         | 
| 215 | 
            +
            					"DEBUG=1",
         | 
| 216 | 
            +
            					"$(inherited)",
         | 
| 217 | 
            +
            				);
         | 
| 218 | 
            +
            				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
         | 
| 219 | 
            +
            				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
         | 
| 220 | 
            +
            				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
         | 
| 221 | 
            +
            				GCC_WARN_ABOUT_RETURN_TYPE = YES;
         | 
| 222 | 
            +
            				GCC_WARN_UNUSED_VARIABLE = YES;
         | 
| 223 | 
            +
            				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
         | 
| 224 | 
            +
            				SDKROOT = iphoneos;
         | 
| 225 | 
            +
            				TARGETED_DEVICE_FAMILY = "1,2";
         | 
| 226 | 
            +
            			};
         | 
| 227 | 
            +
            			name = Debug;
         | 
| 228 | 
            +
            		};
         | 
| 229 | 
            +
            		A9E4BACD14B5047F00D173A4 /* Release */ = {
         | 
| 230 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 231 | 
            +
            			buildSettings = {
         | 
| 232 | 
            +
            				ALWAYS_SEARCH_USER_PATHS = NO;
         | 
| 233 | 
            +
            				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
         | 
| 234 | 
            +
            				CLANG_ENABLE_OBJC_ARC = YES;
         | 
| 235 | 
            +
            				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
         | 
| 236 | 
            +
            				COPY_PHASE_STRIP = YES;
         | 
| 237 | 
            +
            				GCC_C_LANGUAGE_STANDARD = gnu99;
         | 
| 238 | 
            +
            				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
         | 
| 239 | 
            +
            				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
         | 
| 240 | 
            +
            				GCC_WARN_ABOUT_RETURN_TYPE = YES;
         | 
| 241 | 
            +
            				GCC_WARN_UNUSED_VARIABLE = YES;
         | 
| 242 | 
            +
            				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
         | 
| 243 | 
            +
            				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
         | 
| 244 | 
            +
            				SDKROOT = iphoneos;
         | 
| 245 | 
            +
            				TARGETED_DEVICE_FAMILY = "1,2";
         | 
| 246 | 
            +
            				VALIDATE_PRODUCT = YES;
         | 
| 247 | 
            +
            			};
         | 
| 248 | 
            +
            			name = Release;
         | 
| 249 | 
            +
            		};
         | 
| 250 | 
            +
            		A9E4BACF14B5047F00D173A4 /* Debug */ = {
         | 
| 251 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 252 | 
            +
            			buildSettings = {
         | 
| 253 | 
            +
            				GCC_PRECOMPILE_PREFIX_HEADER = YES;
         | 
| 254 | 
            +
            				GCC_PREFIX_HEADER = "TestVendorKit/TestVendorKit-Prefix.pch";
         | 
| 255 | 
            +
            				INFOPLIST_FILE = "TestVendorKit/TestVendorKit-Info.plist";
         | 
| 256 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 257 | 
            +
            				WRAPPER_EXTENSION = app;
         | 
| 258 | 
            +
            			};
         | 
| 259 | 
            +
            			name = Debug;
         | 
| 260 | 
            +
            		};
         | 
| 261 | 
            +
            		A9E4BAD014B5047F00D173A4 /* Release */ = {
         | 
| 262 | 
            +
            			isa = XCBuildConfiguration;
         | 
| 263 | 
            +
            			buildSettings = {
         | 
| 264 | 
            +
            				GCC_PRECOMPILE_PREFIX_HEADER = YES;
         | 
| 265 | 
            +
            				GCC_PREFIX_HEADER = "TestVendorKit/TestVendorKit-Prefix.pch";
         | 
| 266 | 
            +
            				INFOPLIST_FILE = "TestVendorKit/TestVendorKit-Info.plist";
         | 
| 267 | 
            +
            				PRODUCT_NAME = "$(TARGET_NAME)";
         | 
| 268 | 
            +
            				WRAPPER_EXTENSION = app;
         | 
| 269 | 
            +
            			};
         | 
| 270 | 
            +
            			name = Release;
         | 
| 271 | 
            +
            		};
         | 
| 272 | 
            +
            /* End XCBuildConfiguration section */
         | 
| 273 | 
            +
             | 
| 274 | 
            +
            /* Begin XCConfigurationList section */
         | 
| 275 | 
            +
            		A9E4BAA714B5047F00D173A4 /* Build configuration list for PBXProject "TestVendorKit" */ = {
         | 
| 276 | 
            +
            			isa = XCConfigurationList;
         | 
| 277 | 
            +
            			buildConfigurations = (
         | 
| 278 | 
            +
            				A9E4BACC14B5047F00D173A4 /* Debug */,
         | 
| 279 | 
            +
            				A9E4BACD14B5047F00D173A4 /* Release */,
         | 
| 280 | 
            +
            			);
         | 
| 281 | 
            +
            			defaultConfigurationIsVisible = 0;
         | 
| 282 | 
            +
            			defaultConfigurationName = Release;
         | 
| 283 | 
            +
            		};
         | 
| 284 | 
            +
            		A9E4BACE14B5047F00D173A4 /* Build configuration list for PBXNativeTarget "TestVendorKit" */ = {
         | 
| 285 | 
            +
            			isa = XCConfigurationList;
         | 
| 286 | 
            +
            			buildConfigurations = (
         | 
| 287 | 
            +
            				A9E4BACF14B5047F00D173A4 /* Debug */,
         | 
| 288 | 
            +
            				A9E4BAD014B5047F00D173A4 /* Release */,
         | 
| 289 | 
            +
            			);
         | 
| 290 | 
            +
            			defaultConfigurationIsVisible = 0;
         | 
| 291 | 
            +
            		};
         | 
| 292 | 
            +
            /* End XCConfigurationList section */
         | 
| 293 | 
            +
            	};
         | 
| 294 | 
            +
            	rootObject = A9E4BAA414B5047F00D173A4 /* Project object */;
         | 
| 295 | 
            +
            }
         |