Skip to content

Commit

Permalink
chore: update mac builder
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Jul 28, 2024
1 parent 1ed5591 commit b271235
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sample/Assets/Editor/MacBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ static void BuildForAltTester()
{
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();
buildPlayerOptions.scenes = new string[] {
"Assets/Scenes/SelectAuthMethod.unity", "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
};
"Assets/Scenes/SelectAuthMethod.unity",
"Assets/Scenes/UnauthenticatedScene.unity",
"Assets/Scenes/AuthenticatedScene.unity",
"Assets/Scenes/ZkEvmGetBalance.unity",
"Assets/Scenes/ZkEvmGetTransactionReceipt.unity",
"Assets/Scenes/ZkEvmSendTransaction.unity",
"Assets/Scenes/ImxNftTransfer.unity"
};

buildPlayerOptions.locationPathName = "Builds/MacOS/SampleApp.app";
buildPlayerOptions.target = BuildTarget.StandaloneOSX;
Expand Down

0 comments on commit b271235

Please sign in to comment.