Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
enable png opt
Browse files Browse the repository at this point in the history
  • Loading branch information
castellaman committed Jul 11, 2020
1 parent 71771fc commit 603a85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="4" android:versionName="1.1.1" package="jp.go.mhlw.covid19radar" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="APP_VERSION" package="APP_PACKAGE_NAME" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29" />
<application android:debuggable="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher">
</application>
Expand Down
1 change: 1 addition & 0 deletions Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<MtouchFloat32>true</MtouchFloat32>
<BuildIpa>false</BuildIpa>
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<OptimizePNGs>true</OptimizePNGs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
Expand Down
4 changes: 2 additions & 2 deletions Covid19Radar/Covid19Radar.iOS/appcenter-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sed -i '' "s/APP_PACKAGE_NAME/$APP_PACKAGE_NAME/g" $APP_PLIST_FILE
sed -i '' "s/APP_VERSION/$APP_VERSION/g" $APP_PLIST_FILE
cat $APP_PLIST_FILE

ENTITLEMENTS_PLIST_FILE=$BUILD_REPOSITORY_LOCALPATH/Covid19Radar/Covid19Radar.iOS/Entitlements.plist
#ENTITLEMENTS_PLIST_FILE=$BUILD_REPOSITORY_LOCALPATH/Covid19Radar/Covid19Radar.iOS/Entitlements.plist
#sed -i '' "s/ENTITLEMENTS_PLIST_VALUE/$ENTITLEMENTS_PLIST_VALUE/g" $ENTITLEMENTS_PLIST_FILE
cat $ENTITLEMENTS_PLIST_FILE
#cat $ENTITLEMENTS_PLIST_FILE

# Updating ids

Expand Down

0 comments on commit 603a85f

Please sign in to comment.