Skip to content

Commit 93cd8a2

Browse files
committed
chore: update mac builder
1 parent 1ed5591 commit 93cd8a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sample/Assets/Editor/MacBuilder.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ static void BuildForAltTester()
1414
{
1515
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();
1616
buildPlayerOptions.scenes = new string[] {
17-
"Assets/Scenes/SelectAuthMethod.unity", "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
17+
"Assets/Scenes/SelectAuthMethod.unity",
18+
"Assets/Scenes/UnauthenticatedScene.unity",
19+
"Assets/Scenes/AuthenticatedScene.unity",
20+
"Assets/Scenes/ZkEvmGetBalance.unity",
21+
"Assets/Scenes/ZkEvmGetTransactionReceipt.unity",
22+
"Assets/Scenes/ZkEvmSendTransaction.unity",
23+
"Assets/Scenes/ImxNftTransfer.unity"
1824
};
1925

2026
buildPlayerOptions.locationPathName = "Builds/MacOS/SampleApp.app";

0 commit comments

Comments
 (0)