- Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
Version: 0.14.5
Podfile
source "https://cdn.cocoapods.org/" install! "cocoapods", :generate_multiple_pod_projects => true, :incremental_installation => true use_frameworks! platform :ios, "12.0" target "test" do pod "MyLayout" pod "ReactiveObjC" pod "Masonry" pod "SDWebImage" pod "SDWebImageWebPCoder" end post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"] = "YES" config.build_settings["ENABLE_BITCODE"] = "NO" config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "12.0" config.build_settings["EXCLUDED_ARCHS"] = "armv7 armv7s i386" config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "armv7 armv7s arm64 i386" config.build_settings["CODE_SIGN_IDENTITY"] = "" config.build_settings["CODE_SIGNING_ALLOWED"] = "NO" config.build_settings["CODE_SIGNING_REQUIRED"] = "NO" config.build_settings["ENABLE_USER_SCRIPT_SANDBOXING"] = "NO" end end end end
Metadata
Metadata
Assignees
Labels
No labels