From 03f7dbd09dc268595723ea23962402856e6555bb Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:53:53 -0400 Subject: [PATCH 1/6] Sure whatever. --- Stream.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index cd3d981..581c043 100644 --- a/Stream.xcodeproj/project.pbxproj +++ b/Stream.xcodeproj/project.pbxproj @@ -50,7 +50,7 @@ D49E34A41AFD64B7006C0AB6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D49E34A51AFD64B7006C0AB6 /* StreamTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamTests.swift; sourceTree = ""; }; D49E34B41AFD6623006C0AB6 /* Stream.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Stream.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D49E34BE1AFD6623006C0AB6 /* StreamTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StreamTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + D49E34BE1AFD6623006C0AB6 /* StreamTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = StreamTests.xctest; path = "Stream-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; D49E34CF1AFD66FF006C0AB6 /* Stream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream.swift; sourceTree = ""; }; D49E34D21AFD6864006C0AB6 /* Box.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Box.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D49E34D31AFD6864006C0AB6 /* Either.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Either.framework; sourceTree = BUILT_PRODUCTS_DIR; }; From 533cb3b55d0c3c2842ebfa6e10b73576e08f2ff8 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:53:59 -0400 Subject: [PATCH 2/6] Okaaaay. --- .../xcshareddata/xcschemes/Stream-iOS.xcscheme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Stream.xcodeproj/xcshareddata/xcschemes/Stream-iOS.xcscheme b/Stream.xcodeproj/xcshareddata/xcschemes/Stream-iOS.xcscheme index 75f1df3..7473b81 100644 --- a/Stream.xcodeproj/xcshareddata/xcschemes/Stream-iOS.xcscheme +++ b/Stream.xcodeproj/xcshareddata/xcschemes/Stream-iOS.xcscheme @@ -15,7 +15,7 @@ @@ -57,7 +57,7 @@ @@ -76,7 +76,7 @@ @@ -94,7 +94,7 @@ From 2113ede67e0fc46d2df86eec069984ef18432cb5 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:54:05 -0400 Subject: [PATCH 3/6] Right yes fine. --- Stream.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index 581c043..d260a94 100644 --- a/Stream.xcodeproj/project.pbxproj +++ b/Stream.xcodeproj/project.pbxproj @@ -653,6 +653,7 @@ D49E34C91AFD6623006C0AB6 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; D49E34CA1AFD6623006C0AB6 /* Build configuration list for PBXNativeTarget "Stream-iOSTests" */ = { isa = XCConfigurationList; @@ -661,6 +662,7 @@ D49E34CC1AFD6623006C0AB6 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; From 8315839b0c646d35567ee3b967bd3f4d413c596c Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:54:12 -0400 Subject: [PATCH 4/6] Deploy to 10.9. --- Stream.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index d260a94..f823e83 100644 --- a/Stream.xcodeproj/project.pbxproj +++ b/Stream.xcodeproj/project.pbxproj @@ -474,6 +474,7 @@ INFOPLIST_FILE = Stream/Info.plist; INSTALL_PATH = "@rpath"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.9; PRODUCT_NAME = Stream; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -493,6 +494,7 @@ INFOPLIST_FILE = Stream/Info.plist; INSTALL_PATH = "@rpath"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.9; PRODUCT_NAME = Stream; SKIP_INSTALL = YES; }; From 120ed3fb6e4965acba9e61c0e45e04be0965defe Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:54:35 -0400 Subject: [PATCH 5/6] Deploy to iOS 8. --- Stream.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index f823e83..03247fc 100644 --- a/Stream.xcodeproj/project.pbxproj +++ b/Stream.xcodeproj/project.pbxproj @@ -548,7 +548,7 @@ ); INFOPLIST_FILE = Stream/Info.plist; INSTALL_PATH = "@rpath"; - IPHONEOS_DEPLOYMENT_TARGET = 8.4; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_NAME = Stream; SDKROOT = iphoneos; @@ -569,7 +569,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Stream/Info.plist; INSTALL_PATH = "@rpath"; - IPHONEOS_DEPLOYMENT_TARGET = 8.4; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_NAME = Stream; SDKROOT = iphoneos; From 613000203077334957643528b0dff0ff9a8819a8 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 8 May 2015 18:54:41 -0400 Subject: [PATCH 6/6] App extension API only too. --- Stream.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index 03247fc..32d933c 100644 --- a/Stream.xcodeproj/project.pbxproj +++ b/Stream.xcodeproj/project.pbxproj @@ -464,6 +464,7 @@ D49E34AA1AFD64B7006C0AB6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; @@ -484,6 +485,7 @@ D49E34AB1AFD64B7006C0AB6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; @@ -535,6 +537,7 @@ D49E34C81AFD6623006C0AB6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -561,6 +564,7 @@ D49E34C91AFD6623006C0AB6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEFINES_MODULE = YES;