|
29 | 29 | <MtouchArch>i386</MtouchArch> |
30 | 30 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
31 | 31 | <CodesignKey>iPhone Developer</CodesignKey> |
32 | | - <MtouchSdkVersion>8.0</MtouchSdkVersion> |
33 | 32 | <MtouchUseRefCounting>true</MtouchUseRefCounting> |
| 33 | + <MtouchProfiling>true</MtouchProfiling> |
| 34 | + <MtouchUseSGen>true</MtouchUseSGen> |
34 | 35 | </PropertyGroup> |
35 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
36 | 37 | <DebugType>none</DebugType> |
|
217 | 218 | <Compile Include="Views\Gists\GistCreateView.cs" /> |
218 | 219 | <None Include="Entitlements.plist" /> |
219 | 220 | <Compile Include="Views\Repositories\RepositoriesTrendingView.cs" /> |
220 | | - <None Include="RELEASE-NOTES.txt" /> |
221 | 221 | <Compile Include="ViewControllers\MarkdownComposerViewController.cs" /> |
222 | 222 | <Compile Include="Views\App\SidebarOrderView.cs" /> |
223 | 223 | <Compile Include="Views\App\EnablePushNotificationsViewController.cs" /> |
|
413 | 413 | <Reference Include="Newtonsoft.Json"> |
414 | 414 | <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
415 | 415 | </Reference> |
416 | | - <Reference Include="GitHubSharp"> |
417 | | - <HintPath>..\packages\GitHubClient.1.0.5.0\lib\portable-net45+win+wpa81\GitHubSharp.dll</HintPath> |
418 | | - </Reference> |
419 | 416 | <Reference Include="BTProgressHUD"> |
420 | 417 | <HintPath>..\packages\BTProgressHUD.1.0.0\lib\Xamarin.iOS10\BTProgressHUD.dll</HintPath> |
421 | 418 | </Reference> |
422 | 419 | <Reference Include="Cirrious.MvvmCross.Plugins.Messenger"> |
423 | 420 | <HintPath>..\packages\MvvmCross.HotTuna.Plugin.Messenger.3.5.1\lib\Xamarin.iOS10\Cirrious.MvvmCross.Plugins.Messenger.dll</HintPath> |
424 | 421 | </Reference> |
| 422 | + <Reference Include="GitHubSharp"> |
| 423 | + <HintPath>..\packages\GitHubClient.1.0.6.0\lib\portable-net45+win+wpa81\GitHubSharp.dll</HintPath> |
| 424 | + </Reference> |
425 | 425 | <Reference Include="MonoTouch.Slideout"> |
426 | | - <HintPath>..\packages\MonoTouch.SlideoutNavigation.0.1.1\lib\Xamarin.iOS10\MonoTouch.Slideout.dll</HintPath> |
| 426 | + <HintPath>..\packages\MonoTouch.SlideoutNavigation.1.0.1\lib\Xamarin.iOS10\MonoTouch.Slideout.dll</HintPath> |
427 | 427 | </Reference> |
428 | 428 | </ItemGroup> |
429 | 429 | <ItemGroup> |
|
0 commit comments