@@ -86,6 +86,10 @@ android-activity = { version = "0.4", features = [ "native-activity" ] }
|
|||||||
winit = { version = "0.29", features = [ "android-native-activity" ] }
|
winit = { version = "0.29", features = [ "android-native-activity" ] }
|
||||||
#winit = { git="https://github.com/rust-windowing/winit.git", rev = "2a58b785fed2a3746f7c7eebce95bce67ddfd27c", features = ["android-native-activity"] }
|
#winit = { git="https://github.com/rust-windowing/winit.git", rev = "2a58b785fed2a3746f7c7eebce95bce67ddfd27c", features = ["android-native-activity"] }
|
||||||
|
|
||||||
|
[package.metadata.bundle]
|
||||||
|
identifier = "com.damus.notedeck"
|
||||||
|
icon = ["assets/app_icon.icns"]
|
||||||
|
|
||||||
[package.metadata.android]
|
[package.metadata.android]
|
||||||
package = "com.damus.app"
|
package = "com.damus.app"
|
||||||
apk_name = "damus"
|
apk_name = "damus"
|
||||||
|
|||||||
BIN
assets/app_icon.icns
Normal file
BIN
assets/app_icon.icns
Normal file
Binary file not shown.
12
entitlements.plist
Normal file
12
entitlements.plist
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>com.apple.security.app-sandbox</key>
|
||||||
|
<false/>
|
||||||
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.security.network.client</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user