Skip to content

Commit b036210

Browse files
committed
Revert "Add Apple Ads Attribution"
This reverts commit 81e2d1e.
1 parent 822a2da commit b036210

8 files changed

+0
-45
lines changed

ios/Podfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ PODS:
394394
- React-jsinspector (0.71.15)
395395
- React-logger (0.71.15):
396396
- glog
397-
- react-native-adservices (0.1.3):
398-
- React-Core
399397
- react-native-camera (1.13.1):
400398
- React
401399
- react-native-camera/RCT (= 1.13.1)
@@ -790,7 +788,6 @@ DEPENDENCIES:
790788
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
791789
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
792790
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
793-
- "react-native-adservices (from `../node_modules/@brigad/react-native-adservices`)"
794791
- react-native-camera (from `../node_modules/react-native-camera`)
795792
- "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)"
796793
- react-native-contacts (from `../node_modules/react-native-contacts`)
@@ -970,8 +967,6 @@ EXTERNAL SOURCES:
970967
:path: "../node_modules/react-native/ReactCommon/jsinspector"
971968
React-logger:
972969
:path: "../node_modules/react-native/ReactCommon/logger"
973-
react-native-adservices:
974-
:path: "../node_modules/@brigad/react-native-adservices"
975970
react-native-camera:
976971
:path: "../node_modules/react-native-camera"
977972
react-native-compat:
@@ -1149,7 +1144,6 @@ SPEC CHECKSUMS:
11491144
React-jsiexecutor: 5cc0fdcf933aedb0ea9146172a9668ff38e5cac9
11501145
React-jsinspector: 4ade58a6a355d97a53f847543b14f4cb5033cb70
11511146
React-logger: fc6e4fa928e8773ebfb7f1d287fb6ae60715545a
1152-
react-native-adservices: 18087a4a5106c5133b0cde73701bf875e3163cfc
11531147
react-native-camera: 806a323ba17579a335ee43a70622f6b8aae98de8
11541148
react-native-compat: c5c101132cacb720def1c72b40cdf0398e34d31e
11551149
react-native-contacts: f4efe82376487f1b87411e22b867e85cc4fb1d3c

ios/edge.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
812B284944A10A722B22763D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08ADAD14914ABC9FD7D54456 /* ExpoModulesProvider.swift */; };
4242
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
4343
BF115CD26A29F1C032E30289 /* Pods_edge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E261C56FB78E202F218C2DCA /* Pods_edge.framework */; };
44-
E469AC702DC43791006A2530 /* AdServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E469AC6F2DC43791006A2530 /* AdServices.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
45-
E469AC722DC437D7006A2530 /* AppTrackingTransparency.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E469AC712DC437D7006A2530 /* AppTrackingTransparency.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
4644
/* End PBXBuildFile section */
4745

4846
/* Begin PBXFileReference section */
@@ -87,8 +85,6 @@
8785
5B7EB9410499542E8C5724F5 /* Pods-edge-edgeTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-edge-edgeTests.debug.xcconfig"; path = "Target Support Files/Pods-edge-edgeTests/Pods-edge-edgeTests.debug.xcconfig"; sourceTree = "<group>"; };
8886
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = edge/LaunchScreen.storyboard; sourceTree = "<group>"; };
8987
E261C56FB78E202F218C2DCA /* Pods_edge.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_edge.framework; sourceTree = BUILT_PRODUCTS_DIR; };
90-
E469AC6F2DC43791006A2530 /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = System/Library/Frameworks/AdServices.framework; sourceTree = SDKROOT; };
91-
E469AC712DC437D7006A2530 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
9288
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
9389
/* End PBXFileReference section */
9490

@@ -97,9 +93,7 @@
9793
isa = PBXFrameworksBuildPhase;
9894
buildActionMask = 2147483647;
9995
files = (
100-
E469AC722DC437D7006A2530 /* AppTrackingTransparency.framework in Frameworks */,
10196
BF115CD26A29F1C032E30289 /* Pods_edge.framework in Frameworks */,
102-
E469AC702DC43791006A2530 /* AdServices.framework in Frameworks */,
10397
);
10498
runOnlyForDeploymentPostprocessing = 0;
10599
};
@@ -125,8 +119,6 @@
125119
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
126120
isa = PBXGroup;
127121
children = (
128-
E469AC712DC437D7006A2530 /* AppTrackingTransparency.framework */,
129-
E469AC6F2DC43791006A2530 /* AdServices.framework */,
130122
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
131123
E261C56FB78E202F218C2DCA /* Pods_edge.framework */,
132124
);

ios/edge/AppDelegate.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#import "ExpoModulesCore-Swift.h"
99
#import "Edge-Swift.h"
1010
#import "RNBootSplash.h"
11-
#import <AdServices/AdServices.h>
12-
#import <AppTrackingTransparency/AppTrackingTransparency.h>
1311
#import <Firebase.h>
1412
#import <FirebaseMessaging.h>
1513
#import <Foundation/Foundation.h>

ios/edge/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSUserTrackingUsageDescription</key>
6-
<string>This identifier will be used to deliver personalized ads to you.</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
97
<key>CFBundleDisplayName</key>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"bip39": "3.0.4"
6666
},
6767
"dependencies": {
68-
"@brigad/react-native-adservices": "^0.1.3",
6968
"@connectedcars/react-native-slide-charts": "^1.0.5",
7069
"@ethersproject/shims": "^5.6.0",
7170
"@react-native-async-storage/async-storage": "^1.19.4",

src/types/brigad-react-native-adservices.d.ts

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

src/types/react-native-apple-ads-attribution.d.ts

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

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,11 +1195,6 @@
11951195
dependencies:
11961196
"@noble/curves" "^1.7.0"
11971197

1198-
"@brigad/react-native-adservices@^0.1.3":
1199-
version "0.1.3"
1200-
resolved "https://registry.yarnpkg.com/@brigad/react-native-adservices/-/react-native-adservices-0.1.3.tgz#7d59ba083c2cde7cefdefbe8b920cf0953ccb86e"
1201-
integrity sha512-Ri9TmT2V+kpr3XaOKFvhB6ZM4irrV/2les5ozuGThrsZUhHNJMD3EjgwPOZGEQZ1JrhUCS776RUYf1pgeOttJQ==
1202-
12031198
"@chain-registry/client@^1.53.59":
12041199
version "1.53.59"
12051200
resolved "https://registry.yarnpkg.com/@chain-registry/client/-/client-1.53.59.tgz#3d2898408be0ce5a810a4da62a0698ad52bb9297"

0 commit comments

Comments
 (0)