-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adriano
committed
Jan 6, 2017
1 parent
3ad54b9
commit 992b3ee
Showing
17 changed files
with
247 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ | |
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>MinimumOSVersion</key> | ||
<string>6.0</string> | ||
<string>8.1</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>QR2Web</string> | ||
<string>qr2web Inventory</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>ch.petrucci.QR2Web</string> | ||
<string>ch.petrucci.qr2web-Inventory</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
<string>2</string> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>[email protected]</string> | ||
|
@@ -59,6 +59,10 @@ | |
</dict> | ||
</array> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2</string> | ||
<string>1.3</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile~ipad</key> | ||
<string>LaunchScreen</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,24 @@ | |
<OutputType>Exe</OutputType> | ||
<RootNamespace>QR2Web.iOS</RootNamespace> | ||
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> | ||
<AssemblyName>QR2WebiOS</AssemblyName> | ||
<AssemblyName>QR2Web</AssemblyName> | ||
<NuGetPackageImportStamp> | ||
</NuGetPackageImportStamp> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
|
@@ -49,7 +64,8 @@ | |
<MtouchArch>ARMv7, ARM64</MtouchArch> | ||
<CodesignKey>iPhone Developer</CodesignKey> | ||
<MtouchDebug>true</MtouchDebug> | ||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> | ||
<CodesignEntitlements> | ||
</CodesignEntitlements> | ||
<BuildIpa>True</BuildIpa> | ||
<IpaIncludeArtwork>False</IpaIncludeArtwork> | ||
</PropertyGroup> | ||
|
@@ -73,10 +89,9 @@ | |
<ConsolePause>False</ConsolePause> | ||
<MtouchArch>ARMv7, ARM64</MtouchArch> | ||
<BuildIpa>True</BuildIpa> | ||
<CodesignProvision>Automatic:AdHoc</CodesignProvision> | ||
<CodesignKey>iPhone Distribution</CodesignKey> | ||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> | ||
<CodesignKey>iPhone Developer: [email protected] (N72LA2ZQZV)</CodesignKey> | ||
<IpaIncludeArtwork>False</IpaIncludeArtwork> | ||
<CodesignProvision>7a679996-b650-46a0-9f1b-0539da42258d</CodesignProvision> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> | ||
<DebugType>none</DebugType> | ||
|
@@ -90,16 +105,18 @@ | |
<CodesignKey>iPhone Distribution</CodesignKey> | ||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<StartupObject>QR2Web.iOS.Application</StartupObject> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Main.cs" /> | ||
<Compile Include="AppDelegate.cs" /> | ||
<None Include="Entitlements.plist" /> | ||
<ITunesArtwork Include="iTunesArtwork%402x" /> | ||
<None Include="Info.plist"> | ||
<SubType>Designer</SubType> | ||
</None> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<ITunesArtwork Include="iTunesArtwork" /> | ||
<ITunesArtwork Include="iTunesArtwork@2x" /> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
|
@@ -189,6 +206,13 @@ | |
<ItemGroup> | ||
<BundleResource Include="Resources\scanl1.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="..\QR2Web\QR2Web.projitems" Label="Shared" Condition="Exists('..\QR2Web\QR2Web.projitems')" /> | ||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> | ||
<Import Project="..\..\packages\Xamarin.Forms.2.3.3.175\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.3.175\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" /> | ||
|
Binary file not shown.
Binary file not shown.
Oops, something went wrong.