-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working iOS version, still some minor missing update nibbles (coming …
…back from build to play, buying items and such)
- Loading branch information
Maluku
authored and
Maluku
committed
Jul 9, 2018
1 parent
8665294
commit a971f13
Showing
11 changed files
with
169 additions
and
162 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.