Remove Podfile change

This commit is contained in:
langleyd
2021-07-02 10:42:30 +01:00
parent ffa6b73945
commit ec09559afb
+4 -4
View File
@@ -11,8 +11,8 @@ use_frameworks!
# - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
# $matrixKitVersion = '= 0.15.0'
$matrixKitVersion = :local
$matrixKitVersion = '= 0.15.0'
# $matrixKitVersion = :local
# $matrixKitVersion = {'develop' => 'develop'}
########################################
@@ -101,7 +101,7 @@ post_install do |installer|
# Plus the app does not enable it
config.build_settings['ENABLE_BITCODE'] = 'NO'
# Make fastlane(xcodebuild) happy by preventing it from building for arm64 simulator
# Make fastlane(xcodebuild) happy by preventing it from building for arm64 simulator
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
# Force ReadMoreTextView to use Swift 5.2 version (as there is no code changes to perform)
@@ -109,7 +109,7 @@ post_install do |installer|
config.build_settings['SWIFT_VERSION'] = '5.2'
end
# Stop Xcode 12 complaining about old IPHONEOS_DEPLOYMENT_TARGET from pods
# Stop Xcode 12 complaining about old IPHONEOS_DEPLOYMENT_TARGET from pods
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end