Make iOS compile

This commit is contained in:
Shane Woolcock
2018-11-09 22:04:54 +10:30
parent 42894f397b
commit cb502abe01
8 changed files with 19 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
@@ -21,8 +21,6 @@
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>

View File

@@ -74,7 +74,6 @@
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>49392</IOSDebuggerPort>
@@ -83,6 +82,7 @@
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<LangVersion>Default</LangVersion>
<MtouchExtraArgs>-v -v -v -v -gcc_flags "-lstdc++ -framework AudioToolbox -framework SystemConfiguration -framework OpenGLES -framework CFNetwork -framework Accelerate -force_load ../osu.Framework.iOS/lib/libbass.a -force_load ../osu.Framework.iOS/lib/libbass_fx.a"</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />