Skip to content

Commit

Permalink
Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Apr 27, 2024
1 parent 7162397 commit 1b37607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PromiseKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
9 changes: 5 additions & 4 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
9E4170F8287D88C800A3B4B5 /* Async.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Async.swift; sourceTree = "<group>"; };
9E4170FA287D8DBD00A3B4B5 /* AsyncTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncTests.swift; sourceTree = "<group>"; };
9E66231526FE5A8C00FA25CB /* RaceTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RaceTests.m; sourceTree = "<group>"; };
9E90AC902BC26D64007CA952 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
9E8028F72BDCEDBC0081E2D1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
9EC774262991495C00803027 /* Combine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Sources/Combine.swift; sourceTree = "<group>"; };
9EC774282991497900803027 /* CombineTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CombineTests.swift; sourceTree = "<group>"; };
C013F7372048E3B6006B57B1 /* MockNodeEnvironment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MockNodeEnvironment.swift; path = "Tests/JS-A+/MockNodeEnvironment.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -422,7 +422,6 @@
635893971D5BE4F900F14B55 /* README.md */,
635893921D5BE4E000F14B55 /* PromiseKit.playground */,
63B0AC761D595E6300FA21D9 /* PromiseKit.h */,
9E90AC922BC26D76007CA952 /* Resources */,
63B0AC601D595E4C00FA21D9 /* Sources.swift */,
63B912AB1F1E657400D49110 /* Sources.objc */,
635D64061D59630200BC0AF5 /* Tests */,
Expand Down Expand Up @@ -460,6 +459,7 @@
63B18AEB1F2D205C00B79E37 /* CustomStringConvertible.swift */,
63D9B2F020338D5D0075C00B /* Deprecations.swift */,
085B96BE21A9B37C00E5E22F /* LogEvent.swift */,
9E8028F82BDCEDBC0081E2D1 /* Resources */,
);
name = Sources.swift;
sourceTree = "<group>";
Expand Down Expand Up @@ -499,12 +499,13 @@
name = Features;
sourceTree = "<group>";
};
9E90AC922BC26D76007CA952 /* Resources */ = {
9E8028F82BDCEDBC0081E2D1 /* Resources */ = {
isa = PBXGroup;
children = (
9E90AC902BC26D64007CA952 /* PrivacyInfo.xcprivacy */,
9E8028F72BDCEDBC0081E2D1 /* PrivacyInfo.xcprivacy */,
);
name = Resources;
path = Sources/Resources;
sourceTree = "<group>";
};
C0244E6B2047ACAF00ACB4AC /* JS/A+ */ = {
Expand Down
File renamed without changes.

0 comments on commit 1b37607

Please sign in to comment.