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 290a4b2 commit 74ce796Copy full SHA for 74ce796
2 files changed
apps/RNApp/ios/Podfile
@@ -32,7 +32,7 @@ target 'RNApp' do
32
installer,
33
config[:reactNativePath],
34
:mac_catalyst_enabled => false,
35
- # :ccache_enabled => true
+ :ccache_enabled => ENV['USE_CCACHE'] == '1'
36
)
37
end
38
apps/TesterIntegrated/swift/Podfile
@@ -27,7 +27,7 @@ target 'SwiftExample' do
27
28
29
30
31
0 commit comments