Skip to content

Commit 3e737da

Browse files
committed
移除权限模块
1 parent b239a84 commit 3e737da

File tree

2 files changed

+0
-74
lines changed

2 files changed

+0
-74
lines changed

ios/RNNeteaseIm/RNNeteaseIm.xcodeproj/project.pbxproj

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
4E27A5CB1ED5417100543BFC /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E27A5CA1ED5417100543BFC /* RNNotificationCenter.m */; };
1111
4E354E871ECBE72700CD6587 /* NIMObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E354E861ECBE72700CD6587 /* NIMObject.m */; };
1212
4E354EC01ECC2E3400CD6587 /* NSDictionary+NTESJson.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E354EBF1ECC2E3400CD6587 /* NSDictionary+NTESJson.m */; };
13-
4E3900BE1F1DF57100E1C860 /* RCTConvert+RNPStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900BB1F1DF57100E1C860 /* RCTConvert+RNPStatus.m */; };
14-
4E3900BF1F1DF57100E1C860 /* ReactNativePermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900BD1F1DF57100E1C860 /* ReactNativePermissions.m */; };
15-
4E3900FA1F1DF62A00E1C860 /* RNPAudioVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900E91F1DF62A00E1C860 /* RNPAudioVideo.m */; };
16-
4E3900FB1F1DF62A00E1C860 /* RNPBackgroundRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900EB1F1DF62A00E1C860 /* RNPBackgroundRefresh.m */; };
17-
4E3900FC1F1DF62A00E1C860 /* RNPBluetooth.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900ED1F1DF62A00E1C860 /* RNPBluetooth.m */; };
18-
4E3900FD1F1DF62A00E1C860 /* RNPContacts.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900EF1F1DF62A00E1C860 /* RNPContacts.m */; };
19-
4E3900FE1F1DF62A00E1C860 /* RNPEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900F11F1DF62A00E1C860 /* RNPEvent.m */; };
20-
4E3900FF1F1DF62A00E1C860 /* RNPLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900F31F1DF62A00E1C860 /* RNPLocation.m */; };
21-
4E3901001F1DF62A00E1C860 /* RNPNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900F51F1DF62A00E1C860 /* RNPNotification.m */; };
22-
4E3901011F1DF62A00E1C860 /* RNPPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900F71F1DF62A00E1C860 /* RNPPhoto.m */; };
23-
4E3901021F1DF62A00E1C860 /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3900F91F1DF62A00E1C860 /* RNPSpeechRecognition.m */; };
2413
4E3DD02E1EF384A900012CB7 /* DWCustomAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3DD02B1EF384A900012CB7 /* DWCustomAttachment.m */; };
2514
4E3DD02F1EF384A900012CB7 /* DWCustomAttachmentDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3DD02D1EF384A900012CB7 /* DWCustomAttachmentDecoder.m */; };
2615
4E5B47781EC1793600D74E72 /* RNNeteaseIm.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E5B47771EC1793600D74E72 /* RNNeteaseIm.m */; };
@@ -70,28 +59,6 @@
7059
4E354E861ECBE72700CD6587 /* NIMObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NIMObject.m; sourceTree = "<group>"; };
7160
4E354EBE1ECC2E3400CD6587 /* NSDictionary+NTESJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+NTESJson.h"; sourceTree = "<group>"; };
7261
4E354EBF1ECC2E3400CD6587 /* NSDictionary+NTESJson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+NTESJson.m"; sourceTree = "<group>"; };
73-
4E3900BA1F1DF57100E1C860 /* RCTConvert+RNPStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNPStatus.h"; sourceTree = "<group>"; };
74-
4E3900BB1F1DF57100E1C860 /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNPStatus.m"; sourceTree = "<group>"; };
75-
4E3900BC1F1DF57100E1C860 /* ReactNativePermissions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = "<group>"; };
76-
4E3900BD1F1DF57100E1C860 /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativePermissions.m; sourceTree = "<group>"; };
77-
4E3900E81F1DF62A00E1C860 /* RNPAudioVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPAudioVideo.h; sourceTree = "<group>"; };
78-
4E3900E91F1DF62A00E1C860 /* RNPAudioVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPAudioVideo.m; sourceTree = "<group>"; };
79-
4E3900EA1F1DF62A00E1C860 /* RNPBackgroundRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPBackgroundRefresh.h; sourceTree = "<group>"; };
80-
4E3900EB1F1DF62A00E1C860 /* RNPBackgroundRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPBackgroundRefresh.m; sourceTree = "<group>"; };
81-
4E3900EC1F1DF62A00E1C860 /* RNPBluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPBluetooth.h; sourceTree = "<group>"; };
82-
4E3900ED1F1DF62A00E1C860 /* RNPBluetooth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPBluetooth.m; sourceTree = "<group>"; };
83-
4E3900EE1F1DF62A00E1C860 /* RNPContacts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPContacts.h; sourceTree = "<group>"; };
84-
4E3900EF1F1DF62A00E1C860 /* RNPContacts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPContacts.m; sourceTree = "<group>"; };
85-
4E3900F01F1DF62A00E1C860 /* RNPEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPEvent.h; sourceTree = "<group>"; };
86-
4E3900F11F1DF62A00E1C860 /* RNPEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPEvent.m; sourceTree = "<group>"; };
87-
4E3900F21F1DF62A00E1C860 /* RNPLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPLocation.h; sourceTree = "<group>"; };
88-
4E3900F31F1DF62A00E1C860 /* RNPLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPLocation.m; sourceTree = "<group>"; };
89-
4E3900F41F1DF62A00E1C860 /* RNPNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPNotification.h; sourceTree = "<group>"; };
90-
4E3900F51F1DF62A00E1C860 /* RNPNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPNotification.m; sourceTree = "<group>"; };
91-
4E3900F61F1DF62A00E1C860 /* RNPPhoto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPPhoto.h; sourceTree = "<group>"; };
92-
4E3900F71F1DF62A00E1C860 /* RNPPhoto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPPhoto.m; sourceTree = "<group>"; };
93-
4E3900F81F1DF62A00E1C860 /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPSpeechRecognition.h; sourceTree = "<group>"; };
94-
4E3900F91F1DF62A00E1C860 /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPSpeechRecognition.m; sourceTree = "<group>"; };
9562
4E3DD02A1EF384A900012CB7 /* DWCustomAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DWCustomAttachment.h; sourceTree = "<group>"; };
9663
4E3DD02B1EF384A900012CB7 /* DWCustomAttachment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DWCustomAttachment.m; sourceTree = "<group>"; };
9764
4E3DD02C1EF384A900012CB7 /* DWCustomAttachmentDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DWCustomAttachmentDecoder.h; sourceTree = "<group>"; };
@@ -165,31 +132,6 @@
165132
/* End PBXFrameworksBuildPhase section */
166133

167134
/* Begin PBXGroup section */
168-
4E3900E71F1DF62A00E1C860 /* Permissions */ = {
169-
isa = PBXGroup;
170-
children = (
171-
4E3900E81F1DF62A00E1C860 /* RNPAudioVideo.h */,
172-
4E3900E91F1DF62A00E1C860 /* RNPAudioVideo.m */,
173-
4E3900EA1F1DF62A00E1C860 /* RNPBackgroundRefresh.h */,
174-
4E3900EB1F1DF62A00E1C860 /* RNPBackgroundRefresh.m */,
175-
4E3900EC1F1DF62A00E1C860 /* RNPBluetooth.h */,
176-
4E3900ED1F1DF62A00E1C860 /* RNPBluetooth.m */,
177-
4E3900EE1F1DF62A00E1C860 /* RNPContacts.h */,
178-
4E3900EF1F1DF62A00E1C860 /* RNPContacts.m */,
179-
4E3900F01F1DF62A00E1C860 /* RNPEvent.h */,
180-
4E3900F11F1DF62A00E1C860 /* RNPEvent.m */,
181-
4E3900F21F1DF62A00E1C860 /* RNPLocation.h */,
182-
4E3900F31F1DF62A00E1C860 /* RNPLocation.m */,
183-
4E3900F41F1DF62A00E1C860 /* RNPNotification.h */,
184-
4E3900F51F1DF62A00E1C860 /* RNPNotification.m */,
185-
4E3900F61F1DF62A00E1C860 /* RNPPhoto.h */,
186-
4E3900F71F1DF62A00E1C860 /* RNPPhoto.m */,
187-
4E3900F81F1DF62A00E1C860 /* RNPSpeechRecognition.h */,
188-
4E3900F91F1DF62A00E1C860 /* RNPSpeechRecognition.m */,
189-
);
190-
path = Permissions;
191-
sourceTree = "<group>";
192-
};
193135
4E5B47381EC1788F00D74E72 = {
194136
isa = PBXGroup;
195137
children = (
@@ -209,11 +151,6 @@
209151
4E5B47431EC1788F00D74E72 /* RNNeteaseIm */ = {
210152
isa = PBXGroup;
211153
children = (
212-
4E3900E71F1DF62A00E1C860 /* Permissions */,
213-
4E3900BA1F1DF57100E1C860 /* RCTConvert+RNPStatus.h */,
214-
4E3900BB1F1DF57100E1C860 /* RCTConvert+RNPStatus.m */,
215-
4E3900BC1F1DF57100E1C860 /* ReactNativePermissions.h */,
216-
4E3900BD1F1DF57100E1C860 /* ReactNativePermissions.m */,
217154
4E3DD02A1EF384A900012CB7 /* DWCustomAttachment.h */,
218155
4E3DD02B1EF384A900012CB7 /* DWCustomAttachment.m */,
219156
4E3DD02C1EF384A900012CB7 /* DWCustomAttachmentDecoder.h */,
@@ -367,7 +304,6 @@
367304
4E5B47D01EC17A0D00D74E72 /* NTESSpellingCenter.m in Sources */,
368305
4E5B49B71EC1AE5600D74E72 /* NIMKitUtil.m in Sources */,
369306
4E3DD02E1EF384A900012CB7 /* DWCustomAttachment.m in Sources */,
370-
4E3900FD1F1DF62A00E1C860 /* RNPContacts.m in Sources */,
371307
4E27A5CB1ED5417100543BFC /* RNNotificationCenter.m in Sources */,
372308
4E5B47C91EC17A0D00D74E72 /* TeamViewController.m in Sources */,
373309
4E5B49D11EC1B34B00D74E72 /* NIMKit.m in Sources */,
@@ -383,29 +319,19 @@
383319
4EC4FCCF1ECA9BDB00F3DA5E /* NSString+NIMKit.m in Sources */,
384320
4E5B47CF1EC17A0D00D74E72 /* NTESPinyinConverter.m in Sources */,
385321
4E354E871ECBE72700CD6587 /* NIMObject.m in Sources */,
386-
4E3900FF1F1DF62A00E1C860 /* RNPLocation.m in Sources */,
387322
4E9C78B91ECE88ED00037A6C /* NTESSDKConfigDelegate.m in Sources */,
388-
4E3900BF1F1DF57100E1C860 /* ReactNativePermissions.m in Sources */,
389323
4EC4FCD21ECA9C6C00F3DA5E /* NIMKitLocationPoint.m in Sources */,
390324
4E5B49B41EC1AE0600D74E72 /* NIMKitInfo.m in Sources */,
391325
4E5B49D51EC1BA0900D74E72 /* NIMKitDataProviderImpl.m in Sources */,
392326
4E5B47CD1EC17A0D00D74E72 /* NTESBundleSetting.m in Sources */,
393-
4E3901011F1DF62A00E1C860 /* RNPPhoto.m in Sources */,
394327
4EC4FCCC1ECA9BBC00F3DA5E /* NIMMessageMaker.m in Sources */,
395-
4E3901021F1DF62A00E1C860 /* RNPSpeechRecognition.m in Sources */,
396-
4E3901001F1DF62A00E1C860 /* RNPNotification.m in Sources */,
397328
4E5B47C41EC17A0D00D74E72 /* ContactViewController.m in Sources */,
398329
4E5B49CE1EC1B0A700D74E72 /* NIMKitInfoFetchOption.m in Sources */,
399-
4E3900BE1F1DF57100E1C860 /* RCTConvert+RNPStatus.m in Sources */,
400330
4E5B47CC1EC17A0D00D74E72 /* NTESGroupedDataCollection.m in Sources */,
401-
4E3900FA1F1DF62A00E1C860 /* RNPAudioVideo.m in Sources */,
402331
4E5B47C81EC17A0D00D74E72 /* NoticeViewController.m in Sources */,
403332
4E5B47CB1EC17A0D00D74E72 /* NTESGroupedContacts.m in Sources */,
404-
4E3900FE1F1DF62A00E1C860 /* RNPEvent.m in Sources */,
405333
4E5B47C71EC17A0D00D74E72 /* NIMViewController.m in Sources */,
406334
4E6BA8E91EC2D21500630D77 /* NIMKitNotificationFirer.m in Sources */,
407-
4E3900FB1F1DF62A00E1C860 /* RNPBackgroundRefresh.m in Sources */,
408-
4E3900FC1F1DF62A00E1C860 /* RNPBluetooth.m in Sources */,
409335
);
410336
runOnlyForDeploymentPostprocessing = 0;
411337
};

0 commit comments

Comments
 (0)