From: Azijur Rahman Sheatu Date: Tue, 1 Oct 2024 04:40:23 +0000 (+0600) Subject: Modify the PostBuild script and update rpk. X-Git-Tag: accepted/tizen/unified/20241004.041935^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F318507%2F2;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-bluetooth.git Modify the PostBuild script and update rpk. [Problem] 1. TNINE-4668: Bluetooth item is missing in Settings main menu. 2. TNINE-4715: Wi-Fi and Bluetooth item texts are not showing properly. [Cause & Measure] Cause: Resource package destination have been changed from 'res/allowed' to 'res/allowed/' from FW side. Measure: Modified postbuild script accordingly and been built rpk with latest build tools. Change-Id: I87f30ccb8c39009dae1cbd68671154ce3c65ebb2 Signed-off-by: Azijur Rahman Sheatu --- diff --git a/.gitignore b/.gitignore index aec47d2..bd602bc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,6 @@ **/[Dd]ebug/ **/[Bb]uild/ **/.gn -**/res/allowed/*.dll +**/res/allowed/org.* tags msbuild.log diff --git a/SettingBluetooth/SettingBluetooth/SettingBluetooth.csproj b/SettingBluetooth/SettingBluetooth/SettingBluetooth.csproj index c1870c5..bcb1fb9 100644 --- a/SettingBluetooth/SettingBluetooth/SettingBluetooth.csproj +++ b/SettingBluetooth/SettingBluetooth/SettingBluetooth.csproj @@ -38,8 +38,12 @@ + + org.tizen.appfw.gadget.setting-bluetooth + + - + diff --git a/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk b/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk index fe04699..ed69e24 100644 Binary files a/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk differ