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
"tests/vscode:/vscode.git/clone" did not exist on "22006326c04411606ad4631c991393ec59fe3e6d"
Commit
328230bd
authored
Dec 18, 2014
by
Vinicius Jarina
Browse files
Fixed NLua iOS 64bit version.
parent
26031db6
Changes
3
Show 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 @@
...
@@ -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>
3.2
</string>
<string>
6.1
</string>
<key>
UIDeviceFamily
</key>
<key>
UIDeviceFamily
</key>
<array>
<array>
<integer>
1
</integer>
<integer>
1
</integer>
...
...
ios/NLuaTestsiOS/NLuaTest.csproj
View file @
328230bd
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<MtouchLink>
None
</MtouchLink>
<MtouchLink>
None
</MtouchLink>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
i386
</MtouchArch>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "
>
<DebugType>
none
</DebugType>
<DebugType>
none
</DebugType>
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<MtouchDebug>
True
</MtouchDebug>
<MtouchDebug>
True
</MtouchDebug>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7
, ARM64
</MtouchArch>
<MtouchLink>
None
</MtouchLink>
<MtouchLink>
None
</MtouchLink>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhone' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhone' "
>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</IpaPackageName>
</IpaPackageName>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7
, ARM64
</MtouchArch>
<BuildIpa>
True
</BuildIpa>
<BuildIpa>
True
</BuildIpa>
<DefineConstants>
MONOTOUCH
</DefineConstants>
<DefineConstants>
MONOTOUCH
</DefineConstants>
<MtouchUseLlvm>
True
</MtouchUseLlvm>
<MtouchUseLlvm>
True
</MtouchUseLlvm>
...
@@ -93,7 +93,8 @@
...
@@ -93,7 +93,8 @@
</IpaPackageName>
</IpaPackageName>
<MtouchI18n>
<MtouchI18n>
</MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7
</MtouchArch>
<MtouchArch>
ARMv7, ARM64
</MtouchArch>
<MtouchUseLlvm>
true
</MtouchUseLlvm>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "
>
<DebugType>
none
</DebugType>
<DebugType>
none
</DebugType>
...
@@ -104,6 +105,10 @@
...
@@ -104,6 +105,10 @@
<ConsolePause>
False
</ConsolePause>
<ConsolePause>
False
</ConsolePause>
<CodesignKey>
iPhone Distribution
</CodesignKey>
<CodesignKey>
iPhone Distribution
</CodesignKey>
<CodesignProvision>
Automatic:AppStore
</CodesignProvision>
<CodesignProvision>
Automatic:AppStore
</CodesignProvision>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>
ARMv7, ARM64
</MtouchArch>
<MtouchUseLlvm>
true
</MtouchUseLlvm>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<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