Skip to content

Commit

Permalink
Working iOS version, still some minor missing update nibbles (coming …
Browse files Browse the repository at this point in the history
…back from build to play, buying items and such)
  • Loading branch information
Maluku authored and Maluku committed Jul 9, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8665294 commit a971f13
Showing 11 changed files with 169 additions and 162 deletions.
182 changes: 91 additions & 91 deletions CB 5e/CB_5e.Android/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions CB 5e/CB_5e.iOS/CB_5e.iOS.csproj
Original file line number Diff line number Diff line change
@@ -24,8 +24,6 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<MtouchFastDev>True</MtouchFastDev>
<MtouchUseSGen>True</MtouchUseSGen>
<MtouchUseRefCounting>True</MtouchUseRefCounting>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
@@ -46,8 +44,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
@@ -64,8 +60,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
@@ -80,20 +74,18 @@
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>iPhone Developer: [email protected] (2VAX5Q8FDD)</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<PlatformTarget>x86</PlatformTarget>
<CodesignProvision />
<CodesignProvision>iOS Team Provisioning Profile: de.malukuseito.CB5e1</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="DLToolkit.Forms.Controls.FlowListView, Version=1.0.6542.36915, Culture=neutral, processorArchitecture=MSIL">
@@ -139,7 +131,7 @@
<Name>OGL Elements</Name>
</ProjectReference>
<ProjectReference Include="..\CB_5e\CB_5e.csproj">
<Project>{afef8216-5e17-4e09-9ff9-61846864e437}</Project>
<Project>{4EFB7F3C-0E08-4E9E-BF2B-7B08FBD326A1}</Project>
<Name>CB_5e</Name>
</ProjectReference>
</ItemGroup>
2 changes: 1 addition & 1 deletion CB 5e/CB_5e.iOS/DocumentViewer_iOS.cs
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ public void ShowDocumentFile(string name, Stream file, string mimeType)
using (FileStream fs = File.OpenWrite(Path.Combine(tmp, name)))
{
file.CopyTo(fs);
}
}
var fileinfo = new FileInfo(Path.Combine(tmp, name));
Device.BeginInvokeOnMainThread(() =>
{
8 changes: 6 additions & 2 deletions CB 5e/CB_5e.iOS/Info.plist
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>CB_5e.iOS</string>
<key>CFBundleIdentifier</key>
<string>de.malukuseito.CB_5e</string>
<string>de.malukuseito.CB5e1</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
@@ -55,6 +55,10 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>Select pictures for characters and new elements</string>
<key>XSAppIconAssets</key>
<string>Resources/Media.xcassets/AppIcons.appiconset</string>
<string>Media.xcassets/AppIcons.appiconset</string>
<key>MinimumOSVersion</key>
<string>11.3</string>
<key>UIMainStoryboardFile</key>
<string>LaunchScreen</string>
</dict>
</plist>
Loading

0 comments on commit a971f13

Please sign in to comment.