|
@@ -14,6 +14,8 @@
|
14
|
14
|
0B93EF7E1EC9DDCD0030D24D /* RCTBridgeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */; };
|
15
|
15
|
0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */; };
|
16
|
16
|
0BA13D311EE83FF8007BEF7F /* ExternalAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA13D301EE83FF8007BEF7F /* ExternalAPI.m */; };
|
|
17
|
+ 0BB9AD771F5EC6CE001C08DB /* CallKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BB9AD761F5EC6CE001C08DB /* CallKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
|
18
|
+ 0BB9AD791F5EC6D7001C08DB /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BB9AD781F5EC6D7001C08DB /* Intents.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
17
|
19
|
0BB9AD7B1F5EC8F4001C08DB /* CallKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB9AD7A1F5EC8F4001C08DB /* CallKit.m */; };
|
18
|
20
|
0BB9AD7D1F60356D001C08DB /* AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB9AD7C1F60356D001C08DB /* AppInfo.m */; };
|
19
|
21
|
0BC4B8691F8C03A700CE8B21 /* CallKitIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BC4B8681F8C01E100CE8B21 /* CallKitIcon.png */; };
|
|
@@ -34,6 +36,8 @@
|
34
|
36
|
0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBridgeWrapper.h; sourceTree = "<group>"; };
|
35
|
37
|
0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeWrapper.m; sourceTree = "<group>"; };
|
36
|
38
|
0BA13D301EE83FF8007BEF7F /* ExternalAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExternalAPI.m; sourceTree = "<group>"; };
|
|
39
|
+ 0BB9AD761F5EC6CE001C08DB /* CallKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CallKit.framework; path = System/Library/Frameworks/CallKit.framework; sourceTree = SDKROOT; };
|
|
40
|
+ 0BB9AD781F5EC6D7001C08DB /* Intents.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Intents.framework; path = System/Library/Frameworks/Intents.framework; sourceTree = SDKROOT; };
|
37
|
41
|
0BB9AD7A1F5EC8F4001C08DB /* CallKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallKit.m; sourceTree = "<group>"; };
|
38
|
42
|
0BB9AD7C1F60356D001C08DB /* AppInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppInfo.m; sourceTree = "<group>"; };
|
39
|
43
|
0BC4B8681F8C01E100CE8B21 /* CallKitIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CallKitIcon.png; path = ../../react/features/mobile/callkit/CallKitIcon.png; sourceTree = "<group>"; };
|
|
@@ -54,6 +58,8 @@
|
54
|
58
|
isa = PBXFrameworksBuildPhase;
|
55
|
59
|
buildActionMask = 2147483647;
|
56
|
60
|
files = (
|
|
61
|
+ 0BB9AD791F5EC6D7001C08DB /* Intents.framework in Frameworks */,
|
|
62
|
+ 0BB9AD771F5EC6CE001C08DB /* CallKit.framework in Frameworks */,
|
57
|
63
|
0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */,
|
58
|
64
|
0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */,
|
59
|
65
|
);
|
|
@@ -113,6 +119,8 @@
|
113
|
119
|
9C3C6FA2341729836589B856 /* Frameworks */ = {
|
114
|
120
|
isa = PBXGroup;
|
115
|
121
|
children = (
|
|
122
|
+ 0BB9AD781F5EC6D7001C08DB /* Intents.framework */,
|
|
123
|
+ 0BB9AD761F5EC6CE001C08DB /* CallKit.framework */,
|
116
|
124
|
0B93EF7A1EC608550030D24D /* CoreText.framework */,
|
117
|
125
|
0BCA49631EC4B76D00B793EE /* WebRTC.framework */,
|
118
|
126
|
03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */,
|