Skip to content

Commit 67ff32c

Browse files
authored
Include PrivacyInfo.xcprivacy in Xcode project (#2652)
1 parent d2332a4 commit 67ff32c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Rx.xcodeproj/project.pbxproj

+12
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,9 @@
789789
CB883B451BE256D4000AC2EE /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB883B441BE256D4000AC2EE /* BooleanDisposable.swift */; };
790790
CD8F7AC527BA9187001574EB /* Infallible+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8F7AC427BA9187001574EB /* Infallible+Driver.swift */; };
791791
CDDEF16A1D4FB40000CA8546 /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDEF1691D4FB40000CA8546 /* Disposables.swift */; };
792+
D040ADC22D5E408700A1E6B3 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D040ADC12D5E408700A1E6B3 /* PrivacyInfo.xcprivacy */; };
793+
D040ADC42D5E409700A1E6B3 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D040ADC32D5E409700A1E6B3 /* PrivacyInfo.xcprivacy */; };
794+
D040ADC62D5E442300A1E6B3 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D040ADC52D5E442300A1E6B3 /* PrivacyInfo.xcprivacy */; };
792795
D9080ACF1EA05AE0002B433B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9080ACD1EA05A16002B433B /* RxNavigationControllerDelegateProxy.swift */; };
793796
D9080AD41EA05DE9002B433B /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9080AD21EA05DDF002B433B /* UINavigationController+Rx.swift */; };
794797
D9080AD81EA06189002B433B /* UINavigationController+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9080AD71EA06189002B433B /* UINavigationController+RxTests.swift */; };
@@ -1453,6 +1456,9 @@
14531456
CB883B441BE256D4000AC2EE /* BooleanDisposable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BooleanDisposable.swift; sourceTree = "<group>"; };
14541457
CD8F7AC427BA9187001574EB /* Infallible+Driver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Infallible+Driver.swift"; sourceTree = "<group>"; };
14551458
CDDEF1691D4FB40000CA8546 /* Disposables.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Disposables.swift; sourceTree = "<group>"; };
1459+
D040ADC12D5E408700A1E6B3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/RxCocoa/PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; };
1460+
D040ADC32D5E409700A1E6B3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/RxRelay/PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; };
1461+
D040ADC52D5E442300A1E6B3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/RxSwift/PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; };
14561462
D9080ACD1EA05A16002B433B /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxNavigationControllerDelegateProxy.swift; sourceTree = "<group>"; };
14571463
D9080AD21EA05DDF002B433B /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Rx.swift"; sourceTree = "<group>"; };
14581464
D9080AD71EA06189002B433B /* UINavigationController+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+RxTests.swift"; sourceTree = "<group>"; };
@@ -1612,6 +1618,7 @@
16121618
A2897D61225CA3F3004EA481 /* Observable+Bind.swift */,
16131619
A2897D68225D023A004EA481 /* Utils.swift */,
16141620
A2FD4EA4225D0A8100288525 /* Info.plist */,
1621+
D040ADC32D5E409700A1E6B3 /* PrivacyInfo.xcprivacy */,
16151622
);
16161623
path = RxRelay;
16171624
sourceTree = "<group>";
@@ -1657,6 +1664,7 @@
16571664
601AE3D81EE24E3800617386 /* SwiftSupport */,
16581665
C81A09851E6C701700900B3B /* Traits */,
16591666
C8093C661B8A72BE0088E94D /* Info.plist */,
1667+
D040ADC52D5E442300A1E6B3 /* PrivacyInfo.xcprivacy */,
16601668
1E3EDF64226356A000B631B9 /* Date+Dispatch.swift */,
16611669
);
16621670
path = RxSwift;
@@ -1829,6 +1837,7 @@
18291837
C86781901DB823B500B2029A /* macOS */,
18301838
C89AB22B1DAAC3A60065FBE6 /* Runtime */,
18311839
C8093E9D1B8A732E0088E94D /* Info.plist */,
1840+
D040ADC12D5E408700A1E6B3 /* PrivacyInfo.xcprivacy */,
18321841
);
18331842
path = RxCocoa;
18341843
sourceTree = "<group>";
@@ -2833,13 +2842,15 @@
28332842
isa = PBXResourcesBuildPhase;
28342843
buildActionMask = 2147483647;
28352844
files = (
2845+
D040ADC42D5E409700A1E6B3 /* PrivacyInfo.xcprivacy in Resources */,
28362846
);
28372847
runOnlyForDeploymentPostprocessing = 0;
28382848
};
28392849
C80939681B8A71760088E94D /* Resources */ = {
28402850
isa = PBXResourcesBuildPhase;
28412851
buildActionMask = 2147483647;
28422852
files = (
2853+
D040ADC22D5E408700A1E6B3 /* PrivacyInfo.xcprivacy in Resources */,
28432854
);
28442855
runOnlyForDeploymentPostprocessing = 0;
28452856
};
@@ -2889,6 +2900,7 @@
28892900
isa = PBXResourcesBuildPhase;
28902901
buildActionMask = 2147483647;
28912902
files = (
2903+
D040ADC62D5E442300A1E6B3 /* PrivacyInfo.xcprivacy in Resources */,
28922904
);
28932905
runOnlyForDeploymentPostprocessing = 0;
28942906
};

0 commit comments

Comments
 (0)