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
6cb02fdd
Commit
6cb02fdd
authored
May 11, 2015
by
Vinicius Jarina
Browse files
[NLua.iOS] Using x86_64 in the simulator setting.
parent
2fc4c10a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ios/NLuaTestsiOS/Info.plist
View file @
6cb02fdd
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<key>
CFBundleIdentifier
</key>
<key>
CFBundleIdentifier
</key>
<string>
org.nlua.nluatest
</string>
<string>
org.nlua.nluatest
</string>
<key>
MinimumOSVersion
</key>
<key>
MinimumOSVersion
</key>
<string>
6
.1
</string>
<string>
7
.1
</string>
<key>
UIDeviceFamily
</key>
<key>
UIDeviceFamily
</key>
<array>
<array>
<integer>
1
</integer>
<integer>
1
</integer>
...
...
ios/NLuaTestsiOS/NLuaTest.csproj
View file @
6cb02fdd
...
@@ -25,7 +25,9 @@
...
@@ -25,7 +25,9 @@
<MtouchLink>
None
</MtouchLink>
<MtouchLink>
None
</MtouchLink>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
i386
</MtouchArch>
<MtouchArch>
x86_64
</MtouchArch>
<MtouchUseRefCounting>
true
</MtouchUseRefCounting>
<CodesignKey>
iPhone Developer
</CodesignKey>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "
>
<DebugType>
none
</DebugType>
<DebugType>
none
</DebugType>
...
@@ -36,7 +38,7 @@
...
@@ -36,7 +38,7 @@
<ConsolePause>
False
</ConsolePause>
<ConsolePause>
False
</ConsolePause>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
x86_64
</MtouchArch>
<MtouchUseLlvm>
True
</MtouchUseLlvm>
<MtouchUseLlvm>
True
</MtouchUseLlvm>
<MtouchUseSGen>
True
</MtouchUseSGen>
<MtouchUseSGen>
True
</MtouchUseSGen>
<MtouchUseRefCounting>
True
</MtouchUseRefCounting>
<MtouchUseRefCounting>
True
</MtouchUseRefCounting>
...
...
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