Created
August 24, 2020 12:09
-
-
Save Samywamy10/d9998a2ea9121f0240aa91400d9698b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| platform :ios, '14.0' | |
| plugin 'cocoapods-binary' | |
| target 'MyApp' do | |
| # Comment the next line if you don't want to use dynamic frameworks | |
| use_frameworks! | |
| all_binary! | |
| set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf" | |
| enable_bitcode_for_prebuilt_frameworks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment