diff --git a/Cargo.toml b/Cargo.toml index 350bf89e..66f58668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,6 +86,10 @@ android-activity = { version = "0.4", features = [ "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"] } +[package.metadata.bundle] +identifier = "com.damus.notedeck" +icon = ["assets/app_icon.icns"] + [package.metadata.android] package = "com.damus.app" apk_name = "damus" diff --git a/assets/app_icon.icns b/assets/app_icon.icns new file mode 100644 index 00000000..b3af25e8 Binary files /dev/null and b/assets/app_icon.icns differ diff --git a/entitlements.plist b/entitlements.plist new file mode 100644 index 00000000..34358190 --- /dev/null +++ b/entitlements.plist @@ -0,0 +1,12 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.network.client + + +