Skip to content

Commit a1849ee

Browse files
committed
Move all iOS related code to a subfolder
1 parent e3b4d85 commit a1849ee

24 files changed

+92
-100
lines changed

example/ios/Example.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
3636
2DCD954D1E0B4F2C00145EB5 /* ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleTests.m */; };
3737
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
38-
661E35741FD3114100C328EA /* libReactNativePermissions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 661E35731FD3113500C328EA /* libReactNativePermissions.a */; };
38+
66AE23241FE44648000AEC3F /* libReactNativePermissions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 66AE23231FE44628000AEC3F /* libReactNativePermissions.a */; };
3939
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
4040
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
4141
/* End PBXBuildFile section */
@@ -258,9 +258,9 @@
258258
remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04;
259259
remoteInfo = "privatedata-tvOS";
260260
};
261-
661E35721FD3113500C328EA /* PBXContainerItemProxy */ = {
261+
66AE23221FE44628000AEC3F /* PBXContainerItemProxy */ = {
262262
isa = PBXContainerItemProxy;
263-
containerPortal = A04BD34DF4564A4A8E4497EC /* ReactNativePermissions.xcodeproj */;
263+
containerPortal = 14B7951690F04106A4A8E60E /* ReactNativePermissions.xcodeproj */;
264264
proxyType = 2;
265265
remoteGlobalIDString = 9D23B34F1C767B80008B4819;
266266
remoteInfo = ReactNativePermissions;
@@ -329,12 +329,12 @@
329329
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = "<group>"; };
330330
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; };
331331
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
332+
14B7951690F04106A4A8E60E /* ReactNativePermissions.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = ReactNativePermissions.xcodeproj; path = "../node_modules/react-native-permissions/ios/ReactNativePermissions.xcodeproj"; sourceTree = "<group>"; };
332333
2D02E47B1E0B4A5D006451C7 /* Example-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
333334
2D02E4901E0B4A5D006451C7 /* Example-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
334335
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
335336
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
336337
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
337-
A04BD34DF4564A4A8E4497EC /* ReactNativePermissions.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = ReactNativePermissions.xcodeproj; path = "../node_modules/react-native-permissions/ReactNativePermissions.xcodeproj"; sourceTree = "<group>"; };
338338
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
339339
/* End PBXFileReference section */
340340

@@ -364,7 +364,7 @@
364364
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
365365
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
366366
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
367-
661E35741FD3114100C328EA /* libReactNativePermissions.a in Frameworks */,
367+
66AE23241FE44648000AEC3F /* libReactNativePermissions.a in Frameworks */,
368368
);
369369
runOnlyForDeploymentPostprocessing = 0;
370370
};
@@ -516,10 +516,10 @@
516516
name = Products;
517517
sourceTree = "<group>";
518518
};
519-
661E356F1FD3113500C328EA /* Products */ = {
519+
66AE22FC1FE44628000AEC3F /* Products */ = {
520520
isa = PBXGroup;
521521
children = (
522-
661E35731FD3113500C328EA /* libReactNativePermissions.a */,
522+
66AE23231FE44628000AEC3F /* libReactNativePermissions.a */,
523523
);
524524
name = Products;
525525
sourceTree = "<group>";
@@ -555,7 +555,7 @@
555555
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
556556
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
557557
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
558-
A04BD34DF4564A4A8E4497EC /* ReactNativePermissions.xcodeproj */,
558+
14B7951690F04106A4A8E60E /* ReactNativePermissions.xcodeproj */,
559559
);
560560
name = Libraries;
561561
sourceTree = "<group>";
@@ -772,8 +772,8 @@
772772
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
773773
},
774774
{
775-
ProductGroup = 661E356F1FD3113500C328EA /* Products */;
776-
ProjectRef = A04BD34DF4564A4A8E4497EC /* ReactNativePermissions.xcodeproj */;
775+
ProductGroup = 66AE22FC1FE44628000AEC3F /* Products */;
776+
ProjectRef = 14B7951690F04106A4A8E60E /* ReactNativePermissions.xcodeproj */;
777777
},
778778
);
779779
projectRoot = "";
@@ -990,11 +990,11 @@
990990
remoteRef = 661E353D1FD3107F00C328EA /* PBXContainerItemProxy */;
991991
sourceTree = BUILT_PRODUCTS_DIR;
992992
};
993-
661E35731FD3113500C328EA /* libReactNativePermissions.a */ = {
993+
66AE23231FE44628000AEC3F /* libReactNativePermissions.a */ = {
994994
isa = PBXReferenceProxy;
995995
fileType = archive.ar;
996996
path = libReactNativePermissions.a;
997-
remoteRef = 661E35721FD3113500C328EA /* PBXContainerItemProxy */;
997+
remoteRef = 66AE23221FE44628000AEC3F /* PBXContainerItemProxy */;
998998
sourceTree = BUILT_PRODUCTS_DIR;
999999
};
10001000
66F16BEE1FC608A800E71FEB /* libRCTBlob-tvOS.a */ = {
@@ -1181,14 +1181,14 @@
11811181
HEADER_SEARCH_PATHS = (
11821182
"$(inherited)",
11831183
"$(SRCROOT)/../node_modules/react-native-permissions",
1184+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
11841185
);
11851186
INFOPLIST_FILE = ExampleTests/Info.plist;
11861187
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
11871188
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11881189
LIBRARY_SEARCH_PATHS = (
11891190
"$(inherited)",
11901191
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1191-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
11921192
);
11931193
OTHER_LDFLAGS = (
11941194
"-ObjC",
@@ -1208,14 +1208,14 @@
12081208
HEADER_SEARCH_PATHS = (
12091209
"$(inherited)",
12101210
"$(SRCROOT)/../node_modules/react-native-permissions",
1211+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
12111212
);
12121213
INFOPLIST_FILE = ExampleTests/Info.plist;
12131214
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
12141215
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12151216
LIBRARY_SEARCH_PATHS = (
12161217
"$(inherited)",
12171218
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1218-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
12191219
);
12201220
OTHER_LDFLAGS = (
12211221
"-ObjC",
@@ -1236,6 +1236,7 @@
12361236
HEADER_SEARCH_PATHS = (
12371237
"$(inherited)",
12381238
"$(SRCROOT)/../node_modules/react-native-permissions",
1239+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
12391240
);
12401241
INFOPLIST_FILE = Example/Info.plist;
12411242
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1259,6 +1260,7 @@
12591260
HEADER_SEARCH_PATHS = (
12601261
"$(inherited)",
12611262
"$(SRCROOT)/../node_modules/react-native-permissions",
1263+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
12621264
);
12631265
INFOPLIST_FILE = Example/Info.plist;
12641266
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1288,13 +1290,13 @@
12881290
HEADER_SEARCH_PATHS = (
12891291
"$(inherited)",
12901292
"$(SRCROOT)/../node_modules/react-native-permissions",
1293+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
12911294
);
12921295
INFOPLIST_FILE = "Example-tvOS/Info.plist";
12931296
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12941297
LIBRARY_SEARCH_PATHS = (
12951298
"$(inherited)",
12961299
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1297-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
12981300
);
12991301
OTHER_LDFLAGS = (
13001302
"-ObjC",
@@ -1323,13 +1325,13 @@
13231325
HEADER_SEARCH_PATHS = (
13241326
"$(inherited)",
13251327
"$(SRCROOT)/../node_modules/react-native-permissions",
1328+
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
13261329
);
13271330
INFOPLIST_FILE = "Example-tvOS/Info.plist";
13281331
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13291332
LIBRARY_SEARCH_PATHS = (
13301333
"$(inherited)",
13311334
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1332-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13331335
);
13341336
OTHER_LDFLAGS = (
13351337
"-ObjC",
@@ -1359,7 +1361,6 @@
13591361
LIBRARY_SEARCH_PATHS = (
13601362
"$(inherited)",
13611363
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1362-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13631364
);
13641365
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOSTests";
13651366
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1385,7 +1386,6 @@
13851386
LIBRARY_SEARCH_PATHS = (
13861387
"$(inherited)",
13871388
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1388-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13891389
);
13901390
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOSTests";
13911391
PRODUCT_NAME = "$(TARGET_NAME)";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)