This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e5d6266 chore(template): Move xcconfig files into the template folder 
(#1543)
2e5d6266 is described below

commit 2e5d626676addc5721a769e317dc02cbd120e905
Author: Darryl Pogue <dar...@dpogue.ca>
AuthorDate: Sun Jun 8 14:44:58 2025 -0700

    chore(template): Move xcconfig files into the template folder (#1543)
    
    The Xcode template project references these, but they didn't actually
    live under the project folder so they always showed up as missing.
    
    I've confirmed that moving these is fine because the templates/cordova
    folder will get merged with the templates/project/cordova folder when it
    is copied.
---
 templates/{ => project}/cordova/build-debug.xcconfig   | 0
 templates/{ => project}/cordova/build-extras.xcconfig  | 0
 templates/{ => project}/cordova/build-release.xcconfig | 0
 templates/{ => project}/cordova/build.xcconfig         | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/templates/cordova/build-debug.xcconfig 
b/templates/project/cordova/build-debug.xcconfig
similarity index 100%
rename from templates/cordova/build-debug.xcconfig
rename to templates/project/cordova/build-debug.xcconfig
diff --git a/templates/cordova/build-extras.xcconfig 
b/templates/project/cordova/build-extras.xcconfig
similarity index 100%
rename from templates/cordova/build-extras.xcconfig
rename to templates/project/cordova/build-extras.xcconfig
diff --git a/templates/cordova/build-release.xcconfig 
b/templates/project/cordova/build-release.xcconfig
similarity index 100%
rename from templates/cordova/build-release.xcconfig
rename to templates/project/cordova/build-release.xcconfig
diff --git a/templates/cordova/build.xcconfig 
b/templates/project/cordova/build.xcconfig
similarity index 100%
rename from templates/cordova/build.xcconfig
rename to templates/project/cordova/build.xcconfig


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to