瀏覽代碼

[RN] Remove unnecessary source code

j8
Lyubo Marinov 7 年之前
父節點
當前提交
a3441030a3
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0
    8
      ios/sdk/sdk.xcodeproj/project.pbxproj

+ 0
- 8
ios/sdk/sdk.xcodeproj/project.pbxproj 查看文件

@@ -14,8 +14,6 @@
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, ); }; };
19 17
 		0BB9AD7B1F5EC8F4001C08DB /* CallKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB9AD7A1F5EC8F4001C08DB /* CallKit.m */; };
20 18
 		0BB9AD7D1F60356D001C08DB /* AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB9AD7C1F60356D001C08DB /* AppInfo.m */; };
21 19
 		0BCA495F1EC4B6C600B793EE /* AudioMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495C1EC4B6C600B793EE /* AudioMode.m */; };
@@ -35,8 +33,6 @@
35 33
 		0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBridgeWrapper.h; sourceTree = "<group>"; };
36 34
 		0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeWrapper.m; sourceTree = "<group>"; };
37 35
 		0BA13D301EE83FF8007BEF7F /* ExternalAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExternalAPI.m; sourceTree = "<group>"; };
38
-		0BB9AD761F5EC6CE001C08DB /* CallKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CallKit.framework; path = System/Library/Frameworks/CallKit.framework; sourceTree = SDKROOT; };
39
-		0BB9AD781F5EC6D7001C08DB /* Intents.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Intents.framework; path = System/Library/Frameworks/Intents.framework; sourceTree = SDKROOT; };
40 36
 		0BB9AD7A1F5EC8F4001C08DB /* CallKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallKit.m; sourceTree = "<group>"; };
41 37
 		0BB9AD7C1F60356D001C08DB /* AppInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppInfo.m; sourceTree = "<group>"; };
42 38
 		0BCA495C1EC4B6C600B793EE /* AudioMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioMode.m; sourceTree = "<group>"; };
@@ -56,8 +52,6 @@
56 52
 			isa = PBXFrameworksBuildPhase;
57 53
 			buildActionMask = 2147483647;
58 54
 			files = (
59
-				0BB9AD791F5EC6D7001C08DB /* Intents.framework in Frameworks */,
60
-				0BB9AD771F5EC6CE001C08DB /* CallKit.framework in Frameworks */,
61 55
 				0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */,
62 56
 				0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */,
63 57
 			);
@@ -116,8 +110,6 @@
116 110
 		9C3C6FA2341729836589B856 /* Frameworks */ = {
117 111
 			isa = PBXGroup;
118 112
 			children = (
119
-				0BB9AD781F5EC6D7001C08DB /* Intents.framework */,
120
-				0BB9AD761F5EC6CE001C08DB /* CallKit.framework */,
121 113
 				0B93EF7A1EC608550030D24D /* CoreText.framework */,
122 114
 				0BCA49631EC4B76D00B793EE /* WebRTC.framework */,
123 115
 				03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */,

Loading…
取消
儲存