From 938ba4103934db7459a920ca0cd96f0fd3953695 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 10 Dec 2015 15:49:53 -0500 Subject: Update the min toolchain for iOS/OS X to be Xcode 7 - Let Xcode update the projects, schemes, and info.plists. - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct). - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results. - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well. --- objectivec/Tests/UnitTests-Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectivec/Tests/UnitTests-Info.plist') diff --git a/objectivec/Tests/UnitTests-Info.plist b/objectivec/Tests/UnitTests-Info.plist index 65013556..460a7d93 100644 --- a/objectivec/Tests/UnitTests-Info.plist +++ b/objectivec/Tests/UnitTests-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - com.yourcompany.${PRODUCT_NAME:identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType -- cgit v1.2.3