mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
1.0.5
This commit is contained in:
parent
aa47e9b929
commit
b6f31bd3dc
@ -77,14 +77,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
|
|
||||||
let alertController = UIAlertController(title: title, message: body, preferredStyle: .alert)
|
let alertController = UIAlertController(title: title, message: body, preferredStyle: .alert)
|
||||||
alertController.addAction(UIAlertAction(title: "复制内容", style: .default, handler: { (_) in
|
alertController.addAction(UIAlertAction(title: "复制内容", style: .default, handler: { (_) in
|
||||||
if userInfo["automaticallycopy"] as? String == "1"{
|
|
||||||
if let copy = userInfo["copy"] as? String {
|
if let copy = userInfo["copy"] as? String {
|
||||||
UIPasteboard.general.string = copy
|
UIPasteboard.general.string = copy
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
UIPasteboard.general.string = body
|
UIPasteboard.general.string = body
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}))
|
}))
|
||||||
alertController.addAction(UIAlertAction(title: "更多操作", style: .default, handler: { (_) in
|
alertController.addAction(UIAlertAction(title: "更多操作", style: .default, handler: { (_) in
|
||||||
var shareContent = ""
|
var shareContent = ""
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.5</string>
|
<string>1.0.5</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>3</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.5</string>
|
<string>1.0.5</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>3</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionPointIdentifier</key>
|
<key>NSExtensionPointIdentifier</key>
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.5</string>
|
<string>1.0.5</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>3</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionAttributes</key>
|
<key>NSExtensionAttributes</key>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user