Skip to content

Commit 314bac2

Browse files
committed
Remove privacy manifest from project
1 parent a634cb7 commit 314bac2

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

CropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}'
1111
s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
1212
s.resource_bundles = {
13-
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.{lproj,xcprivacy}']
13+
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.{lproj}']
1414
}
1515
s.requires_arc = true
1616
s.swift_version = '5.0'

Objective-C/TOCropViewController/Resources/PrivacyInfo.xcprivacy

Lines changed: 0 additions & 14 deletions
This file was deleted.

TOCropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.source_files = 'Objective-C/TOCropViewController/**/*.{h,m}'
1111
s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
1212
s.resource_bundles = {
13-
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.{lproj,xcprivacy}']
13+
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.{lproj}']
1414
}
1515
s.requires_arc = true
1616
end

TOCropViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
2238CF361FC029880081B957 /* CropViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2238CF351FC029880081B957 /* CropViewController.swift */; };
5959
2238CF451FC02AE00081B957 /* TOCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2238CF441FC02AE00081B957 /* TOCropViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
6060
223DCEB61FBAA85D00F99209 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DB4D831B234CFA008B8466 /* TOCropViewController.m */; };
61-
22A105B32BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */; };
62-
22A105B42BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */; };
63-
22A105B52BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */; };
64-
22A105B62BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */; };
6561
22B68F951FFB380700601B1A /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DB4D8A1B234D07008B8466 /* TOCropViewControllerTransitioning.m */; };
6662
22B68F961FFB380700601B1A /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DB4D9D1B234D4F008B8466 /* TOActivityCroppedImageProvider.m */; };
6763
22B68F971FFB380700601B1A /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 22BF961F1B2CD017009F4785 /* TOCroppedImageAttributes.m */; };
@@ -175,7 +171,6 @@
175171
2238CF3F1FC029A90081B957 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
176172
2238CF441FC02AE00081B957 /* TOCropViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TOCropViewController.h; sourceTree = "<group>"; };
177173
223DCEB71FBAA91300F99209 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
178-
22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
179174
22A105DC2BC1377A00DB3A80 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
180175
22BF961E1B2CD017009F4785 /* TOCroppedImageAttributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TOCroppedImageAttributes.h; sourceTree = "<group>"; };
181176
22BF961F1B2CD017009F4785 /* TOCroppedImageAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TOCroppedImageAttributes.m; sourceTree = "<group>"; };
@@ -308,7 +303,6 @@
308303
220C8EA021062E6D00A9B25D /* Resources */ = {
309304
isa = PBXGroup;
310305
children = (
311-
22A105B22BC134A200DB3A80 /* PrivacyInfo.xcprivacy */,
312306
22C3C5491AC8CA0D00E86280 /* TOCropViewControllerLocalizable.strings */,
313307
);
314308
path = Resources;
@@ -730,7 +724,6 @@
730724
isa = PBXResourcesBuildPhase;
731725
buildActionMask = 2147483647;
732726
files = (
733-
22A105B42BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */,
734727
04262D8620F6F1C600024177 /* TOCropViewControllerLocalizable.strings in Resources */,
735728
);
736729
runOnlyForDeploymentPostprocessing = 0;
@@ -749,7 +742,6 @@
749742
223424791ABBC0CD00BBC2B1 /* Main.storyboard in Resources */,
750743
2234247E1ABBC0CD00BBC2B1 /* LaunchScreen.xib in Resources */,
751744
2234247B1ABBC0CD00BBC2B1 /* Images.xcassets in Resources */,
752-
22A105B52BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */,
753745
22C3C5471AC8CA0D00E86280 /* TOCropViewControllerLocalizable.strings in Resources */,
754746
);
755747
runOnlyForDeploymentPostprocessing = 0;
@@ -761,7 +753,6 @@
761753
2238CF2D1FC0269C0081B957 /* LaunchScreen.storyboard in Resources */,
762754
2238CF2A1FC0269C0081B957 /* Assets.xcassets in Resources */,
763755
2238CF281FC0269C0081B957 /* Main.storyboard in Resources */,
764-
22A105B62BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */,
765756
220C8EA121062EFC00A9B25D /* TOCropViewControllerLocalizable.strings in Resources */,
766757
);
767758
runOnlyForDeploymentPostprocessing = 0;
@@ -770,7 +761,6 @@
770761
isa = PBXResourcesBuildPhase;
771762
buildActionMask = 2147483647;
772763
files = (
773-
22A105B32BC134A200DB3A80 /* PrivacyInfo.xcprivacy in Resources */,
774764
04262D8720F6F1D600024177 /* TOCropViewControllerLocalizable.strings in Resources */,
775765
);
776766
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)