Skip to content

Commit f5ca368

Browse files
author
spoeck
committed
refactor: separate iOS files into an own folder
1 parent ad9296c commit f5ca368

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

example/ios/ApiAiExample.xcodeproj/project.pbxproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
2DCD954D1E0B4F2C00145EB5 /* ApiAiExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ApiAiExampleTests.m */; };
3737
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
3838
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
39-
B0DA19F4F5C943F1A3C72C7E /* libApiAi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D2A84396BD5A4F9EB2ADCAB1 /* libApiAi.a */; };
39+
7DA4A8C1EA4946188458570E /* libApiAi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E5FF57766704A70B9C2E4A4 /* libApiAi.a */; };
4040
/* End PBXBuildFile section */
4141

4242
/* Begin PBXContainerItemProxy section */
@@ -257,8 +257,8 @@
257257
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
258258
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
259259
8EF487BE334B46679F07D7A7 /* libRCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTActionSheet.a; sourceTree = "<group>"; };
260-
2A1A79A2A12E47BBA9564A07 /* ApiAi.xcodeproj */ = {isa = PBXFileReference; name = "ApiAi.xcodeproj"; path = "../node_modules/react-native-api-ai/ApiAi.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
261-
D2A84396BD5A4F9EB2ADCAB1 /* libApiAi.a */ = {isa = PBXFileReference; name = "libApiAi.a"; path = "libApiAi.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
260+
6A8ABB3E25E149CA93B4D814 /* ApiAi.xcodeproj */ = {isa = PBXFileReference; name = "ApiAi.xcodeproj"; path = "../node_modules/react-native-api-ai/ios/ApiAi.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
261+
0E5FF57766704A70B9C2E4A4 /* libApiAi.a */ = {isa = PBXFileReference; name = "libApiAi.a"; path = "libApiAi.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
262262
/* End PBXFileReference section */
263263

264264
/* Begin PBXFrameworksBuildPhase section */
@@ -286,7 +286,7 @@
286286
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
287287
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
288288
0FD5BCB5BC524329B7161A66 /* libRCTActionSheet.a in Frameworks */,
289-
B0DA19F4F5C943F1A3C72C7E /* libApiAi.a in Frameworks */,
289+
7DA4A8C1EA4946188458570E /* libApiAi.a in Frameworks */,
290290
);
291291
runOnlyForDeploymentPostprocessing = 0;
292292
};
@@ -453,7 +453,7 @@
453453
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
454454
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
455455
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
456-
2A1A79A2A12E47BBA9564A07 /* ApiAi.xcodeproj */,
456+
6A8ABB3E25E149CA93B4D814 /* ApiAi.xcodeproj */,
457457
);
458458
name = Libraries;
459459
sourceTree = "<group>";
@@ -983,6 +983,7 @@
983983
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
984984
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
985985
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
986+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
986987
);
987988
INFOPLIST_FILE = ApiAiExampleTests/Info.plist;
988989
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1011,6 +1012,7 @@
10111012
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
10121013
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
10131014
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
1015+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
10141016
);
10151017
INFOPLIST_FILE = ApiAiExampleTests/Info.plist;
10161018
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1043,6 +1045,7 @@
10431045
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
10441046
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
10451047
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
1048+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
10461049
);
10471050
INFOPLIST_FILE = ApiAiExample/Info.plist;
10481051
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1070,6 +1073,7 @@
10701073
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
10711074
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
10721075
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
1076+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
10731077
);
10741078
INFOPLIST_FILE = ApiAiExample/Info.plist;
10751079
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1101,6 +1105,7 @@
11011105
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
11021106
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
11031107
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
1108+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
11041109
);
11051110
INFOPLIST_FILE = "ApiAiExample-tvOS/Info.plist";
11061111
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1138,6 +1143,7 @@
11381143
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/**",
11391144
"$(SRCROOT)/../node_modules/react-native-api-ai/RNAppInfo/**",
11401145
"$(SRCROOT)/../node_modules/react-native-api-ai/ApiAi/**",
1146+
"$(SRCROOT)/../node_modules/react-native-api-ai/ios/ApiAi/**",
11411147
);
11421148
INFOPLIST_FILE = "ApiAiExample-tvOS/Info.plist";
11431149
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)