diff --git a/Podfile b/Podfile index 9bfab4274..8079b3e49 100644 --- a/Podfile +++ b/Podfile @@ -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