|
@@ -11,15 +11,15 @@
|
11
|
11
|
0B412F191EDEC65D00B1A0A6 /* JitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */; };
|
12
|
12
|
0B412F221EDEF6EA00B1A0A6 /* JitsiMeetViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
13
|
13
|
0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B93EF7A1EC608550030D24D /* CoreText.framework */; };
|
14
|
|
- 0B93EF7E1EC9DDCD0030D24D /* JitsiRCTBridgeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B93EF7C1EC9DDCD0030D24D /* JitsiRCTBridgeWrapper.h */; };
|
15
|
|
- 0B93EF7F1EC9DDCD0030D24D /* JitsiRTCBridgeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B93EF7D1EC9DDCD0030D24D /* JitsiRTCBridgeWrapper.m */; };
|
|
14
|
+ 0B93EF7E1EC9DDCD0030D24D /* RCTBridgeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */; };
|
|
15
|
+ 0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */; };
|
16
|
16
|
0BCA495F1EC4B6C600B793EE /* AudioMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495C1EC4B6C600B793EE /* AudioMode.m */; };
|
17
|
17
|
0BCA49601EC4B6C600B793EE /* POSIX.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495D1EC4B6C600B793EE /* POSIX.m */; };
|
18
|
18
|
0BCA49611EC4B6C600B793EE /* Proximity.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495E1EC4B6C600B793EE /* Proximity.m */; };
|
19
|
19
|
0BCA49641EC4B76D00B793EE /* WebRTC.framework in Copy embedded WebRTC framework */ = {isa = PBXBuildFile; fileRef = 0BCA49631EC4B76D00B793EE /* WebRTC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
20
|
20
|
0BCA496C1EC4BBF900B793EE /* jitsi.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */; };
|
21
|
21
|
0BD906EA1EC0C00300C8C18E /* JitsiMeet.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
22
|
|
- 399E84404A63DA0F3B34EB9C /* libPods-JitsiMeet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F102AB2F4BCDCF220A512816 /* libPods-JitsiMeet.a */; };
|
|
22
|
+ 0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */; };
|
23
|
23
|
/* End PBXBuildFile section */
|
24
|
24
|
|
25
|
25
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -37,23 +37,23 @@
|
37
|
37
|
/* End PBXCopyFilesBuildPhase section */
|
38
|
38
|
|
39
|
39
|
/* Begin PBXFileReference section */
|
40
|
|
- 062651321278D27A9BAEFAD4 /* Pods-JitsiMeet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.debug.xcconfig"; sourceTree = "<group>"; };
|
|
40
|
+ 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JitsiMeet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
41
|
41
|
0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JitsiMeetView.h; sourceTree = "<group>"; };
|
42
|
42
|
0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JitsiMeetView.m; sourceTree = "<group>"; };
|
43
|
43
|
0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JitsiMeetViewDelegate.h; sourceTree = "<group>"; };
|
44
|
44
|
0B93EF7A1EC608550030D24D /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
|
45
|
|
- 0B93EF7C1EC9DDCD0030D24D /* JitsiRCTBridgeWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JitsiRCTBridgeWrapper.h; sourceTree = "<group>"; };
|
46
|
|
- 0B93EF7D1EC9DDCD0030D24D /* JitsiRTCBridgeWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JitsiRTCBridgeWrapper.m; sourceTree = "<group>"; };
|
|
45
|
+ 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBridgeWrapper.h; sourceTree = "<group>"; };
|
|
46
|
+ 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeWrapper.m; sourceTree = "<group>"; };
|
47
|
47
|
0BCA495C1EC4B6C600B793EE /* AudioMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioMode.m; sourceTree = "<group>"; };
|
48
|
48
|
0BCA495D1EC4B6C600B793EE /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = POSIX.m; sourceTree = "<group>"; };
|
49
|
49
|
0BCA495E1EC4B6C600B793EE /* Proximity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Proximity.m; sourceTree = "<group>"; };
|
50
|
|
- 0BCA49631EC4B76D00B793EE /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
51
|
|
- 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = jitsi.ttf; path = ../fonts/jitsi.ttf; sourceTree = "<group>"; };
|
|
50
|
+ 0BCA49631EC4B76D00B793EE /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
|
51
|
+ 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = jitsi.ttf; path = ../../fonts/jitsi.ttf; sourceTree = "<group>"; };
|
52
|
52
|
0BD906E51EC0C00300C8C18E /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
53
|
53
|
0BD906E81EC0C00300C8C18E /* JitsiMeet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JitsiMeet.h; sourceTree = "<group>"; };
|
54
|
54
|
0BD906E91EC0C00300C8C18E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
55
|
|
- E358F7AEFCB4033712107DF5 /* Pods-JitsiMeet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.release.xcconfig"; path = "Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.release.xcconfig"; sourceTree = "<group>"; };
|
56
|
|
- F102AB2F4BCDCF220A512816 /* libPods-JitsiMeet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JitsiMeet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
55
|
+ 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.debug.xcconfig"; sourceTree = "<group>"; };
|
|
56
|
+ 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.release.xcconfig"; path = "../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.release.xcconfig"; sourceTree = "<group>"; };
|
57
|
57
|
/* End PBXFileReference section */
|
58
|
58
|
|
59
|
59
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -62,7 +62,7 @@
|
62
|
62
|
buildActionMask = 2147483647;
|
63
|
63
|
files = (
|
64
|
64
|
0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */,
|
65
|
|
- 399E84404A63DA0F3B34EB9C /* libPods-JitsiMeet.a in Frameworks */,
|
|
65
|
+ 0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */,
|
66
|
66
|
);
|
67
|
67
|
runOnlyForDeploymentPostprocessing = 0;
|
68
|
68
|
};
|
|
@@ -80,11 +80,11 @@
|
80
|
80
|
0BD906DB1EC0C00300C8C18E = {
|
81
|
81
|
isa = PBXGroup;
|
82
|
82
|
children = (
|
83
|
|
- 0BCA49681EC4BBE500B793EE /* Resources */,
|
84
|
|
- 0BD906E71EC0C00300C8C18E /* sdk */,
|
85
|
|
- 0BD906E61EC0C00300C8C18E /* Products */,
|
86
|
|
- C2471A7E156487CC2009E5E0 /* Pods */,
|
87
|
83
|
9C3C6FA2341729836589B856 /* Frameworks */,
|
|
84
|
+ C5E72ADFC30ED96F9B35F076 /* Pods */,
|
|
85
|
+ 0BD906E61EC0C00300C8C18E /* Products */,
|
|
86
|
+ 0BCA49681EC4BBE500B793EE /* Resources */,
|
|
87
|
+ 0BD906E71EC0C00300C8C18E /* src */,
|
88
|
88
|
);
|
89
|
89
|
sourceTree = "<group>";
|
90
|
90
|
};
|
|
@@ -96,21 +96,21 @@
|
96
|
96
|
name = Products;
|
97
|
97
|
sourceTree = "<group>";
|
98
|
98
|
};
|
99
|
|
- 0BD906E71EC0C00300C8C18E /* sdk */ = {
|
|
99
|
+ 0BD906E71EC0C00300C8C18E /* src */ = {
|
100
|
100
|
isa = PBXGroup;
|
101
|
101
|
children = (
|
102
|
|
- 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */,
|
103
|
102
|
0BCA495C1EC4B6C600B793EE /* AudioMode.m */,
|
104
|
|
- 0BCA495D1EC4B6C600B793EE /* POSIX.m */,
|
105
|
|
- 0BCA495E1EC4B6C600B793EE /* Proximity.m */,
|
106
|
103
|
0BD906E91EC0C00300C8C18E /* Info.plist */,
|
107
|
|
- 0B93EF7C1EC9DDCD0030D24D /* JitsiRCTBridgeWrapper.h */,
|
108
|
|
- 0B93EF7D1EC9DDCD0030D24D /* JitsiRTCBridgeWrapper.m */,
|
109
|
|
- 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */,
|
|
104
|
+ 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */,
|
110
|
105
|
0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */,
|
111
|
106
|
0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */,
|
|
107
|
+ 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */,
|
|
108
|
+ 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */,
|
|
109
|
+ 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */,
|
|
110
|
+ 0BCA495D1EC4B6C600B793EE /* POSIX.m */,
|
|
111
|
+ 0BCA495E1EC4B6C600B793EE /* Proximity.m */,
|
112
|
112
|
);
|
113
|
|
- path = sdk;
|
|
113
|
+ path = src;
|
114
|
114
|
sourceTree = "<group>";
|
115
|
115
|
};
|
116
|
116
|
9C3C6FA2341729836589B856 /* Frameworks */ = {
|
|
@@ -118,16 +118,16 @@
|
118
|
118
|
children = (
|
119
|
119
|
0B93EF7A1EC608550030D24D /* CoreText.framework */,
|
120
|
120
|
0BCA49631EC4B76D00B793EE /* WebRTC.framework */,
|
121
|
|
- F102AB2F4BCDCF220A512816 /* libPods-JitsiMeet.a */,
|
|
121
|
+ 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */,
|
122
|
122
|
);
|
123
|
123
|
name = Frameworks;
|
124
|
124
|
sourceTree = "<group>";
|
125
|
125
|
};
|
126
|
|
- C2471A7E156487CC2009E5E0 /* Pods */ = {
|
|
126
|
+ C5E72ADFC30ED96F9B35F076 /* Pods */ = {
|
127
|
127
|
isa = PBXGroup;
|
128
|
128
|
children = (
|
129
|
|
- 062651321278D27A9BAEFAD4 /* Pods-JitsiMeet.debug.xcconfig */,
|
130
|
|
- E358F7AEFCB4033712107DF5 /* Pods-JitsiMeet.release.xcconfig */,
|
|
129
|
+ 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */,
|
|
130
|
+ 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */,
|
131
|
131
|
);
|
132
|
132
|
name = Pods;
|
133
|
133
|
sourceTree = "<group>";
|
|
@@ -140,7 +140,7 @@
|
140
|
140
|
buildActionMask = 2147483647;
|
141
|
141
|
files = (
|
142
|
142
|
0B412F181EDEC65D00B1A0A6 /* JitsiMeetView.h in Headers */,
|
143
|
|
- 0B93EF7E1EC9DDCD0030D24D /* JitsiRCTBridgeWrapper.h in Headers */,
|
|
143
|
+ 0B93EF7E1EC9DDCD0030D24D /* RCTBridgeWrapper.h in Headers */,
|
144
|
144
|
0B412F221EDEF6EA00B1A0A6 /* JitsiMeetViewDelegate.h in Headers */,
|
145
|
145
|
0BD906EA1EC0C00300C8C18E /* JitsiMeet.h in Headers */,
|
146
|
146
|
);
|
|
@@ -153,14 +153,14 @@
|
153
|
153
|
isa = PBXNativeTarget;
|
154
|
154
|
buildConfigurationList = 0BD906ED1EC0C00300C8C18E /* Build configuration list for PBXNativeTarget "JitsiMeet" */;
|
155
|
155
|
buildPhases = (
|
156
|
|
- 8203CAE533C18CEC8284C979 /* [CP] Check Pods Manifest.lock */,
|
|
156
|
+ 26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */,
|
157
|
157
|
0BD906E01EC0C00300C8C18E /* Sources */,
|
158
|
158
|
0BD906E11EC0C00300C8C18E /* Frameworks */,
|
159
|
159
|
0BD906E21EC0C00300C8C18E /* Headers */,
|
160
|
160
|
0BD906E31EC0C00300C8C18E /* Resources */,
|
161
|
|
- 512A060342EDB080C9BBD5BA /* [CP] Copy Pods Resources */,
|
162
|
161
|
0BCA49621EC4B74500B793EE /* Copy embedded WebRTC framework */,
|
163
|
162
|
0BCA49651EC4B77500B793EE /* Package React bundle */,
|
|
163
|
+ C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */,
|
164
|
164
|
);
|
165
|
165
|
buildRules = (
|
166
|
166
|
);
|
|
@@ -187,7 +187,7 @@
|
187
|
187
|
};
|
188
|
188
|
};
|
189
|
189
|
};
|
190
|
|
- buildConfigurationList = 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "Jitsi Meet SDK" */;
|
|
190
|
+ buildConfigurationList = 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "sdk" */;
|
191
|
191
|
compatibilityVersion = "Xcode 3.2";
|
192
|
192
|
developmentRegion = English;
|
193
|
193
|
hasScannedForEncodings = 0;
|
|
@@ -228,36 +228,36 @@
|
228
|
228
|
);
|
229
|
229
|
runOnlyForDeploymentPostprocessing = 0;
|
230
|
230
|
shellPath = /bin/sh;
|
231
|
|
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
|
|
231
|
+ shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/packager/react-native-xcode.sh";
|
232
|
232
|
};
|
233
|
|
- 512A060342EDB080C9BBD5BA /* [CP] Copy Pods Resources */ = {
|
|
233
|
+ 26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
|
234
|
234
|
isa = PBXShellScriptBuildPhase;
|
235
|
235
|
buildActionMask = 2147483647;
|
236
|
236
|
files = (
|
237
|
237
|
);
|
238
|
238
|
inputPaths = (
|
239
|
239
|
);
|
240
|
|
- name = "[CP] Copy Pods Resources";
|
|
240
|
+ name = "[CP] Check Pods Manifest.lock";
|
241
|
241
|
outputPaths = (
|
242
|
242
|
);
|
243
|
243
|
runOnlyForDeploymentPostprocessing = 0;
|
244
|
244
|
shellPath = /bin/sh;
|
245
|
|
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet-resources.sh\"\n";
|
|
245
|
+ 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";
|
246
|
246
|
showEnvVarsInLog = 0;
|
247
|
247
|
};
|
248
|
|
- 8203CAE533C18CEC8284C979 /* [CP] Check Pods Manifest.lock */ = {
|
|
248
|
+ C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */ = {
|
249
|
249
|
isa = PBXShellScriptBuildPhase;
|
250
|
250
|
buildActionMask = 2147483647;
|
251
|
251
|
files = (
|
252
|
252
|
);
|
253
|
253
|
inputPaths = (
|
254
|
254
|
);
|
255
|
|
- name = "[CP] Check Pods Manifest.lock";
|
|
255
|
+ name = "[CP] Copy Pods Resources";
|
256
|
256
|
outputPaths = (
|
257
|
257
|
);
|
258
|
258
|
runOnlyForDeploymentPostprocessing = 0;
|
259
|
259
|
shellPath = /bin/sh;
|
260
|
|
- 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";
|
|
260
|
+ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet-resources.sh\"\n";
|
261
|
261
|
showEnvVarsInLog = 0;
|
262
|
262
|
};
|
263
|
263
|
/* End PBXShellScriptBuildPhase section */
|
|
@@ -267,7 +267,7 @@
|
267
|
267
|
isa = PBXSourcesBuildPhase;
|
268
|
268
|
buildActionMask = 2147483647;
|
269
|
269
|
files = (
|
270
|
|
- 0B93EF7F1EC9DDCD0030D24D /* JitsiRTCBridgeWrapper.m in Sources */,
|
|
270
|
+ 0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */,
|
271
|
271
|
0BCA49601EC4B6C600B793EE /* POSIX.m in Sources */,
|
272
|
272
|
0BCA495F1EC4B6C600B793EE /* AudioMode.m in Sources */,
|
273
|
273
|
0BCA49611EC4B6C600B793EE /* Proximity.m in Sources */,
|
|
@@ -380,7 +380,7 @@
|
380
|
380
|
};
|
381
|
381
|
0BD906EE1EC0C00300C8C18E /* Debug */ = {
|
382
|
382
|
isa = XCBuildConfiguration;
|
383
|
|
- baseConfigurationReference = 062651321278D27A9BAEFAD4 /* Pods-JitsiMeet.debug.xcconfig */;
|
|
383
|
+ baseConfigurationReference = 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */;
|
384
|
384
|
buildSettings = {
|
385
|
385
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
386
|
386
|
DEFINES_MODULE = YES;
|
|
@@ -389,10 +389,10 @@
|
389
|
389
|
DYLIB_CURRENT_VERSION = 1;
|
390
|
390
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
391
|
391
|
ENABLE_BITCODE = NO;
|
392
|
|
- INFOPLIST_FILE = sdk/Info.plist;
|
|
392
|
+ INFOPLIST_FILE = src/Info.plist;
|
393
|
393
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
394
|
394
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
395
|
|
- PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiKit;
|
|
395
|
+ PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeetSDK.ios;
|
396
|
396
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
397
|
397
|
SKIP_INSTALL = YES;
|
398
|
398
|
};
|
|
@@ -400,7 +400,7 @@
|
400
|
400
|
};
|
401
|
401
|
0BD906EF1EC0C00300C8C18E /* Release */ = {
|
402
|
402
|
isa = XCBuildConfiguration;
|
403
|
|
- baseConfigurationReference = E358F7AEFCB4033712107DF5 /* Pods-JitsiMeet.release.xcconfig */;
|
|
403
|
+ baseConfigurationReference = 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */;
|
404
|
404
|
buildSettings = {
|
405
|
405
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
406
|
406
|
DEFINES_MODULE = YES;
|
|
@@ -409,10 +409,10 @@
|
409
|
409
|
DYLIB_CURRENT_VERSION = 1;
|
410
|
410
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
411
|
411
|
ENABLE_BITCODE = NO;
|
412
|
|
- INFOPLIST_FILE = sdk/Info.plist;
|
|
412
|
+ INFOPLIST_FILE = src/Info.plist;
|
413
|
413
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
414
|
414
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
415
|
|
- PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiKit;
|
|
415
|
+ PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeetSDK.ios;
|
416
|
416
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
417
|
417
|
SKIP_INSTALL = YES;
|
418
|
418
|
};
|
|
@@ -421,7 +421,7 @@
|
421
|
421
|
/* End XCBuildConfiguration section */
|
422
|
422
|
|
423
|
423
|
/* Begin XCConfigurationList section */
|
424
|
|
- 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "Jitsi Meet SDK" */ = {
|
|
424
|
+ 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "sdk" */ = {
|
425
|
425
|
isa = XCConfigurationList;
|
426
|
426
|
buildConfigurations = (
|
427
|
427
|
0BD906EB1EC0C00300C8C18E /* Debug */,
|