Skip to content

Commit 7826e86

Browse files
fix: update Auth0.plist references in project.pbxproj to ensure correct file handling
1 parent f814a9a commit 7826e86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Auth0.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@
682682
D581CF792757D773007327D1 /* RequestSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D581CF762757D773007327D1 /* RequestSpec.swift */; };
683683
D5E9E317273ACCA5000CDB0A /* ChallengeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5E9E316273ACCA5000CDB0A /* ChallengeGenerator.swift */; };
684684
D5E9E318273ACCA5000CDB0A /* ChallengeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5E9E316273ACCA5000CDB0A /* ChallengeGenerator.swift */; };
685-
E929B27B2EBDCEC70071DC9F /* Auth0.plist in Resources */ = {isa = PBXBuildFile; fileRef = E929B27A2EBDCEC70071DC9F /* Auth0.plist */; };
686685
/* End PBXBuildFile section */
687686

688687
/* Begin PBXContainerItemProxy section */
@@ -1052,7 +1051,7 @@
10521051
D4EDCFBF2E740295008E02F8 /* PreferredAuthenticationMethod.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferredAuthenticationMethod.swift; sourceTree = "<group>"; };
10531052
D581CF762757D773007327D1 /* RequestSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestSpec.swift; sourceTree = "<group>"; };
10541053
D5E9E316273ACCA5000CDB0A /* ChallengeGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChallengeGenerator.swift; sourceTree = "<group>"; };
1055-
E929B27A2EBDCEC70071DC9F /* Auth0.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Auth0.plist; sourceTree = "<group>"; };
1054+
C177D6C22C2ADDEB0094C657 /* Auth0.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Auth0.plist; path = ../Auth0.plist; sourceTree = "<group>"; };
10561055
/* End PBXFileReference section */
10571056

10581057
/* Begin PBXFrameworksBuildPhase section */
@@ -1498,7 +1497,7 @@
14981497
5F3965D01CF67DD800CDE7C0 /* Assets.xcassets */,
14991498
5F3965D21CF67DD800CDE7C0 /* LaunchScreen.storyboard */,
15001499
5F3965CD1CF67DD800CDE7C0 /* Main.storyboard */,
1501-
E929B27A2EBDCEC70071DC9F /* Auth0.plist */,
1500+
C177D6C22C2ADDEB0094C657 /* Auth0.plist */,
15021501
5F3965D51CF67DD800CDE7C0 /* Info.plist */,
15031502
);
15041503
path = App;
@@ -2218,7 +2217,6 @@
22182217
5F3965D41CF67DD800CDE7C0 /* LaunchScreen.storyboard in Resources */,
22192218
5F3965D11CF67DD800CDE7C0 /* Assets.xcassets in Resources */,
22202219
5F3965CF1CF67DD800CDE7C0 /* Main.storyboard in Resources */,
2221-
E929B27B2EBDCEC70071DC9F /* Auth0.plist in Resources */,
22222220
);
22232221
runOnlyForDeploymentPostprocessing = 0;
22242222
};

0 commit comments

Comments
 (0)