We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082f5bf commit 77a3bf2Copy full SHA for 77a3bf2
lib/services/ios/xcodebuild-args-service.ts
@@ -119,6 +119,9 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
119
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
120
const skipPackageValidation = "-skipPackagePluginValidation";
121
122
+ // TODO:
123
+ // 1. make sure file exists
124
+ // 2. use ios/visionos based on platform target
125
const BUILD_SETTINGS_FILE_PATH = path.join(
126
projectData.appResourcesDirectoryPath,
127
"iOS",
0 commit comments