Intial commit

This commit is contained in:
Mochammad Adhi Buchori
2025-04-18 17:33:44 +07:00
parent a17842fc9e
commit ef2bc641ac
175 changed files with 2904 additions and 137 deletions

View File

@ -26,14 +26,13 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@ -48,5 +47,80 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIAppFonts</key>
<array>
<string>NotoSans-Black.ttf</string>
<string>NotoSans-BlackItalic.ttf</string>
<string>NotoSans-Bold.ttf</string>
<string>NotoSans-BoldItalic.ttf</string>
<string>NotoSans-ExtraBold.ttf</string>
<string>NotoSans-ExtraBoldItalic.ttf</string>
<string>NotoSans-ExtraLight.ttf</string>
<string>NotoSans-ExtraLightItalic.ttf</string>
<string>NotoSans-Italic.ttf</string>
<string>NotoSans-Light.ttf</string>
<string>NotoSans-LightItalic.ttf</string>
<string>NotoSans-Medium.ttf</string>
<string>NotoSans-MediumItalic.ttf</string>
<string>NotoSans-Regular.ttf</string>
<string>NotoSans-SemiBold.ttf</string>
<string>NotoSans-SemiBoldItalic.ttf</string>
<string>NotoSans-Thin.ttf</string>
<string>NotoSans-ThinItalic.ttf</string>
<string>NotoSans_Condensed-Black.ttf</string>
<string>NotoSans_Condensed-BlackItalic.ttf</string>
<string>NotoSans_Condensed-Bold.ttf</string>
<string>NotoSans_Condensed-BoldItalic.ttf</string>
<string>NotoSans_Condensed-ExtraBold.ttf</string>
<string>NotoSans_Condensed-ExtraBoldItalic.ttf</string>
<string>NotoSans_Condensed-ExtraLight.ttf</string>
<string>NotoSans_Condensed-ExtraLightItalic.ttf</string>
<string>NotoSans_Condensed-Italic.ttf</string>
<string>NotoSans_Condensed-Light.ttf</string>
<string>NotoSans_Condensed-LightItalic.ttf</string>
<string>NotoSans_Condensed-Medium.ttf</string>
<string>NotoSans_Condensed-MediumItalic.ttf</string>
<string>NotoSans_Condensed-Regular.ttf</string>
<string>NotoSans_Condensed-SemiBold.ttf</string>
<string>NotoSans_Condensed-SemiBoldItalic.ttf</string>
<string>NotoSans_Condensed-Thin.ttf</string>
<string>NotoSans_Condensed-ThinItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Black.ttf</string>
<string>NotoSans_ExtraCondensed-BlackItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Bold.ttf</string>
<string>NotoSans_ExtraCondensed-BoldItalic.ttf</string>
<string>NotoSans_ExtraCondensed-ExtraBold.ttf</string>
<string>NotoSans_ExtraCondensed-ExtraBoldItalic.ttf</string>
<string>NotoSans_ExtraCondensed-ExtraLight.ttf</string>
<string>NotoSans_ExtraCondensed-ExtraLightItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Italic.ttf</string>
<string>NotoSans_ExtraCondensed-Light.ttf</string>
<string>NotoSans_ExtraCondensed-LightItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Medium.ttf</string>
<string>NotoSans_ExtraCondensed-MediumItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Regular.ttf</string>
<string>NotoSans_ExtraCondensed-SemiBold.ttf</string>
<string>NotoSans_ExtraCondensed-SemiBoldItalic.ttf</string>
<string>NotoSans_ExtraCondensed-Thin.ttf</string>
<string>NotoSans_ExtraCondensed-ThinItalic.ttf</string>
<string>NotoSans_SemiCondensed-Black.ttf</string>
<string>NotoSans_SemiCondensed-BlackItalic.ttf</string>
<string>NotoSans_SemiCondensed-Bold.ttf</string>
<string>NotoSans_SemiCondensed-BoldItalic.ttf</string>
<string>NotoSans_SemiCondensed-ExtraBold.ttf</string>
<string>NotoSans_SemiCondensed-ExtraBoldItalic.ttf</string>
<string>NotoSans_SemiCondensed-ExtraLight.ttf</string>
<string>NotoSans_SemiCondensed-ExtraLightItalic.ttf</string>
<string>NotoSans_SemiCondensed-Italic.ttf</string>
<string>NotoSans_SemiCondensed-Light.ttf</string>
<string>NotoSans_SemiCondensed-LightItalic.ttf</string>
<string>NotoSans_SemiCondensed-Medium.ttf</string>
<string>NotoSans_SemiCondensed-MediumItalic.ttf</string>
<string>NotoSans_SemiCondensed-Regular.ttf</string>
<string>NotoSans_SemiCondensed-SemiBold.ttf</string>
<string>NotoSans_SemiCondensed-SemiBoldItalic.ttf</string>
<string>NotoSans_SemiCondensed-Thin.ttf</string>
<string>NotoSans_SemiCondensed-ThinItalic.ttf</string>
</array>
</dict>
</plist>