Browse Source

Move iOS Example project into Examples to fix CocoaDocs generation.

Jon Shier 10 years ago
parent
commit
88127becca

+ 20 - 0
Example/Images.xcassets/AppIcon.appiconset/Contents.json

@@ -5,16 +5,31 @@
       "size" : "29x29",
       "size" : "29x29",
       "scale" : "2x"
       "scale" : "2x"
     },
     },
+    {
+      "idiom" : "iphone",
+      "size" : "29x29",
+      "scale" : "3x"
+    },
     {
     {
       "idiom" : "iphone",
       "idiom" : "iphone",
       "size" : "40x40",
       "size" : "40x40",
       "scale" : "2x"
       "scale" : "2x"
     },
     },
+    {
+      "idiom" : "iphone",
+      "size" : "40x40",
+      "scale" : "3x"
+    },
     {
     {
       "idiom" : "iphone",
       "idiom" : "iphone",
       "size" : "60x60",
       "size" : "60x60",
       "scale" : "2x"
       "scale" : "2x"
     },
     },
+    {
+      "idiom" : "iphone",
+      "size" : "60x60",
+      "scale" : "3x"
+    },
     {
     {
       "idiom" : "ipad",
       "idiom" : "ipad",
       "size" : "29x29",
       "size" : "29x29",
@@ -44,6 +59,11 @@
       "idiom" : "ipad",
       "idiom" : "ipad",
       "size" : "76x76",
       "size" : "76x76",
       "scale" : "2x"
       "scale" : "2x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "83.5x83.5",
+      "scale" : "2x"
     }
     }
   ],
   ],
   "info" : {
   "info" : {

+ 8 - 4
Example/Images.xcassets/Logo.imageset/Contents.json

@@ -2,13 +2,17 @@
   "images" : [
   "images" : [
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "scale" : "1x",
-      "filename" : "Logo.png"
+      "filename" : "Logo.png",
+      "scale" : "1x"
     },
     },
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "scale" : "2x",
-      "filename" : "Logo@2x.png"
+      "filename" : "Logo@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
     }
     }
   ],
   ],
   "info" : {
   "info" : {

+ 122 - 72
iOS Example.xcodeproj/project.pbxproj → Example/iOS Example.xcodeproj/project.pbxproj

@@ -7,50 +7,71 @@
 	objects = {
 	objects = {
 
 
 /* Begin PBXBuildFile section */
 /* Begin PBXBuildFile section */
-		F8111E0B19A951050040E7D1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0A19A951050040E7D1 /* AppDelegate.swift */; };
-		F8111E0D19A951050040E7D1 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0C19A951050040E7D1 /* MasterViewController.swift */; };
-		F8111E0F19A951050040E7D1 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0E19A951050040E7D1 /* DetailViewController.swift */; };
-		F8111E1219A951050040E7D1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F8111E1019A951050040E7D1 /* Main.storyboard */; };
-		F8111E1419A951050040E7D1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F8111E1319A951050040E7D1 /* Images.xcassets */; };
-		F818D0E419CA8CFA006034B1 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8111E5419A95D7C0040E7D1 /* Alamofire.framework */; };
-		F818D0E619CA8D25006034B1 /* Alamofire.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F8111E5419A95D7C0040E7D1 /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
+		31E476781C55DDC400968569 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 31E476771C55DDC400968569 /* Images.xcassets */; };
+		31E4767B1C55DDE100968569 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 31E476791C55DDE100968569 /* Main.storyboard */; };
+		31E4767F1C55DE5400968569 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31E4767C1C55DE5400968569 /* AppDelegate.swift */; };
+		31E476801C55DE5400968569 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31E4767D1C55DE5400968569 /* DetailViewController.swift */; };
+		31E476811C55DE5400968569 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31E4767E1C55DE5400968569 /* MasterViewController.swift */; };
+		31E476821C55DE6D00968569 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31E4766A1C55DD5900968569 /* Alamofire.framework */; };
+		31E476831C55DE6D00968569 /* Alamofire.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 31E4766A1C55DD5900968569 /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 /* End PBXBuildFile section */
 /* End PBXBuildFile section */
 
 
 /* Begin PBXContainerItemProxy section */
 /* Begin PBXContainerItemProxy section */
-		4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */ = {
+		31E476691C55DD5900968569 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			isa = PBXContainerItemProxy;
-			containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
+			proxyType = 2;
+			remoteGlobalIDString = F8111E3319A95C8B0040E7D1;
+			remoteInfo = "Alamofire iOS";
+		};
+		31E4766B1C55DD5900968569 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
+			proxyType = 2;
+			remoteGlobalIDString = F8111E3E19A95C8B0040E7D1;
+			remoteInfo = "Alamofire iOS Tests";
+		};
+		31E4766D1C55DD5900968569 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 			proxyType = 2;
 			proxyType = 2;
 			remoteGlobalIDString = 4DD67C0B1A5C55C900ED2280;
 			remoteGlobalIDString = 4DD67C0B1A5C55C900ED2280;
 			remoteInfo = "Alamofire OSX";
 			remoteInfo = "Alamofire OSX";
 		};
 		};
-		4CA707BA1B27FF6400CDF7C0 /* PBXContainerItemProxy */ = {
+		31E4766F1C55DD5900968569 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			isa = PBXContainerItemProxy;
-			containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 			proxyType = 2;
 			proxyType = 2;
 			remoteGlobalIDString = F829C6B21A7A94F100A2CD59;
 			remoteGlobalIDString = F829C6B21A7A94F100A2CD59;
 			remoteInfo = "Alamofire OSX Tests";
 			remoteInfo = "Alamofire OSX Tests";
 		};
 		};
-		F8111E5319A95D7C0040E7D1 /* PBXContainerItemProxy */ = {
+		31E476711C55DD5900968569 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			isa = PBXContainerItemProxy;
-			containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 			proxyType = 2;
 			proxyType = 2;
-			remoteGlobalIDString = F8111E3319A95C8B0040E7D1;
-			remoteInfo = Alamofire;
+			remoteGlobalIDString = 4CF626EF1BA7CB3E0011A099;
+			remoteInfo = "Alamofire tvOS";
 		};
 		};
-		F8111E5519A95D7C0040E7D1 /* PBXContainerItemProxy */ = {
+		31E476731C55DD5900968569 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			isa = PBXContainerItemProxy;
-			containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 			proxyType = 2;
 			proxyType = 2;
-			remoteGlobalIDString = F8111E3E19A95C8B0040E7D1;
-			remoteInfo = AlamofireTests;
+			remoteGlobalIDString = 4CF626F81BA7CB3E0011A099;
+			remoteInfo = "Alamofire tvOS Tests";
+		};
+		31E476751C55DD5900968569 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
+			proxyType = 2;
+			remoteGlobalIDString = E4202FE01B667AA100C997FB;
+			remoteInfo = "Alamofire watchOS";
 		};
 		};
-		F8111E5719A95D9B0040E7D1 /* PBXContainerItemProxy */ = {
+		31E476841C55DE6D00968569 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			isa = PBXContainerItemProxy;
-			containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+			containerPortal = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 			proxyType = 1;
 			proxyType = 1;
 			remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
 			remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
-			remoteInfo = Alamofire;
+			remoteInfo = "Alamofire iOS";
 		};
 		};
 /* End PBXContainerItemProxy section */
 /* End PBXContainerItemProxy section */
 
 
@@ -61,7 +82,7 @@
 			dstPath = "";
 			dstPath = "";
 			dstSubfolderSpec = 10;
 			dstSubfolderSpec = 10;
 			files = (
 			files = (
-				F818D0E619CA8D25006034B1 /* Alamofire.framework in Copy Frameworks */,
+				31E476831C55DE6D00968569 /* Alamofire.framework in Copy Frameworks */,
 			);
 			);
 			name = "Copy Frameworks";
 			name = "Copy Frameworks";
 			runOnlyForDeploymentPostprocessing = 0;
 			runOnlyForDeploymentPostprocessing = 0;
@@ -69,14 +90,14 @@
 /* End PBXCopyFilesBuildPhase section */
 /* End PBXCopyFilesBuildPhase section */
 
 
 /* Begin PBXFileReference section */
 /* Begin PBXFileReference section */
+		31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Alamofire.xcodeproj; path = ../Alamofire.xcodeproj; sourceTree = "<group>"; };
+		31E476771C55DDC400968569 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = SOURCE_ROOT; };
+		31E4767A1C55DDE100968569 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = SOURCE_ROOT; };
+		31E4767C1C55DE5400968569 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = SOURCE_ROOT; };
+		31E4767D1C55DE5400968569 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = SOURCE_ROOT; };
+		31E4767E1C55DE5400968569 /* MasterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = SOURCE_ROOT; };
 		F8111E0519A951050040E7D1 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
 		F8111E0519A951050040E7D1 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
 		F8111E0919A951050040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		F8111E0919A951050040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		F8111E0A19A951050040E7D1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
-		F8111E0C19A951050040E7D1 /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
-		F8111E0E19A951050040E7D1 /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
-		F8111E1119A951050040E7D1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
-		F8111E1319A951050040E7D1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
-		F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Alamofire.xcodeproj; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 /* End PBXFileReference section */
 
 
 /* Begin PBXFrameworksBuildPhase section */
 /* Begin PBXFrameworksBuildPhase section */
@@ -84,19 +105,33 @@
 			isa = PBXFrameworksBuildPhase;
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			buildActionMask = 2147483647;
 			files = (
 			files = (
-				F818D0E419CA8CFA006034B1 /* Alamofire.framework in Frameworks */,
+				31E476821C55DE6D00968569 /* Alamofire.framework in Frameworks */,
 			);
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			runOnlyForDeploymentPostprocessing = 0;
 		};
 		};
 /* End PBXFrameworksBuildPhase section */
 /* End PBXFrameworksBuildPhase section */
 
 
 /* Begin PBXGroup section */
 /* Begin PBXGroup section */
+		31E476601C55DD5900968569 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				31E4766A1C55DD5900968569 /* Alamofire.framework */,
+				31E4766C1C55DD5900968569 /* Alamofire iOS Tests.xctest */,
+				31E4766E1C55DD5900968569 /* Alamofire.framework */,
+				31E476701C55DD5900968569 /* Alamofire OSX Tests.xctest */,
+				31E476721C55DD5900968569 /* Alamofire.framework */,
+				31E476741C55DD5900968569 /* Alamofire tvOS Tests.xctest */,
+				31E476761C55DD5900968569 /* Alamofire.framework */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
 		F8111DFC19A951050040E7D1 = {
 		F8111DFC19A951050040E7D1 = {
 			isa = PBXGroup;
 			isa = PBXGroup;
 			children = (
 			children = (
 				F8111E0719A951050040E7D1 /* Source */,
 				F8111E0719A951050040E7D1 /* Source */,
 				F8111E0619A951050040E7D1 /* Products */,
 				F8111E0619A951050040E7D1 /* Products */,
-				F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */,
+				31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */,
 			);
 			);
 			sourceTree = "<group>";
 			sourceTree = "<group>";
 		};
 		};
@@ -111,9 +146,9 @@
 		F8111E0719A951050040E7D1 /* Source */ = {
 		F8111E0719A951050040E7D1 /* Source */ = {
 			isa = PBXGroup;
 			isa = PBXGroup;
 			children = (
 			children = (
-				F8111E0A19A951050040E7D1 /* AppDelegate.swift */,
-				F8111E0E19A951050040E7D1 /* DetailViewController.swift */,
-				F8111E0C19A951050040E7D1 /* MasterViewController.swift */,
+				31E4767C1C55DE5400968569 /* AppDelegate.swift */,
+				31E4767D1C55DE5400968569 /* DetailViewController.swift */,
+				31E4767E1C55DE5400968569 /* MasterViewController.swift */,
 				F8111E0819A951050040E7D1 /* Supporting Files */,
 				F8111E0819A951050040E7D1 /* Supporting Files */,
 			);
 			);
 			name = Source;
 			name = Source;
@@ -124,23 +159,12 @@
 			isa = PBXGroup;
 			isa = PBXGroup;
 			children = (
 			children = (
 				F8111E0919A951050040E7D1 /* Info.plist */,
 				F8111E0919A951050040E7D1 /* Info.plist */,
-				F8111E1019A951050040E7D1 /* Main.storyboard */,
-				F8111E1319A951050040E7D1 /* Images.xcassets */,
+				31E476791C55DDE100968569 /* Main.storyboard */,
+				31E476771C55DDC400968569 /* Images.xcassets */,
 			);
 			);
 			name = "Supporting Files";
 			name = "Supporting Files";
 			sourceTree = "<group>";
 			sourceTree = "<group>";
 		};
 		};
-		F8111E4F19A95D7C0040E7D1 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				F8111E5419A95D7C0040E7D1 /* Alamofire.framework */,
-				4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */,
-				F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */,
-				4CA707BB1B27FF6400CDF7C0 /* Alamofire OSX Tests.xctest */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
 /* End PBXGroup section */
 /* End PBXGroup section */
 
 
 /* Begin PBXNativeTarget section */
 /* Begin PBXNativeTarget section */
@@ -156,7 +180,7 @@
 			buildRules = (
 			buildRules = (
 			);
 			);
 			dependencies = (
 			dependencies = (
-				F8111E5819A95D9B0040E7D1 /* PBXTargetDependency */,
+				31E476851C55DE6D00968569 /* PBXTargetDependency */,
 			);
 			);
 			name = "iOS Example";
 			name = "iOS Example";
 			productName = Alamofire;
 			productName = Alamofire;
@@ -169,7 +193,7 @@
 		F8111DFD19A951050040E7D1 /* Project object */ = {
 		F8111DFD19A951050040E7D1 /* Project object */ = {
 			isa = PBXProject;
 			isa = PBXProject;
 			attributes = {
 			attributes = {
-				LastSwiftUpdateCheck = 0700;
+				LastSwiftUpdateCheck = 0720;
 				LastUpgradeCheck = 0700;
 				LastUpgradeCheck = 0700;
 				ORGANIZATIONNAME = Alamofire;
 				ORGANIZATIONNAME = Alamofire;
 				TargetAttributes = {
 				TargetAttributes = {
@@ -191,8 +215,8 @@
 			projectDirPath = "";
 			projectDirPath = "";
 			projectReferences = (
 			projectReferences = (
 				{
 				{
-					ProductGroup = F8111E4F19A95D7C0040E7D1 /* Products */;
-					ProjectRef = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
+					ProductGroup = 31E476601C55DD5900968569 /* Products */;
+					ProjectRef = 31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */;
 				},
 				},
 			);
 			);
 			projectRoot = "";
 			projectRoot = "";
@@ -203,32 +227,53 @@
 /* End PBXProject section */
 /* End PBXProject section */
 
 
 /* Begin PBXReferenceProxy section */
 /* Begin PBXReferenceProxy section */
-		4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */ = {
+		31E4766A1C55DD5900968569 /* Alamofire.framework */ = {
+			isa = PBXReferenceProxy;
+			fileType = wrapper.framework;
+			path = Alamofire.framework;
+			remoteRef = 31E476691C55DD5900968569 /* PBXContainerItemProxy */;
+			sourceTree = BUILT_PRODUCTS_DIR;
+		};
+		31E4766C1C55DD5900968569 /* Alamofire iOS Tests.xctest */ = {
+			isa = PBXReferenceProxy;
+			fileType = wrapper.cfbundle;
+			path = "Alamofire iOS Tests.xctest";
+			remoteRef = 31E4766B1C55DD5900968569 /* PBXContainerItemProxy */;
+			sourceTree = BUILT_PRODUCTS_DIR;
+		};
+		31E4766E1C55DD5900968569 /* Alamofire.framework */ = {
 			isa = PBXReferenceProxy;
 			isa = PBXReferenceProxy;
 			fileType = wrapper.framework;
 			fileType = wrapper.framework;
 			path = Alamofire.framework;
 			path = Alamofire.framework;
-			remoteRef = 4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */;
+			remoteRef = 31E4766D1C55DD5900968569 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
 		};
-		4CA707BB1B27FF6400CDF7C0 /* Alamofire OSX Tests.xctest */ = {
+		31E476701C55DD5900968569 /* Alamofire OSX Tests.xctest */ = {
 			isa = PBXReferenceProxy;
 			isa = PBXReferenceProxy;
 			fileType = wrapper.cfbundle;
 			fileType = wrapper.cfbundle;
 			path = "Alamofire OSX Tests.xctest";
 			path = "Alamofire OSX Tests.xctest";
-			remoteRef = 4CA707BA1B27FF6400CDF7C0 /* PBXContainerItemProxy */;
+			remoteRef = 31E4766F1C55DD5900968569 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
 		};
-		F8111E5419A95D7C0040E7D1 /* Alamofire.framework */ = {
+		31E476721C55DD5900968569 /* Alamofire.framework */ = {
 			isa = PBXReferenceProxy;
 			isa = PBXReferenceProxy;
 			fileType = wrapper.framework;
 			fileType = wrapper.framework;
 			path = Alamofire.framework;
 			path = Alamofire.framework;
-			remoteRef = F8111E5319A95D7C0040E7D1 /* PBXContainerItemProxy */;
+			remoteRef = 31E476711C55DD5900968569 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
 		};
-		F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */ = {
+		31E476741C55DD5900968569 /* Alamofire tvOS Tests.xctest */ = {
 			isa = PBXReferenceProxy;
 			isa = PBXReferenceProxy;
 			fileType = wrapper.cfbundle;
 			fileType = wrapper.cfbundle;
-			path = "Alamofire iOS Tests.xctest";
-			remoteRef = F8111E5519A95D7C0040E7D1 /* PBXContainerItemProxy */;
+			path = "Alamofire tvOS Tests.xctest";
+			remoteRef = 31E476731C55DD5900968569 /* PBXContainerItemProxy */;
+			sourceTree = BUILT_PRODUCTS_DIR;
+		};
+		31E476761C55DD5900968569 /* Alamofire.framework */ = {
+			isa = PBXReferenceProxy;
+			fileType = wrapper.framework;
+			path = Alamofire.framework;
+			remoteRef = 31E476751C55DD5900968569 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
 		};
 /* End PBXReferenceProxy section */
 /* End PBXReferenceProxy section */
@@ -238,8 +283,8 @@
 			isa = PBXResourcesBuildPhase;
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			buildActionMask = 2147483647;
 			files = (
 			files = (
-				F8111E1219A951050040E7D1 /* Main.storyboard in Resources */,
-				F8111E1419A951050040E7D1 /* Images.xcassets in Resources */,
+				31E476781C55DDC400968569 /* Images.xcassets in Resources */,
+				31E4767B1C55DDE100968569 /* Main.storyboard in Resources */,
 			);
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			runOnlyForDeploymentPostprocessing = 0;
 		};
 		};
@@ -250,27 +295,27 @@
 			isa = PBXSourcesBuildPhase;
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			buildActionMask = 2147483647;
 			files = (
 			files = (
-				F8111E0F19A951050040E7D1 /* DetailViewController.swift in Sources */,
-				F8111E0D19A951050040E7D1 /* MasterViewController.swift in Sources */,
-				F8111E0B19A951050040E7D1 /* AppDelegate.swift in Sources */,
+				31E4767F1C55DE5400968569 /* AppDelegate.swift in Sources */,
+				31E476801C55DE5400968569 /* DetailViewController.swift in Sources */,
+				31E476811C55DE5400968569 /* MasterViewController.swift in Sources */,
 			);
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			runOnlyForDeploymentPostprocessing = 0;
 		};
 		};
 /* End PBXSourcesBuildPhase section */
 /* End PBXSourcesBuildPhase section */
 
 
 /* Begin PBXTargetDependency section */
 /* Begin PBXTargetDependency section */
-		F8111E5819A95D9B0040E7D1 /* PBXTargetDependency */ = {
+		31E476851C55DE6D00968569 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			isa = PBXTargetDependency;
-			name = Alamofire;
-			targetProxy = F8111E5719A95D9B0040E7D1 /* PBXContainerItemProxy */;
+			name = "Alamofire iOS";
+			targetProxy = 31E476841C55DE6D00968569 /* PBXContainerItemProxy */;
 		};
 		};
 /* End PBXTargetDependency section */
 /* End PBXTargetDependency section */
 
 
 /* Begin PBXVariantGroup section */
 /* Begin PBXVariantGroup section */
-		F8111E1019A951050040E7D1 /* Main.storyboard */ = {
+		31E476791C55DDE100968569 /* Main.storyboard */ = {
 			isa = PBXVariantGroup;
 			isa = PBXVariantGroup;
 			children = (
 			children = (
-				F8111E1119A951050040E7D1 /* Base */,
+				31E4767A1C55DDE100968569 /* Base */,
 			);
 			);
 			name = Main.storyboard;
 			name = Main.storyboard;
 			sourceTree = "<group>";
 			sourceTree = "<group>";
@@ -363,10 +408,13 @@
 			buildSettings = {
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
-				INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
+				CLANG_ENABLE_MODULES = YES;
+				EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
+				INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
 				PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
 				PRODUCT_NAME = "iOS Example";
 				PRODUCT_NAME = "iOS Example";
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 			};
 			};
 			name = Debug;
 			name = Debug;
 		};
 		};
@@ -375,7 +423,9 @@
 			buildSettings = {
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
-				INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
+				CLANG_ENABLE_MODULES = YES;
+				EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
+				INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
 				PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
 				PRODUCT_NAME = "iOS Example";
 				PRODUCT_NAME = "iOS Example";

+ 0 - 0
iOS Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata → Example/iOS Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata


+ 0 - 0
iOS Example.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme → Example/iOS Example.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme