From d5ee4e4e728a6ba22eb3792088fbce58a464e6cc Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Sat, 29 Jun 2024 19:56:32 -0700 Subject: [PATCH] Revert ". e Move XcodeWarnings to sample root" This reverts commit 928e838fe8b5baf11c80a83ef38f83085a7d26d4. --- {SwiftSample => Source}/XcodeWarnings.xcconfig | 0 .../project.pbxproj | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {SwiftSample => Source}/XcodeWarnings.xcconfig (100%) diff --git a/SwiftSample/XcodeWarnings.xcconfig b/Source/XcodeWarnings.xcconfig similarity index 100% rename from SwiftSample/XcodeWarnings.xcconfig rename to Source/XcodeWarnings.xcconfig diff --git a/SwiftSample/SwiftSampleViewControllerPresentationSpy.xcodeproj/project.pbxproj b/SwiftSample/SwiftSampleViewControllerPresentationSpy.xcodeproj/project.pbxproj index f8a0eac..a8e3409 100644 --- a/SwiftSample/SwiftSampleViewControllerPresentationSpy.xcodeproj/project.pbxproj +++ b/SwiftSample/SwiftSampleViewControllerPresentationSpy.xcodeproj/project.pbxproj @@ -48,7 +48,7 @@ /* Begin PBXFileReference section */ 48007CA72079B1A2007A4AB0 /* ViewControllerPresentationSpy.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ViewControllerPresentationSpy.xcodeproj; path = ../../Source/ViewControllerPresentationSpy.xcodeproj; sourceTree = ""; }; - 4804BCA822E169A9000130AD /* XcodeWarnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = XcodeWarnings.xcconfig; sourceTree = ""; }; + 4804BCA822E169A9000130AD /* XcodeWarnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = XcodeWarnings.xcconfig; path = ../../Source/XcodeWarnings.xcconfig; sourceTree = ""; }; 483E051D1DE8064D00B5E4E4 /* SwiftSampleViewControllerPresentationSpy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSampleViewControllerPresentationSpy.app; sourceTree = BUILT_PRODUCTS_DIR; }; 483E05201DE8064D00B5E4E4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 483E05221DE8064D00B5E4E4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -107,7 +107,6 @@ 483E05141DE8064D00B5E4E4 = { isa = PBXGroup; children = ( - 4804BCA822E169A9000130AD /* XcodeWarnings.xcconfig */, 483E051F1DE8064D00B5E4E4 /* SampleApp */, 483E05341DE8064D00B5E4E4 /* Tests */, 483E051E1DE8064D00B5E4E4 /* Products */, @@ -146,6 +145,7 @@ BB170641301DFD266F710CFF /* ViewControllerPresentationTests.swift */, 48007CA72079B1A2007A4AB0 /* ViewControllerPresentationSpy.xcodeproj */, 483E05371DE8064D00B5E4E4 /* Info.plist */, + 4804BCA822E169A9000130AD /* XcodeWarnings.xcconfig */, BB170A0F6EDD04B901018053 /* AlertVerifierTests.swift */, BB170F190A3F87881ED05594 /* PresentationVerifierTests.swift */, BB17083802A53CACC6764A2E /* DismissalVerifierTests.swift */,