Skip to content

Commit

Permalink
Added iOS media
Browse files Browse the repository at this point in the history
  • Loading branch information
ibebbs committed Aug 17, 2020
1 parent b37cef5 commit 53e1b1c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
Binary file added images/LargeLogoNonTransparentNoAlpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/CODuo/CODuo.UWP/CODuo.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<LangVersion>8.0</LangVersion>
<PackageCertificateThumbprint>6C196E799E8E657D8E00776AB2F611F2623FE8E8</PackageCertificateThumbprint>
<PackageCertificateThumbprint>4A2E22A1A255D7804EAAD71E8B935D9AD651E941</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
Expand Down
2 changes: 1 addition & 1 deletion src/CODuo/CODuo.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<Identity
Name="49008onecog.solutions.COduo"
Publisher="CN=2DCD2049-9987-4D31-9392-705A158C5A7A"
Publisher="CN=ibebbs"
Version="0.3.0.0" />

<mp:PhoneIdentity PhoneProductId="a146eb74-9cc8-41b2-89ea-575653d9f393" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Expand Down
8 changes: 5 additions & 3 deletions src/CODuo/CODuo.iOS/CODuo.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<BuildIpa>true</BuildIpa>
<MtouchExtraArgs>--setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep</MtouchExtraArgs>
<OptimizePNGs>true</OptimizePNGs>
<CodesignProvision>COduo Provisioning - App Store</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
Expand Down Expand Up @@ -143,9 +145,6 @@
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Contents.json">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-10241.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-1202.png">
<Visible>false</Visible>
</ImageAsset>
Expand Down Expand Up @@ -200,6 +199,9 @@
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPad-76x76%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\LargeLogoNonTransparentNoAlpha.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\LaunchImages.launchimage\Contents.json">
<Visible>false</Visible>
</ImageAsset>
Expand Down
6 changes: 4 additions & 2 deletions src/CODuo/CODuo.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleIdentifier</key>
<string>com.cogenity.COduo</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.2.1</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<string>0.2.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down Expand Up @@ -58,5 +58,7 @@
<string>Media.xcassets/AppIcons.appiconset</string>
<key>UIRequiresFullScreen</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) needs permission to access photos on your device</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"scale": "1x",
"size": "1024x1024",
"idiom": "ios-marketing",
"filename": "Icon-10241.png"
"filename": "LargeLogoNonTransparentNoAlpha.png"
}
],
"properties": {},
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53e1b1c

Please sign in to comment.