Skip to content

Commit 1852cf7

Browse files
committed
rename AttributionSource.appleSearchAds to .appleAds
Public-facing constant only; rawValue 'apple_search_ads' is unchanged to preserve the wire contract with the backend.
1 parent fcc20cf commit 1852cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Profile/Entities/AdaptyProfile.AttributionSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension AdaptyProfile {
1313
self.rawValue = rawValue
1414
}
1515

16-
public static let appleSearchAds = AttributionSource(rawValue: "apple_search_ads")
16+
public static let appleAds = AttributionSource(rawValue: "apple_search_ads")
1717
}
1818
}
1919

0 commit comments

Comments
 (0)