Skip to content
Snippets Groups Projects
project.pbxproj 26.5 KiB
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    // !$*UTF8*$!
    {
    	archiveVersion = 1;
    	classes = {
    	};
    
    	objectVersion = 52;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    	objects = {
    
    /* Begin PBXBuildFile section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F623A64D2635B2B100F50371 /* Array+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A64C2635B2B100F50371 /* Array+Extended.swift */; };
    		F623A6562635B34100F50371 /* Sequence+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A6552635B34100F50371 /* Sequence+Extended.swift */; };
    		F623A65E2635B38200F50371 /* CharacterSet+Url.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A65D2635B38200F50371 /* CharacterSet+Url.swift */; };
    		F623A6652635B3A800F50371 /* Dictornary+Url.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A6642635B3A800F50371 /* Dictornary+Url.swift */; };
    		F623A66C2635B57500F50371 /* NumberFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A66B2635B57500F50371 /* NumberFormatter.swift */; };
    		F623A6742635B5BE00F50371 /* Enum+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A6732635B5BE00F50371 /* Enum+Extended.swift */; };
    		F623A67B2635B5F900F50371 /* Date+Styled.swift in Sources */ = {isa = PBXBuildFile; fileRef = F623A67A2635B5F900F50371 /* Date+Styled.swift */; };
    
    		F62B93A7261A492700D7F8E6 /* String+Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = F62B93A6261A492700D7F8E6 /* String+Size.swift */; };
    
    		F673A9942635EF510017AD37 /* DataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A98E2635EF510017AD37 /* DataManager.swift */; };
    		F673A9952635EF510017AD37 /* HttpStatusCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A98F2635EF510017AD37 /* HttpStatusCode.swift */; };
    		F673A9962635EF510017AD37 /* ResponseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A9902635EF510017AD37 /* ResponseError.swift */; };
    		F673A9972635EF510017AD37 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A9912635EF510017AD37 /* Request.swift */; };
    		F673A9982635EF510017AD37 /* ResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A9922635EF510017AD37 /* ResponseHandler.swift */; };
    		F673A9992635EF510017AD37 /* RequestBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F673A9932635EF510017AD37 /* RequestBuilder.swift */; };
    		F673A9A12635EF8D0017AD37 /* Future in Frameworks */ = {isa = PBXBuildFile; productRef = F673A9A02635EF8D0017AD37 /* Future */; };
    
    		F68BFE6B263B28B000E893E5 /* UIViewController+Screenshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68BFE6A263B28B000E893E5 /* UIViewController+Screenshot.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F68C2D422616482A00042967 /* IsoDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68C2D412616482A00042967 /* IsoDateFormatter.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251A0260B670000132DEC /* AppleLibs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F6A25196260B66FF00132DEC /* AppleLibs.framework */; };
    		F6A251A5260B670000132DEC /* AppleLibsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251A4260B670000132DEC /* AppleLibsTests.swift */; };
    		F6A251A7260B670000132DEC /* AppleLibs.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A25199260B66FF00132DEC /* AppleLibs.h */; settings = {ATTRIBUTES = (Public, ); }; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251BA260B697300132DEC /* Double+Rounded.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251B9260B697300132DEC /* Double+Rounded.swift */; };
    
    		F6A251BE260B699100132DEC /* String+Html.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251BD260B699100132DEC /* String+Html.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXBuildFile section */
    
    /* Begin PBXContainerItemProxy section */
    		F6A251A1260B670000132DEC /* PBXContainerItemProxy */ = {
    			isa = PBXContainerItemProxy;
    			containerPortal = F6A2518D260B66FF00132DEC /* Project object */;
    			proxyType = 1;
    			remoteGlobalIDString = F6A25195260B66FF00132DEC;
    			remoteInfo = AppleLibs;
    		};
    /* End PBXContainerItemProxy section */
    
    /* Begin PBXFileReference section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F623A64C2635B2B100F50371 /* Array+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Extended.swift"; sourceTree = "<group>"; };
    		F623A6552635B34100F50371 /* Sequence+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Sequence+Extended.swift"; sourceTree = "<group>"; };
    		F623A65D2635B38200F50371 /* CharacterSet+Url.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CharacterSet+Url.swift"; sourceTree = "<group>"; };
    		F623A6642635B3A800F50371 /* Dictornary+Url.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Dictornary+Url.swift"; sourceTree = "<group>"; };
    		F623A66B2635B57500F50371 /* NumberFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberFormatter.swift; sourceTree = "<group>"; };
    		F623A6732635B5BE00F50371 /* Enum+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Enum+Extended.swift"; sourceTree = "<group>"; };
    		F623A67A2635B5F900F50371 /* Date+Styled.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Styled.swift"; sourceTree = "<group>"; };
    
    		F62B93A6261A492700D7F8E6 /* String+Size.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Size.swift"; sourceTree = "<group>"; };
    
    		F673A98E2635EF510017AD37 /* DataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataManager.swift; sourceTree = "<group>"; };
    		F673A98F2635EF510017AD37 /* HttpStatusCode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpStatusCode.swift; sourceTree = "<group>"; };
    		F673A9902635EF510017AD37 /* ResponseError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseError.swift; sourceTree = "<group>"; };
    		F673A9912635EF510017AD37 /* Request.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
    		F673A9922635EF510017AD37 /* ResponseHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseHandler.swift; sourceTree = "<group>"; };
    		F673A9932635EF510017AD37 /* RequestBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestBuilder.swift; sourceTree = "<group>"; };
    
    		F68BFE6A263B28B000E893E5 /* UIViewController+Screenshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Screenshot.swift"; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F68C2D412616482A00042967 /* IsoDateFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IsoDateFormatter.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A25196260B66FF00132DEC /* AppleLibs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppleLibs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6A25199260B66FF00132DEC /* AppleLibs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppleLibs.h; sourceTree = "<group>"; };
    		F6A2519A260B66FF00132DEC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    		F6A2519F260B670000132DEC /* AppleLibsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppleLibsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6A251A4260B670000132DEC /* AppleLibsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleLibsTests.swift; sourceTree = "<group>"; };
    		F6A251A6260B670000132DEC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B2260B680F00132DEC /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B9260B697300132DEC /* Double+Rounded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+Rounded.swift"; sourceTree = "<group>"; };
    
    		F6A251BD260B699100132DEC /* String+Html.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Html.swift"; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXFileReference section */
    
    /* Begin PBXFrameworksBuildPhase section */
    		F6A25193260B66FF00132DEC /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    				F673A9A12635EF8D0017AD37 /* Future in Frameworks */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519C260B670000132DEC /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A0260B670000132DEC /* AppleLibs.framework in Frameworks */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXFrameworksBuildPhase section */
    
    /* Begin PBXGroup section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F623A6532635B32900F50371 /* Collections */ = {
    			isa = PBXGroup;
    			children = (
    				F623A64C2635B2B100F50371 /* Array+Extended.swift */,
    				F623A6552635B34100F50371 /* Sequence+Extended.swift */,
    				F623A6732635B5BE00F50371 /* Enum+Extended.swift */,
    			);
    			path = Collections;
    			sourceTree = "<group>";
    		};
    		F623A65C2635B36900F50371 /* Network */ = {
    			isa = PBXGroup;
    			children = (
    
    				F673A99C2635EF5A0017AD37 /* Requests */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A65D2635B38200F50371 /* CharacterSet+Url.swift */,
    				F623A6642635B3A800F50371 /* Dictornary+Url.swift */,
    			);
    			path = Network;
    			sourceTree = "<group>";
    		};
    
    		F623A6822635B78500F50371 /* Utils */ = {
    			isa = PBXGroup;
    			children = (
    				F623A6532635B32900F50371 /* Collections */,
    				F68C2D402616482000042967 /* Date */,
    				F6A251B8260B696200132DEC /* Numbers */,
    				F62B93A5261A491100D7F8E6 /* String */,
    			);
    			path = Utils;
    			sourceTree = "<group>";
    		};
    
    		F62B93A5261A491100D7F8E6 /* String */ = {
    			isa = PBXGroup;
    			children = (
    				F6A251BD260B699100132DEC /* String+Html.swift */,
    				F62B93A6261A492700D7F8E6 /* String+Size.swift */,
    			);
    			path = String;
    			sourceTree = "<group>";
    		};
    
    		F673A99C2635EF5A0017AD37 /* Requests */ = {
    			isa = PBXGroup;
    			children = (
    				F673A98E2635EF510017AD37 /* DataManager.swift */,
    				F673A98F2635EF510017AD37 /* HttpStatusCode.swift */,
    				F673A9912635EF510017AD37 /* Request.swift */,
    				F673A9932635EF510017AD37 /* RequestBuilder.swift */,
    				F673A9902635EF510017AD37 /* ResponseError.swift */,
    				F673A9922635EF510017AD37 /* ResponseHandler.swift */,
    			);
    			path = Requests;
    			sourceTree = "<group>";
    		};
    
    		F68BFE69263B28A400E893E5 /* View */ = {
    			isa = PBXGroup;
    			children = (
    				F68BFE6A263B28B000E893E5 /* UIViewController+Screenshot.swift */,
    			);
    			path = View;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F68C2D402616482000042967 /* Date */ = {
    			isa = PBXGroup;
    			children = (
    				F68C2D412616482A00042967 /* IsoDateFormatter.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A67A2635B5F900F50371 /* Date+Styled.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			path = Date;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A2518C260B66FF00132DEC = {
    			isa = PBXGroup;
    			children = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A251B2260B680F00132DEC /* Package.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A25198260B66FF00132DEC /* AppleLibs */,
    				F6A251A3260B670000132DEC /* AppleLibsTests */,
    				F6A25197260B66FF00132DEC /* Products */,
    			);
    			sourceTree = "<group>";
    		};
    		F6A25197260B66FF00132DEC /* Products */ = {
    			isa = PBXGroup;
    			children = (
    				F6A25196260B66FF00132DEC /* AppleLibs.framework */,
    				F6A2519F260B670000132DEC /* AppleLibsTests.xctest */,
    			);
    			name = Products;
    			sourceTree = "<group>";
    		};
    		F6A25198260B66FF00132DEC /* AppleLibs */ = {
    			isa = PBXGroup;
    			children = (
    
    				F68BFE69263B28A400E893E5 /* View */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A65C2635B36900F50371 /* Network */,
    
    				F623A6822635B78500F50371 /* Utils */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A25199260B66FF00132DEC /* AppleLibs.h */,
    				F6A2519A260B66FF00132DEC /* Info.plist */,
    			);
    			path = AppleLibs;
    			sourceTree = "<group>";
    		};
    		F6A251A3260B670000132DEC /* AppleLibsTests */ = {
    			isa = PBXGroup;
    			children = (
    				F6A251A4260B670000132DEC /* AppleLibsTests.swift */,
    				F6A251A6260B670000132DEC /* Info.plist */,
    			);
    			path = AppleLibsTests;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B8260B696200132DEC /* Numbers */ = {
    			isa = PBXGroup;
    			children = (
    				F6A251B9260B697300132DEC /* Double+Rounded.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A66B2635B57500F50371 /* NumberFormatter.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			path = Numbers;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXGroup section */
    
    /* Begin PBXHeadersBuildPhase section */
    		F6A25191260B66FF00132DEC /* Headers */ = {
    			isa = PBXHeadersBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A7260B670000132DEC /* AppleLibs.h in Headers */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXHeadersBuildPhase section */
    
    /* Begin PBXNativeTarget section */
    		F6A25195260B66FF00132DEC /* AppleLibs */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6A251AA260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibs" */;
    			buildPhases = (
    				F6A25191260B66FF00132DEC /* Headers */,
    				F6A25192260B66FF00132DEC /* Sources */,
    				F6A25193260B66FF00132DEC /* Frameworks */,
    				F6A25194260B66FF00132DEC /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    			);
    			name = AppleLibs;
    
    			packageProductDependencies = (
    				F673A9A02635EF8D0017AD37 /* Future */,
    			);
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			productName = AppleLibs;
    			productReference = F6A25196260B66FF00132DEC /* AppleLibs.framework */;
    			productType = "com.apple.product-type.framework";
    		};
    		F6A2519E260B670000132DEC /* AppleLibsTests */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6A251AD260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibsTests" */;
    			buildPhases = (
    				F6A2519B260B670000132DEC /* Sources */,
    				F6A2519C260B670000132DEC /* Frameworks */,
    				F6A2519D260B670000132DEC /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    				F6A251A2260B670000132DEC /* PBXTargetDependency */,
    			);
    			name = AppleLibsTests;
    			productName = AppleLibsTests;
    			productReference = F6A2519F260B670000132DEC /* AppleLibsTests.xctest */;
    			productType = "com.apple.product-type.bundle.unit-test";
    		};
    /* End PBXNativeTarget section */
    
    /* Begin PBXProject section */
    		F6A2518D260B66FF00132DEC /* Project object */ = {
    			isa = PBXProject;
    			attributes = {
    				LastSwiftUpdateCheck = 1240;
    				LastUpgradeCheck = 1240;
    				TargetAttributes = {
    					F6A25195260B66FF00132DEC = {
    						CreatedOnToolsVersion = 12.4;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    						LastSwiftMigration = 1240;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    					};
    					F6A2519E260B670000132DEC = {
    						CreatedOnToolsVersion = 12.4;
    					};
    				};
    			};
    			buildConfigurationList = F6A25190260B66FF00132DEC /* Build configuration list for PBXProject "AppleLibs" */;
    			compatibilityVersion = "Xcode 9.3";
    			developmentRegion = en;
    			hasScannedForEncodings = 0;
    			knownRegions = (
    				en,
    				Base,
    			);
    			mainGroup = F6A2518C260B66FF00132DEC;
    
    			packageReferences = (
    				F673A99F2635EF8D0017AD37 /* XCRemoteSwiftPackageReference "Future" */,
    			);
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			productRefGroup = F6A25197260B66FF00132DEC /* Products */;
    			projectDirPath = "";
    			projectRoot = "";
    			targets = (
    				F6A25195260B66FF00132DEC /* AppleLibs */,
    				F6A2519E260B670000132DEC /* AppleLibsTests */,
    			);
    		};
    /* End PBXProject section */
    
    /* Begin PBXResourcesBuildPhase section */
    		F6A25194260B66FF00132DEC /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519D260B670000132DEC /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXResourcesBuildPhase section */
    
    /* Begin PBXSourcesBuildPhase section */
    		F6A25192260B66FF00132DEC /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    				F68BFE6B263B28B000E893E5 /* UIViewController+Screenshot.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A65E2635B38200F50371 /* CharacterSet+Url.swift in Sources */,
    
    				F673A9942635EF510017AD37 /* DataManager.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A251BA260B697300132DEC /* Double+Rounded.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A64D2635B2B100F50371 /* Array+Extended.swift in Sources */,
    
    				F62B93A7261A492700D7F8E6 /* String+Size.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A67B2635B5F900F50371 /* Date+Styled.swift in Sources */,
    				F623A6652635B3A800F50371 /* Dictornary+Url.swift in Sources */,
    
    				F673A9972635EF510017AD37 /* Request.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A6562635B34100F50371 /* Sequence+Extended.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F68C2D422616482A00042967 /* IsoDateFormatter.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A66C2635B57500F50371 /* NumberFormatter.swift in Sources */,
    
    				F6A251BE260B699100132DEC /* String+Html.swift in Sources */,
    
    				F673A9952635EF510017AD37 /* HttpStatusCode.swift in Sources */,
    				F673A9982635EF510017AD37 /* ResponseHandler.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F623A6742635B5BE00F50371 /* Enum+Extended.swift in Sources */,
    
    				F673A9962635EF510017AD37 /* ResponseError.swift in Sources */,
    				F673A9992635EF510017AD37 /* RequestBuilder.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519B260B670000132DEC /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A5260B670000132DEC /* AppleLibsTests.swift in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXSourcesBuildPhase section */
    
    /* Begin PBXTargetDependency section */
    		F6A251A2260B670000132DEC /* PBXTargetDependency */ = {
    			isa = PBXTargetDependency;
    			target = F6A25195260B66FF00132DEC /* AppleLibs */;
    			targetProxy = F6A251A1260B670000132DEC /* PBXContainerItemProxy */;
    		};
    /* End PBXTargetDependency section */
    
    /* Begin XCBuildConfiguration section */
    		F6A251A8260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				CURRENT_PROJECT_VERSION = 1;
    				DEBUG_INFORMATION_FORMAT = dwarf;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				ENABLE_TESTABILITY = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_DYNAMIC_NO_PIC = NO;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_OPTIMIZATION_LEVEL = 0;
    				GCC_PREPROCESSOR_DEFINITIONS = (
    					"DEBUG=1",
    					"$(inherited)",
    				);
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 14.4;
    				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
    				MTL_FAST_MATH = YES;
    				ONLY_ACTIVE_ARCH = YES;
    				SDKROOT = iphoneos;
    				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    				VERSIONING_SYSTEM = "apple-generic";
    				VERSION_INFO_PREFIX = "";
    			};
    			name = Debug;
    		};
    		F6A251A9260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				CURRENT_PROJECT_VERSION = 1;
    				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    				ENABLE_NS_ASSERTIONS = NO;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 14.4;
    				MTL_ENABLE_DEBUG_INFO = NO;
    				MTL_FAST_MATH = YES;
    				SDKROOT = iphoneos;
    				SWIFT_COMPILATION_MODE = wholemodule;
    				SWIFT_OPTIMIZATION_LEVEL = "-O";
    				VALIDATE_PRODUCT = YES;
    				VERSIONING_SYSTEM = "apple-generic";
    				VERSION_INFO_PREFIX = "";
    			};
    			name = Release;
    		};
    		F6A251AB260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_ENABLE_MODULES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEFINES_MODULE = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				DYLIB_COMPATIBILITY_VERSION = 1;
    				DYLIB_CURRENT_VERSION = 1;
    				DYLIB_INSTALL_NAME_BASE = "@rpath";
    				INFOPLIST_FILE = AppleLibs/Info.plist;
    				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibs;
    				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
    				SKIP_INSTALL = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Debug;
    		};
    		F6A251AC260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_ENABLE_MODULES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEFINES_MODULE = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				DYLIB_COMPATIBILITY_VERSION = 1;
    				DYLIB_CURRENT_VERSION = 1;
    				DYLIB_INSTALL_NAME_BASE = "@rpath";
    				INFOPLIST_FILE = AppleLibs/Info.plist;
    				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibs;
    				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
    				SKIP_INSTALL = YES;
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Release;
    		};
    		F6A251AE260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = AppleLibsTests/Info.plist;
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibsTests;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Debug;
    		};
    		F6A251AF260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = AppleLibsTests/Info.plist;
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibsTests;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Release;
    		};
    /* End XCBuildConfiguration section */
    
    /* Begin XCConfigurationList section */
    		F6A25190260B66FF00132DEC /* Build configuration list for PBXProject "AppleLibs" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251A8260B670000132DEC /* Debug */,
    				F6A251A9260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6A251AA260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibs" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251AB260B670000132DEC /* Debug */,
    				F6A251AC260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6A251AD260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibsTests" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251AE260B670000132DEC /* Debug */,
    				F6A251AF260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    /* End XCConfigurationList section */
    
    
    /* Begin XCRemoteSwiftPackageReference section */
    		F673A99F2635EF8D0017AD37 /* XCRemoteSwiftPackageReference "Future" */ = {
    			isa = XCRemoteSwiftPackageReference;
    			repositoryURL = "https://github.com/kean/Future.git";
    			requirement = {
    				kind = upToNextMajorVersion;
    				minimumVersion = 1.4.0;
    			};
    		};
    /* End XCRemoteSwiftPackageReference section */
    
    /* Begin XCSwiftPackageProductDependency section */
    		F673A9A02635EF8D0017AD37 /* Future */ = {
    			isa = XCSwiftPackageProductDependency;
    			package = F673A99F2635EF8D0017AD37 /* XCRemoteSwiftPackageReference "Future" */;
    			productName = Future;
    		};
    /* End XCSwiftPackageProductDependency section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    	};
    	rootObject = F6A2518D260B66FF00132DEC /* Project object */;
    }