File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ extension UpgradeAlert {
14
14
* - Fixme: ⚠️️ Consider renaming this to appInfoRequestURL for clarity.
15
15
* - fix: maybe move url to const?
16
16
*/
17
- @available ( * , deprecated, renamed: " getRequestURL " )
18
- internal static var requestURL : URL ? {
19
- guard let bundleId: String = Bundle . identifier else { return nil }
20
- let requestURLStr : String = " https://itunes.apple.com/lookup?bundleId= \( bundleId) " // might need country code
21
- return . init( string: requestURLStr)
22
- }
17
+ // @available(*, deprecated, renamed: "getRequestURL")
18
+ // internal static var requestURL: URL? {
19
+ // guard let bundleId: String = Bundle.identifier else { return nil }
20
+ // let requestURLStr: String = "https://itunes.apple.com/lookup?bundleId=\(bundleId)" // might need country code
21
+ // return .init(string: requestURLStr)
22
+ // }
23
23
// The App Store lookup URL may fail if the app is not available in all countries.
24
24
// prefer this
25
25
internal static func getRequestURL( countryCode: String = Locale . current. region? . identifier ?? " US " ) -> URL ? {
You can’t perform that action at this time.
0 commit comments