Skip to content

Commit 9846b39

Browse files
committed
Update versions
1 parent ab211e2 commit 9846b39

File tree

8 files changed

+11615
-8265
lines changed

8 files changed

+11615
-8265
lines changed

.yarn/install-state.gz

1.17 MB
Binary file not shown.

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

ios/Katchup.xcodeproj/project.pbxproj

+7-11
Large diffs are not rendered by default.

ios/Katchup/PrivacyInfo.xcprivacy

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>CA92.1</string>
13+
<string>1C8F.1</string>
14+
<string>C56D.1</string>
15+
</array>
16+
</dict>
17+
<dict>
18+
<key>NSPrivacyAccessedAPIType</key>
19+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
20+
<key>NSPrivacyAccessedAPITypeReasons</key>
21+
<array>
22+
<string>C617.1</string>
23+
</array>
24+
</dict>
25+
<dict>
26+
<key>NSPrivacyAccessedAPIType</key>
27+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
28+
<key>NSPrivacyAccessedAPITypeReasons</key>
29+
<array>
30+
<string>35F9.1</string>
31+
</array>
32+
</dict>
33+
</array>
34+
<key>NSPrivacyCollectedDataTypes</key>
35+
<array/>
36+
<key>NSPrivacyTracking</key>
37+
<false/>
38+
</dict>
39+
</plist>

ios/Podfile

-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ prepare_react_native_project!
1717
# dependencies: {
1818
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
1919
# ```
20-
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
2120

2221
linkage = ENV['USE_FRAMEWORKS']
2322
if linkage != nil
@@ -39,11 +38,6 @@ target 'Katchup' do
3938
# Hermes is now enabled by default. Disable by setting this flag to false.
4039
:hermes_enabled => flags[:hermes_enabled],
4140
:fabric_enabled => flags[:fabric_enabled],
42-
# Enables Flipper.
43-
#
44-
# Note that if you have use_frameworks! enabled, Flipper will not work and
45-
# you should disable the next line.
46-
:flipper_configuration => flipper_config,
4741
# An absolute path to your application root.
4842
:app_path => "#{Pod::Config.instance.installation_root}/.."
4943
)

0 commit comments

Comments
 (0)