Skip to content

Commit 093a67b

Browse files
committed
feat: update xcode permission by command - test
1 parent 59f6e1e commit 093a67b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ABS.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def AddArgsToParser(self,ArgParser,bIncludeConflictArgs = True):
9999
def CreateTask(self,Args):
100100
ABSHelper.Get().Init(Args)
101101
APMHelper.Get().Init(Args)
102+
UBSHelper.Get().Init(Args)
102103
if Args.GenPlugin == True:
103104
AgoraPluginManager.Get().StartGenPlugin(Args)
104105

@@ -118,7 +119,7 @@ def CreateTask(self,Args):
118119

119120
# [Fix] Generate IOS Project for Legacy UE versions to ensure correct Workspace configuration
120121
UBSHelper.Get().Init(Args)
121-
if not UBSHelper.Get().Is_UE53_Or_Later():
122+
if not UBSHelper.Get().Is_UE53_Or_Later() and UBSHelper.Get().Is_TargetPlatform_IOS():
122123
Args.GenIOSProject = True
123124

124125
Args.BuildCookRun = True

0 commit comments

Comments
 (0)