Skip to content

Commit

Permalink
add airbridge dependency resolving to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed May 17, 2024
1 parent 00c94e2 commit 124537c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public static void UpdateAndroidManifest()
manifest.Save(manifestPath);
}

private void UpdateiOSAppSetting()
public static void UpdateiOSAppSetting()
{
string path = Path.Combine(Application.dataPath, "Plugins/Airbridge/iOS/Delegate/AUAppSetting.h");
if (!File.Exists(path))
Expand Down
1 change: 1 addition & 0 deletions nekoyume/Assets/Editor/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static void BuildiOS()
{
EditorUserBuildSettings.il2CppCodeGeneration = UnityEditor.Build.Il2CppCodeGeneration.OptimizeSize;
SetByCommandLineArguments();
AirbridgeSettingsWindow.UpdateiOSAppSetting();
Debug.Log("Build iOS");
PreProcessBuildForIOS();
PlayerSettings.iOS.sdkVersion = iOSSdkVersion.DeviceSDK;
Expand Down

0 comments on commit 124537c

Please sign in to comment.