Skip to content

Commit ee98915

Browse files
committed
Bump rn version to 0.74.7
1 parent de601da commit ee98915

File tree

8 files changed

+801
-637
lines changed

8 files changed

+801
-637
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ public void onCreate() {
9494
}
9595
```
9696

97-
- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
97+
- Open `android/build.gradle` and change `minSdkVersion` to **23**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
9898

9999
```Gradle
100100
buildscript {
101101
// ...
102102
ext {
103103
buildToolsVersion = "29.0.2"
104-
minSdkVersion = 21 // <-- Here
104+
minSdkVersion = 23 // <-- Here
105105
compileSdkVersion = 34 // <-- Here
106106
targetSdkVersion = 33 // <-- Here
107107
}

example/ios/IntercomReactNativeExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1212
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
13+
3F7824B571D43A5FC3348F68 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4242F8CFAD0D22E7E3912CA1 /* PrivacyInfo.xcprivacy */; };
1314
4C39C56BAD484C67AA576FFA /* libPods-IntercomReactNativeExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CA3E69C5B9553B26FBA2DF04 /* libPods-IntercomReactNativeExample.a */; };
1415
6B689CC9EE73F2BF0457728A /* libPods-IntercomReactNativeExampleUI.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBBD0C6D5A5B9C44EDCA9EB6 /* libPods-IntercomReactNativeExampleUI.a */; };
1516
7D95B163267240E3008096E0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
@@ -18,6 +19,7 @@
1819
7D95B169267240E3008096E0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1920
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
2021
DE090379E5BDFCC31EBBB1FC /* BuildFile in Resources */ = {isa = PBXBuildFile; };
22+
E8EF17F916642CC9D1F5EC6C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 247CDD975A24550367E1446B /* PrivacyInfo.xcprivacy */; };
2123
/* End PBXBuildFile section */
2224

2325
/* Begin PBXFileReference section */
@@ -29,6 +31,8 @@
2931
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = IntercomReactNativeExample/Images.xcassets; sourceTree = "<group>"; };
3032
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = IntercomReactNativeExample/Info.plist; sourceTree = "<group>"; };
3133
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = IntercomReactNativeExample/main.m; sourceTree = "<group>"; };
34+
247CDD975A24550367E1446B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = IntercomReactNativeExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
35+
4242F8CFAD0D22E7E3912CA1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = IntercomReactNativeExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3236
7D4EACBB265F79DC004A6F30 /* IntercomReactNativeExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = IntercomReactNativeExample.entitlements; path = IntercomReactNativeExample/IntercomReactNativeExample.entitlements; sourceTree = "<group>"; };
3337
7D95B170267240E3008096E0 /* IntercomReactNativeExampleUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntercomReactNativeExampleUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
3438
7D95B240267248C8008096E0 /* IntercomReactNativeExampleUIRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = IntercomReactNativeExampleUIRelease.entitlements; sourceTree = "<group>"; };
@@ -75,6 +79,7 @@
7579
13B07FB61A68108700A75B9A /* Info.plist */,
7680
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
7781
13B07FB71A68108700A75B9A /* main.m */,
82+
247CDD975A24550367E1446B /* PrivacyInfo.xcprivacy */,
7883
);
7984
name = IntercomReactNativeExample;
8085
sourceTree = "<group>";
@@ -117,6 +122,7 @@
117122
83CBBA001A601CBA00E9B192 /* Products */,
118123
2D16E6871FA4F8E400B85C8A /* Frameworks */,
119124
6B9684456A2045ADE5A6E47E /* Pods */,
125+
4242F8CFAD0D22E7E3912CA1 /* PrivacyInfo.xcprivacy */,
120126
);
121127
indentWidth = 2;
122128
sourceTree = "<group>";
@@ -223,6 +229,7 @@
223229
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
224230
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
225231
DE090379E5BDFCC31EBBB1FC /* BuildFile in Resources */,
232+
E8EF17F916642CC9D1F5EC6C /* PrivacyInfo.xcprivacy in Resources */,
226233
);
227234
runOnlyForDeploymentPostprocessing = 0;
228235
};
@@ -232,6 +239,7 @@
232239
files = (
233240
7D95B168267240E3008096E0 /* LaunchScreen.storyboard in Resources */,
234241
7D95B169267240E3008096E0 /* Images.xcassets in Resources */,
242+
3F7824B571D43A5FC3348F68 /* PrivacyInfo.xcprivacy in Resources */,
235243
);
236244
runOnlyForDeploymentPostprocessing = 0;
237245
};
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>NSPrivacyAccessedAPICategoryFileTimestamp</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>C617.1</string>
13+
</array>
14+
</dict>
15+
<dict>
16+
<key>NSPrivacyAccessedAPIType</key>
17+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18+
<key>NSPrivacyAccessedAPITypeReasons</key>
19+
<array>
20+
<string>CA92.1</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyAccessedAPIType</key>
25+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26+
<key>NSPrivacyAccessedAPITypeReasons</key>
27+
<array>
28+
<string>35F9.1</string>
29+
</array>
30+
</dict>
31+
</array>
32+
<key>NSPrivacyCollectedDataTypes</key>
33+
<array/>
34+
<key>NSPrivacyTracking</key>
35+
<false/>
36+
</dict>
37+
</plist>

0 commit comments

Comments
 (0)