Forráskód Böngészése

Update podspec build targets

Ashley Mills 10 éve
szülő
commit
7212a9f213
2 módosított fájl, 6 hozzáadás és 2 törlés
  1. 4 0
      Reachability.xcodeproj/project.pbxproj
  2. 2 2
      ReachabilitySwift.podspec

+ 4 - 0
Reachability.xcodeproj/project.pbxproj

@@ -705,6 +705,7 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
 				EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
 				INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -721,6 +722,7 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
 				EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
 				INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -950,6 +952,7 @@
 				57A45A0E1C197BE800384AE4 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
 		};
 		57A45A331C197F4800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityTV" */ = {
 			isa = XCConfigurationList;
@@ -958,6 +961,7 @@
 				57A45A351C197F4800384AE4 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
 		};
 		AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
 			isa = XCConfigurationList;

+ 2 - 2
ReachabilitySwift.podspec

@@ -9,9 +9,9 @@ Pod::Spec.new do |s|
   s.license      = { :type => 'MIT' }
 
 # Source Info
-  s.ios.platform = :ios, "9.0"
+  s.ios.platform = :ios, "9.2"
   s.osx.platform = :osx, "10.11"
-  s.tvos.platform = :tvos, "9.0"
+  s.tvos.platform = :tvos, "9.1"
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.9"
   s.tvos.deployment_target  = "9.0"