Title: [205074] trunk/Tools
Revision
205074
Author
[email protected]
Date
2016-08-26 22:47:44 -0700 (Fri, 26 Aug 2016)

Log Message

Keep trying to fix the build after r205057.

* MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205073 => 205074)


--- trunk/Tools/ChangeLog	2016-08-27 05:44:01 UTC (rev 205073)
+++ trunk/Tools/ChangeLog	2016-08-27 05:47:44 UTC (rev 205074)
@@ -2,6 +2,12 @@
 
         Keep trying to fix the build after r205057.
 
+        * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:
+
+2016-08-26  Dan Bernstein  <[email protected]>
+
+        Keep trying to fix the build after r205057.
+
         * MobileMiniBrowser/MobileMiniBrowser/AppDelegate.m: Don’t try to import nonexistent
           config.h. This file is only meant to be built with Xcode anyway.
         * MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard: Make this compile

Modified: trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj (205073 => 205074)


--- trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj	2016-08-27 05:44:01 UTC (rev 205073)
+++ trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj	2016-08-27 05:47:44 UTC (rev 205074)
@@ -177,11 +177,9 @@
 				TargetAttributes = {
 					CD1DAF911D709E3600017CF0 = {
 						CreatedOnToolsVersion = 8.0;
-						ProvisioningStyle = Automatic;
 					};
 					CD1DAFAA1D709E3600017CF0 = {
 						CreatedOnToolsVersion = 8.0;
-						ProvisioningStyle = Automatic;
 						TestTargetID = CD1DAF911D709E3600017CF0;
 					};
 				};
@@ -296,7 +294,6 @@
 				CLANG_WARN_SUSPICIOUS_MOVES = YES;
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COPY_PHASE_STRIP = NO;
 				DEBUG_INFORMATION_FORMAT = dwarf;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -343,7 +340,6 @@
 				CLANG_WARN_SUSPICIOUS_MOVES = YES;
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COPY_PHASE_STRIP = NO;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				ENABLE_NS_ASSERTIONS = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to