Skip to content

Commit 63493f4

Browse files
Bumped CYRTextView
1 parent 473f7f3 commit 63493f4

File tree

12 files changed

+50
-37
lines changed

12 files changed

+50
-37
lines changed

LuaCodeView.iOS.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<copyright>Copyright © Vinicius Jarina 2019</copyright>
1717
<tags>LuaCodeView</tags>
1818
<dependencies>
19-
<dependency id="Codefoco.CYRTextView" version="0.4.4" />
19+
<dependency id="Codefoco.CYRTextView" version="0.4.7" />
2020
</dependencies>
2121
</metadata>
2222
<files>

LuaCodeViewExample/ViewController.designer.cs

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/XamariniOS/LuaCodeView.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Reference Include="System.Core" />
4545
<Reference Include="Xamarin.iOS" />
4646
<Reference Include="CYRTextView">
47-
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.6\lib\xamarinios\CYRTextView.dll</HintPath>
47+
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.7\lib\xamarinios\CYRTextView.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

build/XamariniOS/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Codefoco.CYRTextView" version="0.4.6" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.7" targetFramework="xamarinios10" />
44
</packages>

devops/azure-devops.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ pool:
33
demands: msbuild
44

55
steps:
6+
7+
# Azure DevOps hosted pool is still using an old version of Xamarin.iOS,
8+
# so we will use the previous major version of Xcode
9+
- task: CmdLine@2
10+
inputs:
11+
script: 'sudo /usr/bin/xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer'
12+
13+
# Print the current version of Xamarin.iOS
14+
- task: CmdLine@2
15+
inputs:
16+
script: '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --version'
17+
18+
619
- task: NuGetCommand@2
720
displayName: 'NuGet restore'
821

Binary file not shown.
Binary file not shown.
9.24 KB
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)