Skip to content

Commit

Permalink
Merge pull request #3 from antitypical/deployment-targets
Browse files Browse the repository at this point in the history
Deployment targets
  • Loading branch information
robrix committed May 8, 2015
2 parents 274a14d + 6130002 commit adc15b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions Stream.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
D49E34A41AFD64B7006C0AB6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D49E34A51AFD64B7006C0AB6 /* StreamTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamTests.swift; sourceTree = "<group>"; };
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 = "<group>"; };
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; };
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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;
};
Expand Down Expand Up @@ -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";
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -653,6 +659,7 @@
D49E34C91AFD6623006C0AB6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D49E34CA1AFD6623006C0AB6 /* Build configuration list for PBXNativeTarget "Stream-iOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -661,6 +668,7 @@
D49E34CC1AFD6623006C0AB6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
8 changes: 4 additions & 4 deletions Stream.xcodeproj/xcshareddata/xcschemes/Stream-iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D49E34B31AFD6623006C0AB6"
BuildableName = "Stream-iOS.framework"
BuildableName = "Stream.framework"
BlueprintName = "Stream-iOS"
ReferencedContainer = "container:Stream.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -57,7 +57,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D49E34B31AFD6623006C0AB6"
BuildableName = "Stream-iOS.framework"
BuildableName = "Stream.framework"
BlueprintName = "Stream-iOS"
ReferencedContainer = "container:Stream.xcodeproj">
</BuildableReference>
Expand All @@ -76,7 +76,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D49E34B31AFD6623006C0AB6"
BuildableName = "Stream-iOS.framework"
BuildableName = "Stream.framework"
BlueprintName = "Stream-iOS"
ReferencedContainer = "container:Stream.xcodeproj">
</BuildableReference>
Expand All @@ -94,7 +94,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D49E34B31AFD6623006C0AB6"
BuildableName = "Stream-iOS.framework"
BuildableName = "Stream.framework"
BlueprintName = "Stream-iOS"
ReferencedContainer = "container:Stream.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit adc15b4

Please sign in to comment.