Browse Source

no message

Hongtae Kim 7 years ago
parent
commit
5c64442d69
2 changed files with 6 additions and 3 deletions
  1. 6
    1
      TestApp1/TestApp1.xcodeproj/project.pbxproj
  2. 0
    2
      TestApp1/iOS/Info.plist

+ 6
- 1
TestApp1/TestApp1.xcodeproj/project.pbxproj View File

253
 					};
253
 					};
254
 					844A9A5B1DD0BEDD007DCC89 = {
254
 					844A9A5B1DD0BEDD007DCC89 = {
255
 						CreatedOnToolsVersion = 8.1;
255
 						CreatedOnToolsVersion = 8.1;
256
-						ProvisioningStyle = Manual;
256
+						DevelopmentTeam = F599L375TZ;
257
+						ProvisioningStyle = Automatic;
257
 					};
258
 					};
258
 				};
259
 				};
259
 			};
260
 			};
491
 			isa = XCBuildConfiguration;
492
 			isa = XCBuildConfiguration;
492
 			buildSettings = {
493
 			buildSettings = {
493
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
494
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
496
+				DEVELOPMENT_TEAM = F599L375TZ;
494
 				INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
497
 				INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
495
 				IPHONEOS_DEPLOYMENT_TARGET = 10.1;
498
 				IPHONEOS_DEPLOYMENT_TARGET = 10.1;
496
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
499
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
505
 			isa = XCBuildConfiguration;
508
 			isa = XCBuildConfiguration;
506
 			buildSettings = {
509
 			buildSettings = {
507
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
510
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
511
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
512
+				DEVELOPMENT_TEAM = F599L375TZ;
508
 				INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
513
 				INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
509
 				IPHONEOS_DEPLOYMENT_TARGET = 10.1;
514
 				IPHONEOS_DEPLOYMENT_TARGET = 10.1;
510
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
515
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

+ 0
- 2
TestApp1/iOS/Info.plist View File

22
 	<true/>
22
 	<true/>
23
 	<key>UILaunchStoryboardName</key>
23
 	<key>UILaunchStoryboardName</key>
24
 	<string>LaunchScreen</string>
24
 	<string>LaunchScreen</string>
25
-	<key>UIMainStoryboardFile</key>
26
-	<string>Main</string>
27
 	<key>UIRequiredDeviceCapabilities</key>
25
 	<key>UIRequiredDeviceCapabilities</key>
28
 	<array>
26
 	<array>
29
 		<string>armv7</string>
27
 		<string>armv7</string>