react-native-kenburns-view 5.0.0 → 5.1.1
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 +17 -5
- package/example/kenburns-example/App.js +5 -5
- package/example/kenburns-example/README.md +5 -17
- package/example/kenburns-example/app.json +4 -4
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.swift +69 -0
- package/example/kenburns-example/ios/KenBurnsExample/Info.plist +73 -71
- package/example/kenburns-example/ios/KenBurnsExample/KenBurnsExample-Bridging-Header.h +1 -1
- package/example/kenburns-example/ios/KenBurnsExample/PrivacyInfo.xcprivacy +11 -0
- package/example/kenburns-example/ios/KenBurnsExample/SplashScreen.storyboard +7 -2
- package/example/kenburns-example/ios/KenBurnsExample.xcodeproj/project.pbxproj +114 -106
- package/example/kenburns-example/ios/Podfile +14 -17
- package/example/kenburns-example/ios/Podfile.lock +1058 -691
- package/example/kenburns-example/ios/Podfile.properties.json +1 -2
- package/example/kenburns-example/metro.config.js +4 -1
- package/example/kenburns-example/package-lock.json +1256 -5067
- package/example/kenburns-example/package.json +12 -8
- package/package.json +1 -1
- package/example/kenburns-example/assets/images/image1.jpg +0 -0
- package/example/kenburns-example/assets/images/image2.jpg +0 -0
- package/example/kenburns-example/assets/images/image3.jpg +0 -0
- package/example/kenburns-example/assets/images/placeholder.jpg +0 -0
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.h +0 -7
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.mm +0 -62
- package/example/kenburns-example/ios/KenBurnsExample/main.m +0 -10
- package/example/kenburns-example/ios/KenBurnsExample/noop-file.swift +0 -4
|
@@ -3,38 +3,33 @@
|
|
|
3
3
|
archiveVersion = 1;
|
|
4
4
|
classes = {
|
|
5
5
|
};
|
|
6
|
-
objectVersion =
|
|
6
|
+
objectVersion = 54;
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
-
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
11
10
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
12
|
-
|
|
11
|
+
24951DA331CD281C3CE2C6DF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 7338E40F5D307DD25EEAA451 /* PrivacyInfo.xcprivacy */; };
|
|
12
|
+
39F45C7E7DE94FB788D8CBB5 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EF366607864DB0D49F514F /* ExpoModulesProvider.swift */; };
|
|
13
13
|
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
14
|
-
|
|
15
|
-
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
|
16
|
-
B3946C298F9C4C9092FEFDC1 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD091FD6C6642B9A884F7D2 /* noop-file.swift */; };
|
|
14
|
+
42A1073F14DFB81720ABC71C /* libPods-KenBurnsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7705903ACA19C994A7AA43ED /* libPods-KenBurnsExample.a */; };
|
|
17
15
|
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
18
|
-
|
|
16
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
|
|
19
17
|
/* End PBXBuildFile section */
|
|
20
18
|
|
|
21
19
|
/* Begin PBXFileReference section */
|
|
20
|
+
003D341CE16F9E97FB0F4FD6 /* Pods-KenBurnsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KenBurnsExample.debug.xcconfig"; path = "Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
22
21
|
13B07F961A680F5B00A75B9A /* KenBurnsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KenBurnsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
23
|
-
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = KenBurnsExample/AppDelegate.h; sourceTree = "<group>"; };
|
|
24
|
-
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = KenBurnsExample/AppDelegate.mm; sourceTree = "<group>"; };
|
|
25
22
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = KenBurnsExample/Images.xcassets; sourceTree = "<group>"; };
|
|
26
23
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = KenBurnsExample/Info.plist; sourceTree = "<group>"; };
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
6C2E3173556A471DD304B334 /* Pods-KenBurnsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KenBurnsExample.debug.xcconfig"; path = "Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
31
|
-
7A4D352CD337FB3A3BF06240 /* Pods-KenBurnsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KenBurnsExample.release.xcconfig"; path = "Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
32
|
-
A4AE6E5AC36740D29B2F21FE /* KenBurnsExample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "KenBurnsExample-Bridging-Header.h"; path = "KenBurnsExample/KenBurnsExample-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
24
|
+
33EF366607864DB0D49F514F /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-KenBurnsExample/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
25
|
+
7338E40F5D307DD25EEAA451 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = KenBurnsExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
26
|
+
7705903ACA19C994A7AA43ED /* libPods-KenBurnsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KenBurnsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
33
27
|
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = KenBurnsExample/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
34
28
|
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
35
|
-
DFD091FD6C6642B9A884F7D2 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "KenBurnsExample/noop-file.swift"; sourceTree = "<group>"; };
|
|
36
29
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
37
|
-
|
|
30
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = KenBurnsExample/AppDelegate.swift; sourceTree = "<group>"; };
|
|
31
|
+
F11748442D0722820044C1D9 /* KenBurnsExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "KenBurnsExample-Bridging-Header.h"; path = "KenBurnsExample/KenBurnsExample-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
32
|
+
F9C35C60AA75B6FE6ED41387 /* Pods-KenBurnsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KenBurnsExample.release.xcconfig"; path = "Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
38
33
|
/* End PBXFileReference section */
|
|
39
34
|
|
|
40
35
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -42,7 +37,7 @@
|
|
|
42
37
|
isa = PBXFrameworksBuildPhase;
|
|
43
38
|
buildActionMask = 2147483647;
|
|
44
39
|
files = (
|
|
45
|
-
|
|
40
|
+
42A1073F14DFB81720ABC71C /* libPods-KenBurnsExample.a in Frameworks */,
|
|
46
41
|
);
|
|
47
42
|
runOnlyForDeploymentPostprocessing = 0;
|
|
48
43
|
};
|
|
@@ -52,29 +47,52 @@
|
|
|
52
47
|
13B07FAE1A68108700A75B9A /* KenBurnsExample */ = {
|
|
53
48
|
isa = PBXGroup;
|
|
54
49
|
children = (
|
|
50
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */,
|
|
51
|
+
F11748442D0722820044C1D9 /* KenBurnsExample-Bridging-Header.h */,
|
|
55
52
|
BB2F792B24A3F905000567C9 /* Supporting */,
|
|
56
|
-
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
|
57
|
-
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
|
|
58
53
|
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
59
54
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
60
|
-
13B07FB71A68108700A75B9A /* main.m */,
|
|
61
55
|
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
62
|
-
|
|
63
|
-
A4AE6E5AC36740D29B2F21FE /* KenBurnsExample-Bridging-Header.h */,
|
|
64
|
-
4A286C42D44018DF0E1364A5 /* PrivacyInfo.xcprivacy */,
|
|
56
|
+
7338E40F5D307DD25EEAA451 /* PrivacyInfo.xcprivacy */,
|
|
65
57
|
);
|
|
66
58
|
name = KenBurnsExample;
|
|
67
59
|
sourceTree = "<group>";
|
|
68
60
|
};
|
|
61
|
+
21B97D8BD7439DCFEA87456D /* Pods */ = {
|
|
62
|
+
isa = PBXGroup;
|
|
63
|
+
children = (
|
|
64
|
+
003D341CE16F9E97FB0F4FD6 /* Pods-KenBurnsExample.debug.xcconfig */,
|
|
65
|
+
F9C35C60AA75B6FE6ED41387 /* Pods-KenBurnsExample.release.xcconfig */,
|
|
66
|
+
);
|
|
67
|
+
name = Pods;
|
|
68
|
+
path = Pods;
|
|
69
|
+
sourceTree = "<group>";
|
|
70
|
+
};
|
|
69
71
|
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
70
72
|
isa = PBXGroup;
|
|
71
73
|
children = (
|
|
72
74
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
73
|
-
|
|
75
|
+
7705903ACA19C994A7AA43ED /* libPods-KenBurnsExample.a */,
|
|
74
76
|
);
|
|
75
77
|
name = Frameworks;
|
|
76
78
|
sourceTree = "<group>";
|
|
77
79
|
};
|
|
80
|
+
3E1FFFDB52EE0E4B8C0D2B21 /* ExpoModulesProviders */ = {
|
|
81
|
+
isa = PBXGroup;
|
|
82
|
+
children = (
|
|
83
|
+
519BE66EA6E553233FB9A5F7 /* KenBurnsExample */,
|
|
84
|
+
);
|
|
85
|
+
name = ExpoModulesProviders;
|
|
86
|
+
sourceTree = "<group>";
|
|
87
|
+
};
|
|
88
|
+
519BE66EA6E553233FB9A5F7 /* KenBurnsExample */ = {
|
|
89
|
+
isa = PBXGroup;
|
|
90
|
+
children = (
|
|
91
|
+
33EF366607864DB0D49F514F /* ExpoModulesProvider.swift */,
|
|
92
|
+
);
|
|
93
|
+
name = KenBurnsExample;
|
|
94
|
+
sourceTree = "<group>";
|
|
95
|
+
};
|
|
78
96
|
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
79
97
|
isa = PBXGroup;
|
|
80
98
|
children = (
|
|
@@ -89,8 +107,8 @@
|
|
|
89
107
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
90
108
|
83CBBA001A601CBA00E9B192 /* Products */,
|
|
91
109
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
92
|
-
|
|
93
|
-
|
|
110
|
+
21B97D8BD7439DCFEA87456D /* Pods */,
|
|
111
|
+
3E1FFFDB52EE0E4B8C0D2B21 /* ExpoModulesProviders */,
|
|
94
112
|
);
|
|
95
113
|
indentWidth = 2;
|
|
96
114
|
sourceTree = "<group>";
|
|
@@ -105,14 +123,6 @@
|
|
|
105
123
|
name = Products;
|
|
106
124
|
sourceTree = "<group>";
|
|
107
125
|
};
|
|
108
|
-
92DBD88DE9BF7D494EA9DA96 /* KenBurnsExample */ = {
|
|
109
|
-
isa = PBXGroup;
|
|
110
|
-
children = (
|
|
111
|
-
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */,
|
|
112
|
-
);
|
|
113
|
-
name = KenBurnsExample;
|
|
114
|
-
sourceTree = "<group>";
|
|
115
|
-
};
|
|
116
126
|
BB2F792B24A3F905000567C9 /* Supporting */ = {
|
|
117
127
|
isa = PBXGroup;
|
|
118
128
|
children = (
|
|
@@ -122,23 +132,6 @@
|
|
|
122
132
|
path = KenBurnsExample/Supporting;
|
|
123
133
|
sourceTree = "<group>";
|
|
124
134
|
};
|
|
125
|
-
D65327D7A22EEC0BE12398D9 /* Pods */ = {
|
|
126
|
-
isa = PBXGroup;
|
|
127
|
-
children = (
|
|
128
|
-
6C2E3173556A471DD304B334 /* Pods-KenBurnsExample.debug.xcconfig */,
|
|
129
|
-
7A4D352CD337FB3A3BF06240 /* Pods-KenBurnsExample.release.xcconfig */,
|
|
130
|
-
);
|
|
131
|
-
path = Pods;
|
|
132
|
-
sourceTree = "<group>";
|
|
133
|
-
};
|
|
134
|
-
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */ = {
|
|
135
|
-
isa = PBXGroup;
|
|
136
|
-
children = (
|
|
137
|
-
92DBD88DE9BF7D494EA9DA96 /* KenBurnsExample */,
|
|
138
|
-
);
|
|
139
|
-
name = ExpoModulesProviders;
|
|
140
|
-
sourceTree = "<group>";
|
|
141
|
-
};
|
|
142
135
|
/* End PBXGroup section */
|
|
143
136
|
|
|
144
137
|
/* Begin PBXNativeTarget section */
|
|
@@ -147,13 +140,13 @@
|
|
|
147
140
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "KenBurnsExample" */;
|
|
148
141
|
buildPhases = (
|
|
149
142
|
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
150
|
-
|
|
143
|
+
7EC7FDF4D5B7371E54A5698E /* [Expo] Configure project */,
|
|
151
144
|
13B07F871A680F5B00A75B9A /* Sources */,
|
|
152
145
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
153
146
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
154
147
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
155
148
|
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
156
|
-
|
|
149
|
+
456522CEB702EB10A361FF6F /* [CP] Embed Pods Frameworks */,
|
|
157
150
|
);
|
|
158
151
|
buildRules = (
|
|
159
152
|
);
|
|
@@ -203,7 +196,7 @@
|
|
|
203
196
|
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
204
197
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
205
198
|
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
206
|
-
|
|
199
|
+
24951DA331CD281C3CE2C6DF /* PrivacyInfo.xcprivacy in Resources */,
|
|
207
200
|
);
|
|
208
201
|
runOnlyForDeploymentPostprocessing = 0;
|
|
209
202
|
};
|
|
@@ -217,6 +210,8 @@
|
|
|
217
210
|
files = (
|
|
218
211
|
);
|
|
219
212
|
inputPaths = (
|
|
213
|
+
"$(SRCROOT)/.xcode.env",
|
|
214
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
220
215
|
);
|
|
221
216
|
name = "Bundle React Native code and images";
|
|
222
217
|
outputPaths = (
|
|
@@ -247,72 +242,77 @@
|
|
|
247
242
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
248
243
|
showEnvVarsInLog = 0;
|
|
249
244
|
};
|
|
250
|
-
|
|
245
|
+
456522CEB702EB10A361FF6F /* [CP] Embed Pods Frameworks */ = {
|
|
251
246
|
isa = PBXShellScriptBuildPhase;
|
|
252
247
|
buildActionMask = 2147483647;
|
|
253
248
|
files = (
|
|
254
249
|
);
|
|
255
250
|
inputPaths = (
|
|
256
|
-
"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-
|
|
257
|
-
"${
|
|
258
|
-
"${
|
|
259
|
-
"${
|
|
260
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
|
|
261
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
|
|
262
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
|
|
263
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
|
|
251
|
+
"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-frameworks.sh",
|
|
252
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
|
|
253
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
|
|
254
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermesvm.framework/hermesvm",
|
|
264
255
|
);
|
|
265
|
-
name = "[CP]
|
|
256
|
+
name = "[CP] Embed Pods Frameworks";
|
|
266
257
|
outputPaths = (
|
|
267
|
-
"${TARGET_BUILD_DIR}/${
|
|
268
|
-
"${TARGET_BUILD_DIR}/${
|
|
269
|
-
"${TARGET_BUILD_DIR}/${
|
|
270
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
|
|
271
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
|
|
272
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
|
|
273
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
|
|
258
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
|
|
259
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
|
|
260
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermesvm.framework",
|
|
274
261
|
);
|
|
275
262
|
runOnlyForDeploymentPostprocessing = 0;
|
|
276
263
|
shellPath = /bin/sh;
|
|
277
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-
|
|
264
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-frameworks.sh\"\n";
|
|
278
265
|
showEnvVarsInLog = 0;
|
|
279
266
|
};
|
|
280
|
-
|
|
267
|
+
7EC7FDF4D5B7371E54A5698E /* [Expo] Configure project */ = {
|
|
281
268
|
isa = PBXShellScriptBuildPhase;
|
|
269
|
+
alwaysOutOfDate = 1;
|
|
282
270
|
buildActionMask = 2147483647;
|
|
283
271
|
files = (
|
|
284
272
|
);
|
|
273
|
+
inputFileListPaths = (
|
|
274
|
+
);
|
|
285
275
|
inputPaths = (
|
|
286
|
-
"$
|
|
287
|
-
"$
|
|
276
|
+
"$(SRCROOT)/.xcode.env",
|
|
277
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
278
|
+
"$(SRCROOT)/KenBurnsExample/KenBurnsExample.entitlements",
|
|
279
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-KenBurnsExample/expo-configure-project.sh",
|
|
280
|
+
);
|
|
281
|
+
name = "[Expo] Configure project";
|
|
282
|
+
outputFileListPaths = (
|
|
288
283
|
);
|
|
289
|
-
name = "[CP] Embed Pods Frameworks";
|
|
290
284
|
outputPaths = (
|
|
291
|
-
"$
|
|
285
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-KenBurnsExample/ExpoModulesProvider.swift",
|
|
292
286
|
);
|
|
293
287
|
runOnlyForDeploymentPostprocessing = 0;
|
|
294
288
|
shellPath = /bin/sh;
|
|
295
|
-
shellScript = "\"
|
|
296
|
-
showEnvVarsInLog = 0;
|
|
289
|
+
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-KenBurnsExample/expo-configure-project.sh\"\n";
|
|
297
290
|
};
|
|
298
|
-
|
|
291
|
+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
299
292
|
isa = PBXShellScriptBuildPhase;
|
|
300
|
-
alwaysOutOfDate = 1;
|
|
301
293
|
buildActionMask = 2147483647;
|
|
302
294
|
files = (
|
|
303
295
|
);
|
|
304
|
-
inputFileListPaths = (
|
|
305
|
-
);
|
|
306
296
|
inputPaths = (
|
|
297
|
+
"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-resources.sh",
|
|
298
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
|
299
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
|
300
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
|
301
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
|
|
302
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
|
|
307
303
|
);
|
|
308
|
-
name = "[
|
|
309
|
-
outputFileListPaths = (
|
|
310
|
-
);
|
|
304
|
+
name = "[CP] Copy Pods Resources";
|
|
311
305
|
outputPaths = (
|
|
306
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
|
307
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
|
308
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
|
309
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
|
|
310
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
|
|
312
311
|
);
|
|
313
312
|
runOnlyForDeploymentPostprocessing = 0;
|
|
314
313
|
shellPath = /bin/sh;
|
|
315
|
-
shellScript = "
|
|
314
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KenBurnsExample/Pods-KenBurnsExample-resources.sh\"\n";
|
|
315
|
+
showEnvVarsInLog = 0;
|
|
316
316
|
};
|
|
317
317
|
/* End PBXShellScriptBuildPhase section */
|
|
318
318
|
|
|
@@ -321,10 +321,8 @@
|
|
|
321
321
|
isa = PBXSourcesBuildPhase;
|
|
322
322
|
buildActionMask = 2147483647;
|
|
323
323
|
files = (
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
|
327
|
-
B3946C298F9C4C9092FEFDC1 /* noop-file.swift in Sources */,
|
|
324
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
|
|
325
|
+
39F45C7E7DE94FB788D8CBB5 /* ExpoModulesProvider.swift in Sources */,
|
|
328
326
|
);
|
|
329
327
|
runOnlyForDeploymentPostprocessing = 0;
|
|
330
328
|
};
|
|
@@ -333,7 +331,7 @@
|
|
|
333
331
|
/* Begin XCBuildConfiguration section */
|
|
334
332
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
335
333
|
isa = XCBuildConfiguration;
|
|
336
|
-
baseConfigurationReference =
|
|
334
|
+
baseConfigurationReference = 003D341CE16F9E97FB0F4FD6 /* Pods-KenBurnsExample.debug.xcconfig */;
|
|
337
335
|
buildSettings = {
|
|
338
336
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
339
337
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -346,7 +344,10 @@
|
|
|
346
344
|
);
|
|
347
345
|
INFOPLIST_FILE = KenBurnsExample/Info.plist;
|
|
348
346
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
349
|
-
LD_RUNPATH_SEARCH_PATHS =
|
|
347
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
348
|
+
"$(inherited)",
|
|
349
|
+
"@executable_path/Frameworks",
|
|
350
|
+
);
|
|
350
351
|
MARKETING_VERSION = 1.0;
|
|
351
352
|
OTHER_LDFLAGS = (
|
|
352
353
|
"$(inherited)",
|
|
@@ -366,7 +367,7 @@
|
|
|
366
367
|
};
|
|
367
368
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
368
369
|
isa = XCBuildConfiguration;
|
|
369
|
-
baseConfigurationReference =
|
|
370
|
+
baseConfigurationReference = F9C35C60AA75B6FE6ED41387 /* Pods-KenBurnsExample.release.xcconfig */;
|
|
370
371
|
buildSettings = {
|
|
371
372
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
372
373
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -374,7 +375,10 @@
|
|
|
374
375
|
CURRENT_PROJECT_VERSION = 1;
|
|
375
376
|
INFOPLIST_FILE = KenBurnsExample/Info.plist;
|
|
376
377
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
377
|
-
LD_RUNPATH_SEARCH_PATHS =
|
|
378
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
379
|
+
"$(inherited)",
|
|
380
|
+
"@executable_path/Frameworks",
|
|
381
|
+
);
|
|
378
382
|
MARKETING_VERSION = 1.0;
|
|
379
383
|
OTHER_LDFLAGS = (
|
|
380
384
|
"$(inherited)",
|
|
@@ -439,17 +443,19 @@
|
|
|
439
443
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
440
444
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
441
445
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
442
|
-
LD_RUNPATH_SEARCH_PATHS =
|
|
446
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
447
|
+
/usr/lib/swift,
|
|
448
|
+
"$(inherited)",
|
|
449
|
+
);
|
|
443
450
|
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
444
451
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
445
452
|
ONLY_ACTIVE_ARCH = YES;
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
" ",
|
|
449
|
-
);
|
|
453
|
+
OTHER_CFLAGS = "$(inherited)";
|
|
454
|
+
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
|
450
455
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
451
456
|
SDKROOT = iphoneos;
|
|
452
457
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
458
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
453
459
|
USE_HERMES = true;
|
|
454
460
|
};
|
|
455
461
|
name = Debug;
|
|
@@ -495,15 +501,17 @@
|
|
|
495
501
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
496
502
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
497
503
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
498
|
-
LD_RUNPATH_SEARCH_PATHS =
|
|
499
|
-
|
|
500
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
501
|
-
OTHER_LDFLAGS = (
|
|
504
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
505
|
+
/usr/lib/swift,
|
|
502
506
|
"$(inherited)",
|
|
503
|
-
" ",
|
|
504
507
|
);
|
|
508
|
+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
509
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
510
|
+
OTHER_CFLAGS = "$(inherited)";
|
|
511
|
+
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
|
505
512
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
506
513
|
SDKROOT = iphoneos;
|
|
514
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
507
515
|
USE_HERMES = true;
|
|
508
516
|
VALIDATE_PRODUCT = YES;
|
|
509
517
|
};
|
|
@@ -4,12 +4,19 @@ require File.join(File.dirname(`node --print "require.resolve('react-native/pack
|
|
|
4
4
|
require 'json'
|
|
5
5
|
podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {}
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
def ccache_enabled?(podfile_properties)
|
|
8
|
+
# Environment variable takes precedence
|
|
9
|
+
return ENV['USE_CCACHE'] == '1' if ENV['USE_CCACHE']
|
|
9
10
|
|
|
11
|
+
# Fall back to Podfile properties
|
|
12
|
+
podfile_properties['apple.ccacheEnabled'] == 'true'
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
ENV['EX_DEV_CLIENT_NETWORK_INSPECTOR'] ||= podfile_properties['EX_DEV_CLIENT_NETWORK_INSPECTOR']
|
|
16
|
+
ENV['RCT_USE_RN_DEP'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true'
|
|
17
|
+
ENV['RCT_USE_PREBUILT_RNCORE'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true'
|
|
18
|
+
ENV['RCT_HERMES_V1_ENABLED'] ||= '1' if podfile_properties['expo.useHermesV1'] == 'true'
|
|
10
19
|
platform :ios, podfile_properties['ios.deploymentTarget'] || '15.1'
|
|
11
|
-
install! 'cocoapods',
|
|
12
|
-
:deterministic_uuids => false
|
|
13
20
|
|
|
14
21
|
prepare_react_native_project!
|
|
15
22
|
|
|
@@ -23,7 +30,8 @@ target 'KenBurnsExample' do
|
|
|
23
30
|
'node',
|
|
24
31
|
'--no-warnings',
|
|
25
32
|
'--eval',
|
|
26
|
-
'require(
|
|
33
|
+
'require(\'expo/bin/autolinking\')',
|
|
34
|
+
'expo-modules-autolinking',
|
|
27
35
|
'react-native-config',
|
|
28
36
|
'--json',
|
|
29
37
|
'--platform',
|
|
@@ -49,18 +57,7 @@ target 'KenBurnsExample' do
|
|
|
49
57
|
installer,
|
|
50
58
|
config[:reactNativePath],
|
|
51
59
|
:mac_catalyst_enabled => false,
|
|
52
|
-
:ccache_enabled => podfile_properties
|
|
60
|
+
:ccache_enabled => ccache_enabled?(podfile_properties),
|
|
53
61
|
)
|
|
54
|
-
|
|
55
|
-
# This is necessary for Xcode 14, because it signs resource bundles by default
|
|
56
|
-
# when building for devices.
|
|
57
|
-
installer.target_installation_results.pod_target_installation_results
|
|
58
|
-
.each do |pod_name, target_installation_result|
|
|
59
|
-
target_installation_result.resource_bundle_targets.each do |resource_bundle_target|
|
|
60
|
-
resource_bundle_target.build_configurations.each do |config|
|
|
61
|
-
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
62
|
end
|
|
66
63
|
end
|