diff --git a/PromiseKit.podspec b/PromiseKit.podspec index 8e57ea3f8..9c8c8a762 100644 --- a/PromiseKit.podspec +++ b/PromiseKit.podspec @@ -34,7 +34,7 @@ Pod::Spec.new do |s| } s.resource_bundles = { - 'SwifterSwift_Privacy' => 'Resources/PrivacyInfo.xcprivacy' + 'SwifterSwift_Privacy' => 'Sources/Resources/PrivacyInfo.xcprivacy' } s.subspec 'Accounts' do |ss| diff --git a/PromiseKit.xcodeproj/project.pbxproj b/PromiseKit.xcodeproj/project.pbxproj index 6313c2c71..663b8a41b 100644 --- a/PromiseKit.xcodeproj/project.pbxproj +++ b/PromiseKit.xcodeproj/project.pbxproj @@ -231,7 +231,7 @@ 9E4170F8287D88C800A3B4B5 /* Async.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Async.swift; sourceTree = ""; }; 9E4170FA287D8DBD00A3B4B5 /* AsyncTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncTests.swift; sourceTree = ""; }; 9E66231526FE5A8C00FA25CB /* RaceTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RaceTests.m; sourceTree = ""; }; - 9E90AC902BC26D64007CA952 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 9E8028F72BDCEDBC0081E2D1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 9EC774262991495C00803027 /* Combine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Sources/Combine.swift; sourceTree = ""; }; 9EC774282991497900803027 /* CombineTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CombineTests.swift; sourceTree = ""; }; C013F7372048E3B6006B57B1 /* MockNodeEnvironment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MockNodeEnvironment.swift; path = "Tests/JS-A+/MockNodeEnvironment.swift"; sourceTree = ""; }; @@ -422,7 +422,6 @@ 635893971D5BE4F900F14B55 /* README.md */, 635893921D5BE4E000F14B55 /* PromiseKit.playground */, 63B0AC761D595E6300FA21D9 /* PromiseKit.h */, - 9E90AC922BC26D76007CA952 /* Resources */, 63B0AC601D595E4C00FA21D9 /* Sources.swift */, 63B912AB1F1E657400D49110 /* Sources.objc */, 635D64061D59630200BC0AF5 /* Tests */, @@ -460,6 +459,7 @@ 63B18AEB1F2D205C00B79E37 /* CustomStringConvertible.swift */, 63D9B2F020338D5D0075C00B /* Deprecations.swift */, 085B96BE21A9B37C00E5E22F /* LogEvent.swift */, + 9E8028F82BDCEDBC0081E2D1 /* Resources */, ); name = Sources.swift; sourceTree = ""; @@ -499,12 +499,13 @@ name = Features; sourceTree = ""; }; - 9E90AC922BC26D76007CA952 /* Resources */ = { + 9E8028F82BDCEDBC0081E2D1 /* Resources */ = { isa = PBXGroup; children = ( - 9E90AC902BC26D64007CA952 /* PrivacyInfo.xcprivacy */, + 9E8028F72BDCEDBC0081E2D1 /* PrivacyInfo.xcprivacy */, ); name = Resources; + path = Sources/Resources; sourceTree = ""; }; C0244E6B2047ACAF00ACB4AC /* JS/A+ */ = { diff --git a/Resources/PrivacyInfo.xcprivacy b/Sources/Resources/PrivacyInfo.xcprivacy similarity index 100% rename from Resources/PrivacyInfo.xcprivacy rename to Sources/Resources/PrivacyInfo.xcprivacy