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

Commit

Permalink
Committing version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Giardina committed Dec 26, 2019
1 parent a97546f commit 7913b8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Ifpa/Ifpa.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.3" package="com.edgiardina.ifpa" android:installLocation="auto" android:versionCode="33">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1.0" package="com.edgiardina.ifpa" android:installLocation="auto" android:versionCode="34">
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="28" />
<application android:label="IFPA Companion" android:icon="@drawable/Icon">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="" />
<!-- Necessary for apps that target Android 9.0 or higher -->
Expand Down
5 changes: 2 additions & 3 deletions Ifpa/Ifpa.iOS/Ifpa.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,13 @@
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Distribution: Ed Giardina (KH5JKUPW2Q)</CodesignKey>
<CodesignKey>iPhone Developer: Ed Giardina (PVMXR5HC9R)</CodesignKey>
<CodesignEntitlements>
</CodesignEntitlements>
<MtouchNoSymbolStrip>false</MtouchNoSymbolStrip>
<OptimizePNGs>true</OptimizePNGs>
<MtouchFloat32>false</MtouchFloat32>
<CodesignProvision>
</CodesignProvision>
<CodesignProvision>VS: WildCard Development</CodesignProvision>
<BuildIpa>true</BuildIpa>
<CodesignExtraArgs />
<CodesignResourceRules />
Expand Down
4 changes: 2 additions & 2 deletions Ifpa/Ifpa.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleIdentifier</key>
<string>com.edgiardina.ifpa</string>
<key>CFBundleVersion</key>
<string>2.0.3</string>
<string>2.1.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -40,7 +40,7 @@
<key>NSCalendarsUsageDescription</key>
<string>This app will allow you to add an IFPA sanctioned tournament from the app to your local device&apos;s calendar</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.1.0</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down

0 comments on commit 7913b8b

Please sign in to comment.