Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
328230bd
Commit
328230bd
authored
Dec 18, 2014
by
Vinicius Jarina
Browse files
Fixed NLua iOS 64bit version.
parent
26031db6
Changes
3
Hide whitespace changes
Inline
Side-by-side
KeraLua
@
346918a5
Compare
49e79194
...
346918a5
Subproject commit
49e791941da3002e0f8e117b5ea2b6d515cf452b
Subproject commit
346918a5148c3b148e5ea7de93390288b7731ca8
ios/NLuaTestsiOS/Info.plist
View file @
328230bd
...
...
@@ -7,7 +7,7 @@
<key>
CFBundleIdentifier
</key>
<string>
org.nlua.nluatest
</string>
<key>
MinimumOSVersion
</key>
<string>
3.2
</string>
<string>
6.1
</string>
<key>
UIDeviceFamily
</key>
<array>
<integer>
1
</integer>
...
...
ios/NLuaTestsiOS/NLuaTest.csproj
View file @
328230bd
...
...
@@ -25,7 +25,7 @@
<MtouchLink>
None
</MtouchLink>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
i386
</MtouchArch>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "
>
<DebugType>
none
</DebugType>
...
...
@@ -56,7 +56,7 @@
<MtouchDebug>
True
</MtouchDebug>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7
, ARM64
</MtouchArch>
<MtouchLink>
None
</MtouchLink>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhone' "
>
...
...
@@ -71,7 +71,7 @@
</IpaPackageName>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7
, ARM64
</MtouchArch>
<BuildIpa>
True
</BuildIpa>
<DefineConstants>
MONOTOUCH
</DefineConstants>
<MtouchUseLlvm>
True
</MtouchUseLlvm>
...
...
@@ -93,7 +93,8 @@
</IpaPackageName>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7, ARM64
</MtouchArch>
<MtouchUseLlvm>
true
</MtouchUseLlvm>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "
>
<DebugType>
none
</DebugType>
...
...
@@ -104,6 +105,10 @@
<ConsolePause>
False
</ConsolePause>
<CodesignKey>
iPhone Distribution
</CodesignKey>
<CodesignProvision>
Automatic:AppStore
</CodesignProvision>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7, ARM64
</MtouchArch>
<MtouchUseLlvm>
true
</MtouchUseLlvm>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment