Skip to content

Commit

Permalink
Merge pull request #257 from immutable/chore/update-mac-bulder
Browse files Browse the repository at this point in the history
[DX-2989] chore: update mac builder
  • Loading branch information
nattb8 authored Jul 28, 2024
2 parents 1ed5591 + b271235 commit d394f38
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 d394f38

Please sign in to comment.