Skip to content

Commit

Permalink
Set deployment target to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrnas committed Jan 27, 2017
1 parent 24e67cd commit 6fa67ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions NMRangeSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "NMRangeSlider-iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -612,7 +612,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "NMRangeSlider-iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.nullmonkey.NMRangeSlider-iOS";
Expand Down Expand Up @@ -649,6 +649,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
Expand All @@ -670,6 +671,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down Expand Up @@ -706,6 +708,7 @@
37F0407E1E38DC2800548C03 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EC36F92C15CD0B96009A1A04 /* Build configuration list for PBXProject "NMRangeSlider" */ = {
isa = XCConfigurationList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "37F040771E38DC2800548C03"
BuildableName = "NMRangeSlider-iOS.framework"
BuildableName = "NMRangeSlider.framework"
BlueprintName = "NMRangeSlider-iOS"
ReferencedContainer = "container:NMRangeSlider.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "37F040771E38DC2800548C03"
BuildableName = "NMRangeSlider-iOS.framework"
BuildableName = "NMRangeSlider.framework"
BlueprintName = "NMRangeSlider-iOS"
ReferencedContainer = "container:NMRangeSlider.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "37F040771E38DC2800548C03"
BuildableName = "NMRangeSlider-iOS.framework"
BuildableName = "NMRangeSlider.framework"
BlueprintName = "NMRangeSlider-iOS"
ReferencedContainer = "container:NMRangeSlider.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 6fa67ed

Please sign in to comment.