mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -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 {
|
||||
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>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.1559</string>
|
||||
<string>1.8.1562</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.1559</string>
|
||||
<string>1.8.1562</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user