Skip to content

Commit

Permalink
Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Apr 6, 2024
1 parent 8017080 commit 242b175
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
63CF6D7F203CD19200EC8927 /* ThenableTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThenableTests.swift; sourceTree = "<group>"; };
63D9B2EE203385FD0075C00B /* race.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = race.m; path = Sources/race.m; sourceTree = "<group>"; };
63D9B2F020338D5D0075C00B /* Deprecations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Deprecations.swift; path = Sources/Deprecations.swift; sourceTree = "<group>"; };
9E21AEED2BC1599400494E96 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
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>"; };
Expand Down Expand Up @@ -421,6 +422,7 @@
635893971D5BE4F900F14B55 /* README.md */,
635893921D5BE4E000F14B55 /* PromiseKit.playground */,
63B0AC761D595E6300FA21D9 /* PromiseKit.h */,
9E21AEEC2BC1596F00494E96 /* Resources */,
63B0AC601D595E4C00FA21D9 /* Sources.swift */,
63B912AB1F1E657400D49110 /* Sources.objc */,
635D64061D59630200BC0AF5 /* Tests */,
Expand Down Expand Up @@ -497,6 +499,14 @@
name = Features;
sourceTree = "<group>";
};
9E21AEEC2BC1596F00494E96 /* Resources */ = {
isa = PBXGroup;
children = (
9E21AEED2BC1599400494E96 /* PrivacyInfo.xcprivacy */,
);
name = Resources;
sourceTree = "<group>";
};
C0244E6B2047ACAF00ACB4AC /* JS/A+ */ = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit 242b175

Please sign in to comment.