Skip to content

Commit 97e0e64

Browse files
committed
app compilation related code changes
1 parent e24876e commit 97e0e64

File tree

4 files changed

+589
-265
lines changed

4 files changed

+589
-265
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
lib/res/Config/secretConfigValues.dart
2+
lib/res/Config/setupConfig.dart
3+
lib/res/Config/loadRemoteConf.dart
14
# Miscellaneous
25
*.class
36
*.log

ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ post_install do |installer|
4444
target.build_configurations.each do |config|
4545
config.build_settings['CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER'] = 'NO'
4646
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
47+
config.build_settings['ENABLE_BITCODE'] = 'NO'
4748
end
4849
end
4950
end
50-
end
51+
end

0 commit comments

Comments
 (0)