mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
copy url alert action
This commit is contained in:
parent
401bef533c
commit
dc3c38bb96
@ -85,7 +85,8 @@ class CopyURLAlert: AlertOperation<UIViewController> {
|
|||||||
if let absoluteURL = url.absoluteString {
|
if let absoluteURL = url.absoluteString {
|
||||||
message = String(format: NSLocalizedString("The URL is %@", comment: "Copy URL Alert"), absoluteURL)
|
message = String(format: NSLocalizedString("The URL is %@", comment: "Copy URL Alert"), absoluteURL)
|
||||||
}
|
}
|
||||||
addActionWithTitle(LocalizedStrings.ok)
|
addActionWithTitle(LocalizedStrings.done)
|
||||||
|
preferredAction = actions[0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.1559</string>
|
<string>1.8.1562</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.1559</string>
|
<string>1.8.1562</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionMainStoryboard</key>
|
<key>NSExtensionMainStoryboard</key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user