Добавил подпись приложения

This commit is contained in:
Rustam Zaitov 2013-09-15 16:17:27 +04:00
parent 9b13209726
commit ddd899b928
2 changed files with 11 additions and 1 deletions

View File

@ -23,6 +23,8 @@
<MtouchLink>None</MtouchLink>
<ConsolePause>false</ConsolePause>
<MtouchDebug>true</MtouchDebug>
<MtouchI18n />
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>full</DebugType>
@ -43,7 +45,9 @@
<WarningLevel>4</WarningLevel>
<MtouchDebug>true</MtouchDebug>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>iPhone Developer: Рустам Заитов (CTL85FZX6K)</CodesignKey>
<IpaPackageName />
<CodesignProvision>8F606DAE-F9C9-4A19-8EFF-34B990D76C28</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>full</DebugType>

View File

@ -10,5 +10,11 @@
</array>
<key>MinimumOSVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>CFBundleDisplayName</key>
<string>BuidScript</string>
<key>CFBundleIdentifier</key>
<string>com.touchin.buildscript</string>
</dict>
</plist>