Skip to content

Commit 92793b1

Browse files
Merge pull request #11 from Phantomxm2021/2.0.0-pre.11
2.0.0 pre.11
2 parents 21b3844 + 8f8f8b1 commit 92793b1

14 files changed

+2
-2
lines changed

Android/com/phantomsxr/armodplugin/BaseARMODActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public abstract class BaseARMODActivity extends UnityPlayerActivity {
2020

2121
private final String InitSDK = "InitSDK";
22-
private final String FetchByUid = "LaunchARQuery";
22+
private final String FetchByUid = "LaunchXRQuery";
2323
private final String LaunchARScanner = "LaunchARScanner";
2424
private final String Dispose = "Dispose";
2525
private final String DoQuit = "doQuit";
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

iOS/ARMODCommunicationLayer.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ @implementation ARMOD
1919
char const *initApp = "InitSDK";
2020
char const *dispose = "Dispose";
2121
char const *cleanCache = "CleanCache";
22-
char const *fetchProject = "LaunchARQuery";
22+
char const *fetchProject = "LaunchXRQuery";
2323
char const *fetchProjectByImage = "LaunchARScanner";
2424
char const *setUIInterfaceOrientation = "SetUIInterfaceOrientation";
2525
char const *continueToDownloadARExperience = "ContinueToDownloadAssets";
Binary file not shown.

iOS/XRMODEngineFramework.zip

-28.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)