Skip to content

Commit 93bdf88

Browse files
committed
chore: post merge tidy up
1 parent 4caf298 commit 93bdf88

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

sample/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
**/Payload.ipa
22
**/logFile.log
3-
**/local.log
4-
venv/
3+
**/local.log

sample/Tests/test/test_mac.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ def test_3_passport_functions(self):
190190
self.test_1_passport_functions()
191191

192192
def test_4_imx_functions(self):
193-
# self.test_2_imx_functions()
194-
print("SKIPPING TEST: test_4_imx_functions") # TODO: Fix this test - needs NFTs to pass the test
193+
self.test_2_imx_functions()
195194

196195
def test_5_zkevm_functions(self):
197196
self.test_3_zkevm_functions()

src/Packages/Passport/Runtime/Scripts/Private/Immutable.Passport.Runtime.Private.asmdef

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"UniTask",
77
"Immutable.Browser.Core",
88
"Immutable.Browser.Gree",
9-
"Immutable.Passport.Core.Logging",
10-
"Unity.Modules.JSONSerialize",
11-
"Unity.Modules.Core"
9+
"Immutable.Passport.Core.Logging"
1210
],
1311
"includePlatforms": [
1412
"Android",

src/Packages/Passport/Runtime/Scripts/Public/Immutable.Passport.Runtime.asmdef

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"Immutable.Browser.Gree",
88
"Immutable.Passport.Runtime.Private",
99
"Immutable.Passport.Core.Logging",
10-
"VoltstroStudios.UnityWebBrowser",
11-
"Unity.Modules.UnityWebRequest",
12-
"Unity.Modules.AndroidJNI",
13-
"Unity.Modules.JSONSerialize",
14-
"Unity.Modules.Core"
10+
"VoltstroStudios.UnityWebBrowser"
1511
],
1612
"includePlatforms": [
1713
"Android",

src/Packages/Passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"displayName": "Sample Scenes and Scripts",
40-
"description": "Complete sample scenes and scripts demonstrating Passport SDK features.",
40+
"description": "Includes sample scenes and scripts for the Immutable Unity SDK.",
4141
"path": "Samples~/SamplesScenesScripts"
4242
}
4343
]

0 commit comments

Comments
 (0)