Adding ViroKit. Needs AWSCore :(

This commit is contained in:
John Lyon-Smith
2018-03-27 17:46:15 -07:00
parent 2ab15e7dc1
commit 02e06dface
844 changed files with 86921 additions and 21 deletions

View File

@@ -26,6 +26,10 @@
52672F61206ADF52008EB6EA /* GoogleMapsCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52672F5F206ADF51008EB6EA /* GoogleMapsCore.framework */; };
52672F62206ADF52008EB6EA /* GoogleMaps.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52672F60206ADF52008EB6EA /* GoogleMaps.framework */; };
52672F64206ADFAF008EB6EA /* GoogleMaps.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 52672F63206ADFAF008EB6EA /* GoogleMaps.bundle */; };
52672FAA206AE69A008EB6EA /* libViroReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52672FA9206AE69A008EB6EA /* libViroReact.a */; settings = {ATTRIBUTES = (Required, ); }; };
52672FAC206AE6EB008EB6EA /* libFreetype2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52672FAB206AE6EB008EB6EA /* libFreetype2.a */; };
52672FAE206B0FFA008EB6EA /* ViroKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52672FAD206B0FF9008EB6EA /* ViroKit.framework */; settings = {ATTRIBUTES = (Required, ); }; };
52672FB0206B1471008EB6EA /* ViroKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 52672FAD206B0FF9008EB6EA /* ViroKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
@@ -293,6 +297,19 @@
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
52672FAF206B145B008EB6EA /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
52672FB0206B1471008EB6EA /* ViroKit.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
@@ -317,6 +334,9 @@
52672F5F206ADF51008EB6EA /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = "<group>"; };
52672F60206ADF52008EB6EA /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = "<group>"; };
52672F63206ADFAF008EB6EA /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = GoogleMaps.framework/Resources/GoogleMaps.bundle; sourceTree = "<group>"; };
52672FA9206AE69A008EB6EA /* libViroReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libViroReact.a; path = "../node_modules/react-viro/ios/dist/lib/libViroReact.a"; sourceTree = "<group>"; };
52672FAB206AE6EB008EB6EA /* libFreetype2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFreetype2.a; path = "../node_modules/react-viro/ios/dist/ViroRenderer/freetype/libFreetype2.a"; sourceTree = "<group>"; };
52672FAD206B0FF9008EB6EA /* ViroKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ViroKit.framework; sourceTree = "<group>"; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
@@ -331,6 +351,8 @@
52672F5C206ADE32008EB6EA /* libAirMaps.a in Frameworks */,
52672F4E206ADBC1008EB6EA /* libReactNativeNavigation.a in Frameworks */,
52672F61206ADF52008EB6EA /* GoogleMapsCore.framework in Frameworks */,
52672FAE206B0FFA008EB6EA /* ViroKit.framework in Frameworks */,
52672FAA206AE69A008EB6EA /* libViroReact.a in Frameworks */,
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */,
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
146834051AC3E58100842450 /* libReact.a in Frameworks */,
@@ -346,6 +368,7 @@
52672F5E206ADF2F008EB6EA /* GoogleMapsBase.framework in Frameworks */,
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
52672FAC206AE6EB008EB6EA /* libFreetype2.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -452,6 +475,9 @@
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
52672FAD206B0FF9008EB6EA /* ViroKit.framework */,
52672FAB206AE6EB008EB6EA /* libFreetype2.a */,
52672FA9206AE69A008EB6EA /* libViroReact.a */,
52672F60206ADF52008EB6EA /* GoogleMaps.framework */,
52672F5F206ADF51008EB6EA /* GoogleMapsCore.framework */,
52672F5D206ADF2F008EB6EA /* GoogleMapsBase.framework */,
@@ -566,6 +592,7 @@
13B07F8C1A680F5B00A75B9A /* Frameworks */,
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
52672FAF206B145B008EB6EA /* CopyFiles */,
);
buildRules = (
);
@@ -584,6 +611,11 @@
attributes = {
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = Facebook;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 523GZPCZ3X;
};
};
};
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DeightonAR" */;
compatibilityVersion = "Xcode 3.2";
@@ -984,6 +1016,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 523GZPCZ3X;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@@ -991,9 +1025,14 @@
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
"$(SRCROOT)/../node_modules/react-native-maps/lib/ios/AirMaps/**",
"$(SRCROOT)/../node_modules/react-viro/ios/dist/include",
);
INFOPLIST_FILE = DeightonAR/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-viro/ios/dist/lib",
"$(SRCROOT)/../node_modules/react-viro/ios/dist/ViroRenderer/freetype",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -1009,6 +1048,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 523GZPCZ3X;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@@ -1016,9 +1057,14 @@
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
"$(SRCROOT)/../node_modules/react-native-maps/lib/ios/AirMaps/**",
"$(SRCROOT)/../node_modules/react-viro/ios/dist/include",
);
INFOPLIST_FILE = DeightonAR/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-viro/ios/dist/lib",
"$(SRCROOT)/../node_modules/react-viro/ios/dist/ViroRenderer/freetype",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",