Skip to content

Commit 77a3bf2

Browse files
committed
chore: note
1 parent 082f5bf commit 77a3bf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/services/ios/xcodebuild-args-service.ts

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
119119
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
120120
const skipPackageValidation = "-skipPackagePluginValidation";
121121

122+
// TODO:
123+
// 1. make sure file exists
124+
// 2. use ios/visionos based on platform target
122125
const BUILD_SETTINGS_FILE_PATH = path.join(
123126
projectData.appResourcesDirectoryPath,
124127
"iOS",

0 commit comments

Comments
 (0)