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 83cd8253 fix: Ensure Xcode project file references use path (#1358)
83cd8253 is described below
commit 83cd825328f395e59341f304eb9bfb7cf431c5f6
Author: Darryl Pogue <[email protected]>
AuthorDate: Tue Aug 29 18:11:26 2023 -0400
fix: Ensure Xcode project file references use path (#1358)
Closes GH-1357.
---
templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
b/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
index 068e81f8..fb3037a7 100755
--- a/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
+++ b/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
@@ -58,7 +58,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 0207DA571B56EA530066E2B4 /* Assets.xcassets */ = {isa =
PBXFileReference; lastKnownFileType = folder.assetcatalog; name =
Assets.xcassets; sourceTree = "<group>"; };
+ 0207DA571B56EA530066E2B4 /* Assets.xcassets */ = {isa =
PBXFileReference; lastKnownFileType = folder.assetcatalog; path =
Assets.xcassets; sourceTree = "<group>"; };
1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
AppDelegate.h; sourceTree = "<group>"; };
1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= AppDelegate.m; sourceTree = "<group>"; };
1D6058910D05DD3D006BFB54 /* __PROJECT_NAME__.app */ = {isa =
PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0;
path = "__PROJECT_NAME__.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -72,8 +72,8 @@
3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name =
"build-release.xcconfig"; path = "cordova/build-release.xcconfig"; sourceTree =
SOURCE_ROOT; };
3047A5111AB8059700498E2A /* build.xcconfig */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name =
build.xcconfig; path = cordova/build.xcconfig; sourceTree = SOURCE_ROOT; };
32CA4F630368D1EE00C91783 /* __PROJECT_NAME__-Prefix.pch */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;
path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
- 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard;
name = CDVLaunchScreen.storyboard; sourceTree = "<group>"; };
- 8D1107310486CEB800E47090 /* __PROJECT_NAME__-Info.plist */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml;
name = "__PROJECT_NAME__-Info.plist"; plistStructureDefinitionIdentifier =
"com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree =
"<group>"; };
+ 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard;
path = CDVLaunchScreen.storyboard; sourceTree = "<group>"; };
+ 8D1107310486CEB800E47090 /* __PROJECT_NAME__-Info.plist */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml;
path = "__PROJECT_NAME__-Info.plist"; plistStructureDefinitionIdentifier =
"com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree =
"<group>"; };
EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference;
lastKnownFileType = folder; name = www; path = ../../www; sourceTree =
"<group>"; };
EB87FDF41871DAF40020F90C /* config.xml */ = {isa =
PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path =
../../config.xml; sourceTree = "<group>"; };
ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
"Bridging-Header.h"; sourceTree = "<group>"; };
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]