@computools/react-native-template-controller 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/template/ios/.xcode.env.local +2 -0
- package/template/ios/PrivacyInfo.xcprivacy +38 -0
- package/template/ios/ReactNativeTemplate.xcodeproj/project.pbxproj +12 -8
- package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +0 -0
- package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +0 -0
- package/template/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
- package/template/package.json +1 -1
package/README.md
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<img src="https://ik.imagekit.io/computools/computools-background/upload-8a50e7e4-c14e-4b55-ae17-bd0cca2f6493.webp">
|
12
12
|
|
13
|
-
### Latest supported RN version [0.73.
|
13
|
+
### Latest supported RN version [0.73.8](https://github.com/facebook/react-native/releases/tag/v0.73.8) 🎯
|
14
14
|
|
15
15
|
### Precondition: 📗
|
16
16
|
|
package/package.json
CHANGED
@@ -0,0 +1,38 @@
|
|
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>NSPrivacyCollectedDataTypes</key>
|
6
|
+
<array>
|
7
|
+
</array>
|
8
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
9
|
+
<array>
|
10
|
+
<dict>
|
11
|
+
<key>NSPrivacyAccessedAPIType</key>
|
12
|
+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
13
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
14
|
+
<array>
|
15
|
+
<string>C617.1</string>
|
16
|
+
</array>
|
17
|
+
</dict>
|
18
|
+
<dict>
|
19
|
+
<key>NSPrivacyAccessedAPIType</key>
|
20
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
21
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
22
|
+
<array>
|
23
|
+
<string>CA92.1</string>
|
24
|
+
</array>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>NSPrivacyAccessedAPIType</key>
|
28
|
+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
|
29
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
30
|
+
<array>
|
31
|
+
<string>35F9.1</string>
|
32
|
+
</array>
|
33
|
+
</dict>
|
34
|
+
</array>
|
35
|
+
<key>NSPrivacyTracking</key>
|
36
|
+
<false/>
|
37
|
+
</dict>
|
38
|
+
</plist>
|
@@ -21,6 +21,10 @@
|
|
21
21
|
9314CDD42AF3CEAA00F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
22
22
|
9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
23
23
|
9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
24
|
+
93A2C9812BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
|
25
|
+
93A2C9822BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
|
26
|
+
93A2C9832BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
|
27
|
+
93A2C9842BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
|
24
28
|
B4FF9A1393E551B3A2C2CCE1 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */; };
|
25
29
|
CC8E444894E64A0F49524DDC /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */; };
|
26
30
|
DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */; };
|
@@ -65,6 +69,7 @@
|
|
65
69
|
9314CDCE2AF3CEA200F58B73 /* ReactNativeTemplate_dev-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_dev-Info.plist"; sourceTree = "<group>"; };
|
66
70
|
9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateStg.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
67
71
|
9314CDE12AF3CEAB00F58B73 /* ReactNativeTemplate_stg-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_stg-Info.plist"; sourceTree = "<group>"; };
|
72
|
+
93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
68
73
|
CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
69
74
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
70
75
|
F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
@@ -132,6 +137,7 @@
|
|
132
137
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
133
138
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
134
139
|
13B07FB71A68108700A75B9A /* main.m */,
|
140
|
+
93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */,
|
135
141
|
);
|
136
142
|
name = ReactNativeTemplate;
|
137
143
|
sourceTree = "<group>";
|
@@ -332,6 +338,7 @@
|
|
332
338
|
isa = PBXResourcesBuildPhase;
|
333
339
|
buildActionMask = 2147483647;
|
334
340
|
files = (
|
341
|
+
93A2C9842BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
|
335
342
|
);
|
336
343
|
runOnlyForDeploymentPostprocessing = 0;
|
337
344
|
};
|
@@ -339,6 +346,7 @@
|
|
339
346
|
isa = PBXResourcesBuildPhase;
|
340
347
|
buildActionMask = 2147483647;
|
341
348
|
files = (
|
349
|
+
93A2C9812BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
|
342
350
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
|
343
351
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
344
352
|
);
|
@@ -348,6 +356,7 @@
|
|
348
356
|
isa = PBXResourcesBuildPhase;
|
349
357
|
buildActionMask = 2147483647;
|
350
358
|
files = (
|
359
|
+
93A2C9832BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
|
351
360
|
9314CDC52AF3CEA200F58B73 /* LaunchScreen.storyboard in Resources */,
|
352
361
|
9314CDC62AF3CEA200F58B73 /* Images.xcassets in Resources */,
|
353
362
|
);
|
@@ -357,6 +366,7 @@
|
|
357
366
|
isa = PBXResourcesBuildPhase;
|
358
367
|
buildActionMask = 2147483647;
|
359
368
|
files = (
|
369
|
+
93A2C9822BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
|
360
370
|
9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */,
|
361
371
|
9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */,
|
362
372
|
);
|
@@ -859,10 +869,7 @@
|
|
859
869
|
"-DFOLLY_USE_LIBCPP=1",
|
860
870
|
"-DFOLLY_CFG_NO_COROUTINES=1",
|
861
871
|
);
|
862
|
-
OTHER_LDFLAGS = (
|
863
|
-
"$(inherited)",
|
864
|
-
" ",
|
865
|
-
);
|
872
|
+
OTHER_LDFLAGS = "$(inherited) ";
|
866
873
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
867
874
|
SDKROOT = iphoneos;
|
868
875
|
USE_HERMES = true;
|
@@ -934,10 +941,7 @@
|
|
934
941
|
"-DFOLLY_USE_LIBCPP=1",
|
935
942
|
"-DFOLLY_CFG_NO_COROUTINES=1",
|
936
943
|
);
|
937
|
-
OTHER_LDFLAGS = (
|
938
|
-
"$(inherited)",
|
939
|
-
" ",
|
940
|
-
);
|
944
|
+
OTHER_LDFLAGS = "$(inherited) ";
|
941
945
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
942
946
|
SDKROOT = iphoneos;
|
943
947
|
USE_HERMES = true;
|
File without changes
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"React-Codegen","version":"0.73.8","summary":"Temp pod for generated files for React Native","homepage":"https://facebook.com/","license":"Unlicense","authors":"Facebook","compiler_flags":"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20","source":{"git":""},"header_mappings_dir":"./","platforms":{"ios":"13.4"},"source_files":"**/*.{h,mm,cpp}","pod_target_xcconfig":{"HEADER_SEARCH_PATHS":"\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"$(PODS_ROOT)/Headers/Private/React-Fabric\" \"$(PODS_ROOT)/Headers/Private/React-RCTFabric\" \"$(PODS_ROOT)/Headers/Private/Yoga\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_TARGET_SRCROOT)\"","FRAMEWORK_SEARCH_PATHS":[]},"dependencies":{"React-jsiexecutor":[],"RCT-Folly":[],"RCTRequired":[],"RCTTypeSafety":[],"React-Core":[],"React-jsi":[],"ReactCommon/turbomodule/bridging":[],"ReactCommon/turbomodule/core":[],"React-NativeModulesApple":[],"glog":[],"DoubleConversion":[],"hermes-engine":[],"React-rncore":[],"FBReactNativeSpec":[]}}
|
package/template/package.json
CHANGED