Skip to content

Commit fd4d16a

Browse files
author
Sohail Yar Khan
committed
Add AppTrackingTransparency to podspec
1 parent e9e35f0 commit fd4d16a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/ios/RNPermissionsExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RNPermissionsExample/Images.xcassets; sourceTree = "<group>"; };
2424
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNPermissionsExample/Info.plist; sourceTree = "<group>"; };
2525
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RNPermissionsExample/main.m; sourceTree = "<group>"; };
26-
59DCBBDF24EE5AF000FEBE51 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
2726
615E8FE35802E6D32ADCFD4C /* Pods-RNPermissionsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.debug.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.debug.xcconfig"; sourceTree = "<group>"; };
2827
C6AF97F3E23718347362F9AB /* Pods-RNPermissionsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.release.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.release.xcconfig"; sourceTree = "<group>"; };
2928
D1B2CF7CB21D0A588199C895 /* libPods-RNPermissionsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -69,7 +68,6 @@
6968
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
7069
isa = PBXGroup;
7170
children = (
72-
59DCBBDF24EE5AF000FEBE51 /* AppTrackingTransparency.framework */,
7371
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
7472
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
7573
D1B2CF7CB21D0A588199C895 /* libPods-RNPermissionsExample.a */,

ios/AppTrackingTransparency.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
1818

1919
s.source = { :git => package["repository"]["url"], :tag => s.version }
2020
s.source_files = "AppTrackingTransparency/*.{h,m}"
21+
s.frameworks = "AppTrackingTransparency"
2122
end

0 commit comments

Comments
 (0)