diff --git a/.travis.yml b/.travis.yml index c044b08..c6df942 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: objective-c -osx_image: xcode10.2 +osx_image: xcode11 before_script: - carthage bootstrap script: # Build Travis project and run tests - - xcodebuild -project ShareClient.xcodeproj -scheme Shared build -destination name="iPhone SE" test + - xcodebuild -project ShareClient.xcodeproj -scheme Shared build -destination name="iPhone 6" test diff --git a/Cartfile.resolved b/Cartfile.resolved index f6a15b9..34cb669 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "LoopKit/LoopKit" "c8c4810de7171ecedc3f1eb003f3cb77bdd76015" +github "LoopKit/LoopKit" "18a5a04afd310e945ac54f8c43a44838a16503c2" diff --git a/ShareClient/Info.plist b/ShareClient/Info.plist index a6f720e..ee98428 100644 --- a/ShareClient/Info.plist +++ b/ShareClient/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + $(PRODUCT_BUNDLE_IDENTIFIER)-$(PLATFORM_NAME) CFBundleInfoDictionaryVersion 6.0 CFBundleName