diff --git a/Stream.xcodeproj/project.pbxproj b/Stream.xcodeproj/project.pbxproj index cd3d981..32d933c 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; }; @@ -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; @@ -474,6 +475,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"; @@ -483,6 +485,7 @@ D49E34AB1AFD64B7006C0AB6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; @@ -493,6 +496,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; }; @@ -533,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"; @@ -546,7 +551,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; @@ -559,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; @@ -567,7 +573,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; @@ -653,6 +659,7 @@ D49E34C91AFD6623006C0AB6 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; D49E34CA1AFD6623006C0AB6 /* Build configuration list for PBXNativeTarget "Stream-iOSTests" */ = { isa = XCConfigurationList; @@ -661,6 +668,7 @@ D49E34CC1AFD6623006C0AB6 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; 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 @@