Skip to content

Commit

Permalink
Latest updates pre first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed Aug 4, 2022
1 parent 1a3be36 commit feab391
Show file tree
Hide file tree
Showing 52 changed files with 3,955 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">tainacan-mobile</string>
<string name="app_name">Tainacan</string>
<string name="title_activity_main">tainacan-mobile</string>
<string name="package_name">org.tainacan.mobileapp</string>
<string name="custom_url_scheme">org.tainacan.mobileapp</string>
Expand Down
6 changes: 6 additions & 0 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"appId": "org.tainacan.mobileapp",
"appName": "Tainacan",
"webDir": "dist",
"bundledWebRuntime": false
}
11 changes: 11 additions & 0 deletions ios/App/App/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />

<feature name="InAppBrowser">
<param name="ios-package" value="CDVWKInAppBrowser"/>
<param name="onload" value="true"/>
</feature>


</widget>
Binary file added ios/App/App/public/assets/icon/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ios/App/App/public/assets/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ios/App/App/public/assets/shapes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit feab391

Please sign in to comment.