Skip to content

Commit

Permalink
This bumps the minimum version of the framework to the minimum version
Browse files Browse the repository at this point in the history
supported by Xcode
  • Loading branch information
DavidPerezP124 committed May 1, 2023
1 parent ea5dd8d commit 53d9ece
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Framework/Framework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_MODULE_NAME = Reachability;
PRODUCT_NAME = Reachability;
Expand All @@ -317,7 +317,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_MODULE_NAME = Reachability;
PRODUCT_NAME = Reachability;
Expand Down
2 changes: 1 addition & 1 deletion Reachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.swift_version = "4.1"
s.ios.deployment_target = "6.0"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.8"
s.tvos.deployment_target = "9.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOSReachabilityTestARC/iOSReachabilityTestARC-Prefix.pch";
INFOPLIST_FILE = "iOSReachabilityTestARC/iOSReachabilityTestARC-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -284,7 +284,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOSReachabilityTestARC/iOSReachabilityTestARC-Prefix.pch";
INFOPLIST_FILE = "iOSReachabilityTestARC/iOSReachabilityTestARC-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down

0 comments on commit 53d9ece

Please sign in to comment.