We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24876e commit 97e0e64Copy full SHA for 97e0e64
.gitignore
@@ -1,3 +1,6 @@
1
+lib/res/Config/secretConfigValues.dart
2
+lib/res/Config/setupConfig.dart
3
+lib/res/Config/loadRemoteConf.dart
4
# Miscellaneous
5
*.class
6
*.log
ios/Podfile
@@ -44,7 +44,8 @@ post_install do |installer|
44
target.build_configurations.each do |config|
45
config.build_settings['CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER'] = 'NO'
46
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
47
+ config.build_settings['ENABLE_BITCODE'] = 'NO'
48
end
49
50
-end
51
+end
0 commit comments