Adding ViroKit. Needs AWSCore :(
@@ -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",
|
||||
|
||||
@@ -20,9 +20,7 @@
|
||||
// and https://gist.github.com/dmachat/412658416dc7dcf3f7a829b7a10c2583
|
||||
@import GoogleMaps;
|
||||
|
||||
/*
|
||||
#import <ViroReact/VRTBundleURLProvider.h>
|
||||
*/
|
||||
#import <VRTBundleURLProvider.h>
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
|
||||
<string>com.us.kss.$(PRODUCT_NAME:rfc1034identifier)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
@@ -24,24 +24,7 @@
|
||||
<string>1</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
|
||||
<dict>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
@@ -52,5 +35,24 @@
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>$(PRODUCT_NAME) camera use</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>$(PRODUCT_NAME) photo use</string>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/Info.plist
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ar.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/arrowRight.png
Executable file
|
After Width: | Height: | Size: 375 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ca.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/cardboardLogotype.png
Executable file
|
After Width: | Height: | Size: 20 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/continueButton.png
Executable file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/cs.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/da.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/de.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/el.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/en.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/es.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/fi.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/fr.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/gearButton.png
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/he.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/hi.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/hr.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/hu.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_back_white@1x.png
Executable file
|
After Width: | Height: | Size: 118 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_back_white@2x.png
Executable file
|
After Width: | Height: | Size: 154 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_back_white@3x.png
Executable file
|
After Width: | Height: | Size: 293 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_forward.png
Executable file
|
After Width: | Height: | Size: 117 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_forward@2x.png
Executable file
|
After Width: | Height: | Size: 160 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_arrow_forward@3x.png
Executable file
|
After Width: | Height: | Size: 318 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_cardboard.png
Executable file
|
After Width: | Height: | Size: 165 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_cardboard@2x.png
Executable file
|
After Width: | Height: | Size: 278 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_cardboard@3x.png
Executable file
|
After Width: | Height: | Size: 525 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen.png
Executable file
|
After Width: | Height: | Size: 92 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen@2x.png
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen@3x.png
Executable file
|
After Width: | Height: | Size: 107 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen_exit.png
Executable file
|
After Width: | Height: | Size: 98 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen_exit@2x.png
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_fullscreen_exit@3x.png
Executable file
|
After Width: | Height: | Size: 105 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_help.png
Executable file
|
After Width: | Height: | Size: 302 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_help@2x.png
Executable file
|
After Width: | Height: | Size: 566 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_help@3x.png
Executable file
|
After Width: | Height: | Size: 961 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_info.png
Executable file
|
After Width: | Height: | Size: 211 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_info@2x.png
Executable file
|
After Width: | Height: | Size: 377 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_info@3x.png
Executable file
|
After Width: | Height: | Size: 699 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_settings_white@1x.png
Executable file
|
After Width: | Height: | Size: 343 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_settings_white@2x.png
Executable file
|
After Width: | Height: | Size: 595 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ic_settings_white@3x.png
Executable file
|
After Width: | Height: | Size: 1018 B |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/id.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/it.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/iw.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ja.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ko.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/nb.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/nl.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/pl.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/pt.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/qrSample@1x.png
Executable file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/qrSample@2x.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/qrSample@3x.png
Executable file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ro.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/rotateInstructions.mp4
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/ru.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/sk.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/sv.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/th.lproj/CardboardSDK.strings
Executable file
BIN
mobile/ios/ViroKit.framework/CardboardSDK.bundle/tickmarks.png
Executable file
|
After Width: | Height: | Size: 3.7 KiB |