|
@@ -17,6 +17,9 @@
|
17
|
17
|
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
|
18
|
18
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
19
|
19
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
20
|
+ 695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */; };
|
|
21
|
+ DE4C455E21DE1E4300EA0709 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE4C455D21DE1E4300EA0709 /* GoogleService-Info.plist */; };
|
|
22
|
+ DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */; };
|
20
|
23
|
/* End PBXBuildFile section */
|
21
|
24
|
|
22
|
25
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -35,6 +38,7 @@
|
35
|
38
|
/* End PBXCopyFilesBuildPhase section */
|
36
|
39
|
|
37
|
40
|
/* Begin PBXFileReference section */
|
|
41
|
+ 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.release.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.release.xcconfig"; sourceTree = "<group>"; };
|
38
|
42
|
0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
39
|
43
|
0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
40
|
44
|
0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
@@ -47,7 +51,12 @@
|
47
|
51
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
48
|
52
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
49
|
53
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
54
|
+ 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.debug.xcconfig"; sourceTree = "<group>"; };
|
|
55
|
+ 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
50
|
56
|
B3B083EB1D4955FF0069CEE7 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = "<group>"; };
|
|
57
|
+ DE4C455D21DE1E4300EA0709 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = SOURCE_ROOT; };
|
|
58
|
+ DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRUtilities.m; sourceTree = "<group>"; };
|
|
59
|
+ DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRUtilities.h; sourceTree = "<group>"; };
|
51
|
60
|
/* End PBXFileReference section */
|
52
|
61
|
|
53
|
62
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -57,6 +66,7 @@
|
57
|
66
|
files = (
|
58
|
67
|
0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */,
|
59
|
68
|
0BD6B4371EF82A6B00D1F4CD /* WebRTC.framework in Frameworks */,
|
|
69
|
+ 695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */,
|
60
|
70
|
);
|
61
|
71
|
runOnlyForDeploymentPostprocessing = 0;
|
62
|
72
|
};
|
|
@@ -68,6 +78,7 @@
|
68
|
78
|
children = (
|
69
|
79
|
0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */,
|
70
|
80
|
0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */,
|
|
81
|
+ 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */,
|
71
|
82
|
);
|
72
|
83
|
name = Frameworks;
|
73
|
84
|
sourceTree = "<group>";
|
|
@@ -77,6 +88,9 @@
|
77
|
88
|
children = (
|
78
|
89
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
79
|
90
|
13B07FB01A68108700A75B9A /* AppDelegate.m */,
|
|
91
|
+ DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */,
|
|
92
|
+ DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */,
|
|
93
|
+ DE4C455D21DE1E4300EA0709 /* GoogleService-Info.plist */,
|
80
|
94
|
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
81
|
95
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
82
|
96
|
13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
|
|
@@ -88,6 +102,15 @@
|
88
|
102
|
path = src;
|
89
|
103
|
sourceTree = "<group>";
|
90
|
104
|
};
|
|
105
|
+ 5E96ADD5E49F3B3822EF9A52 /* Pods */ = {
|
|
106
|
+ isa = PBXGroup;
|
|
107
|
+ children = (
|
|
108
|
+ 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */,
|
|
109
|
+ 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */,
|
|
110
|
+ );
|
|
111
|
+ name = Pods;
|
|
112
|
+ sourceTree = "<group>";
|
|
113
|
+ };
|
91
|
114
|
83CBB9F61A601CBA00E9B192 = {
|
92
|
115
|
isa = PBXGroup;
|
93
|
116
|
children = (
|
|
@@ -95,6 +118,7 @@
|
95
|
118
|
0B26BE711EC5BC4D00EEFB41 /* Frameworks */,
|
96
|
119
|
83CBBA001A601CBA00E9B192 /* Products */,
|
97
|
120
|
13B07FAE1A68108700A75B9A /* src */,
|
|
121
|
+ 5E96ADD5E49F3B3822EF9A52 /* Pods */,
|
98
|
122
|
);
|
99
|
123
|
indentWidth = 2;
|
100
|
124
|
sourceTree = "<group>";
|
|
@@ -115,6 +139,7 @@
|
115
|
139
|
isa = PBXNativeTarget;
|
116
|
140
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
|
117
|
141
|
buildPhases = (
|
|
142
|
+ B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */,
|
118
|
143
|
0BBA83C41EC9F7600075A103 /* Run React packager */,
|
119
|
144
|
13B07F871A680F5B00A75B9A /* Sources */,
|
120
|
145
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
@@ -122,6 +147,7 @@
|
122
|
147
|
0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
|
123
|
148
|
B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */,
|
124
|
149
|
0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
|
|
150
|
+ DEC2069321CBBD6900072F03 /* Setup Fabric */,
|
125
|
151
|
);
|
126
|
152
|
buildRules = (
|
127
|
153
|
);
|
|
@@ -175,6 +201,7 @@
|
175
|
201
|
buildActionMask = 2147483647;
|
176
|
202
|
files = (
|
177
|
203
|
0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */,
|
|
204
|
+ DE4C455E21DE1E4300EA0709 /* GoogleService-Info.plist in Resources */,
|
178
|
205
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
179
|
206
|
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
|
180
|
207
|
);
|
|
@@ -195,7 +222,7 @@
|
195
|
222
|
);
|
196
|
223
|
runOnlyForDeploymentPostprocessing = 0;
|
197
|
224
|
shellPath = /bin/sh;
|
198
|
|
- shellScript = "../scripts/fixup-ats.sh";
|
|
225
|
+ shellScript = "../scripts/fixup-ats.sh\n";
|
199
|
226
|
};
|
200
|
227
|
0BBA83C41EC9F7600075A103 /* Run React packager */ = {
|
201
|
228
|
isa = PBXShellScriptBuildPhase;
|
|
@@ -223,7 +250,47 @@
|
223
|
250
|
);
|
224
|
251
|
runOnlyForDeploymentPostprocessing = 0;
|
225
|
252
|
shellPath = /bin/sh;
|
226
|
|
- shellScript = "../scripts/fixup-frameworks.sh";
|
|
253
|
+ shellScript = "../scripts/fixup-frameworks.sh\n";
|
|
254
|
+ };
|
|
255
|
+ B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */ = {
|
|
256
|
+ isa = PBXShellScriptBuildPhase;
|
|
257
|
+ buildActionMask = 2147483647;
|
|
258
|
+ files = (
|
|
259
|
+ );
|
|
260
|
+ inputFileListPaths = (
|
|
261
|
+ );
|
|
262
|
+ inputPaths = (
|
|
263
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
264
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
265
|
+ );
|
|
266
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
267
|
+ outputFileListPaths = (
|
|
268
|
+ );
|
|
269
|
+ outputPaths = (
|
|
270
|
+ "$(DERIVED_FILE_DIR)/Pods-jitsi-meet-checkManifestLockResult.txt",
|
|
271
|
+ );
|
|
272
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
273
|
+ shellPath = /bin/sh;
|
|
274
|
+ 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";
|
|
275
|
+ showEnvVarsInLog = 0;
|
|
276
|
+ };
|
|
277
|
+ DEC2069321CBBD6900072F03 /* Setup Fabric */ = {
|
|
278
|
+ isa = PBXShellScriptBuildPhase;
|
|
279
|
+ buildActionMask = 2147483647;
|
|
280
|
+ files = (
|
|
281
|
+ );
|
|
282
|
+ inputFileListPaths = (
|
|
283
|
+ );
|
|
284
|
+ inputPaths = (
|
|
285
|
+ );
|
|
286
|
+ name = "Setup Fabric";
|
|
287
|
+ outputFileListPaths = (
|
|
288
|
+ );
|
|
289
|
+ outputPaths = (
|
|
290
|
+ );
|
|
291
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
292
|
+ shellPath = /bin/sh;
|
|
293
|
+ shellScript = "${PODS_ROOT}/Fabric/run\n";
|
227
|
294
|
};
|
228
|
295
|
/* End PBXShellScriptBuildPhase section */
|
229
|
296
|
|
|
@@ -234,6 +301,7 @@
|
234
|
301
|
files = (
|
235
|
302
|
0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */,
|
236
|
303
|
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
|
|
304
|
+ DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */,
|
237
|
305
|
13B07FC11A68108700A75B9A /* main.m in Sources */,
|
238
|
306
|
);
|
239
|
307
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -254,6 +322,7 @@
|
254
|
322
|
/* Begin XCBuildConfiguration section */
|
255
|
323
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
256
|
324
|
isa = XCBuildConfiguration;
|
|
325
|
+ baseConfigurationReference = 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */;
|
257
|
326
|
buildSettings = {
|
258
|
327
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
259
|
328
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
|
|
@@ -287,6 +356,7 @@
|
287
|
356
|
};
|
288
|
357
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
289
|
358
|
isa = XCBuildConfiguration;
|
|
359
|
+ baseConfigurationReference = 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */;
|
290
|
360
|
buildSettings = {
|
291
|
361
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
292
|
362
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
|