File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ extension UpgradeAlert {
1414 * - Fixme: ⚠️️ Consider renaming this to appInfoRequestURL for clarity.
1515 * - fix: maybe move url to const?
1616 */
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+ // }
2323 // The App Store lookup URL may fail if the app is not available in all countries.
2424 // prefer this
2525 internal static func getRequestURL( countryCode: String = Locale . current. region? . identifier ?? " US " ) -> URL ? {
You can’t perform that action at this time.
0 commit comments