Skip to content

Commit bf80d36

Browse files
committed
1.0.5 release
1 parent 159635f commit bf80d36

File tree

28 files changed

+92
-92
lines changed

28 files changed

+92
-92
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
- name: Install
1919
run: pod install
2020
- name: Build & Test
21-
run: xcodebuild test -workspace grid-ios.xcworkspace -scheme grid-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
21+
run: xcodebuild test -workspace grid-ios.xcworkspace -scheme grid-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Install
1818
run: pod install
1919
- name: Build
20-
run: xcodebuild build-for-testing -workspace grid-ios.xcworkspace -scheme grid-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
20+
run: xcodebuild build-for-testing -workspace grid-ios.xcworkspace -scheme grid-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 1.0.5 (TBD)
7+
## [1.0.5](https://github.com/ngageoint/grid-ios/releases/tag/1.0.5) (01-26-2023)
88

9-
* TBD
9+
* sf-ios 4.1.2
1010

1111
## [1.0.4](https://github.com/ngageoint/grid-ios/releases/tag/1.0.4) (01-10-2023)
1212

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_frameworks!
44

55
target 'grid-ios' do
66
pod 'color-ios', '~> 1.0.1'
7-
pod 'sf-ios', '~> 4.1.1'
7+
pod 'sf-ios', '~> 4.1.2'
88

99
target 'grid-iosTests' do
1010
inherit! :complete

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ Include this repository by specifying it in a Podfile using a supported option.
5555

5656
Pull from [CocoaPods](https://cocoapods.org/pods/grid-ios):
5757

58-
pod 'grid-ios', '~> 1.0.4'
58+
pod 'grid-ios', '~> 1.0.5'
5959

6060
Pull from GitHub:
6161

6262
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :branch => 'master'
63-
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :tag => '1.0.4'
63+
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :tag => '1.0.5'
6464

6565
Include as local project:
6666

docs/docs/api/BaseGrid/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>grid-ios 1.0.4 - BaseGrid</title>
6+
<title>grid-ios 1.0.5 - BaseGrid</title>
77
<link rel="stylesheet" type="text/css" href="https://ngageoint.github.io/grid-ios/docs/api/all.css" media="all" />
88
</head>
99
<body>
1010
<header>
1111
<a href="https://ngageoint.github.io/grid-ios/docs/api/">
1212
<strong>
13-
grid-ios 1.0.4
13+
grid-ios 1.0.5
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -51,7 +51,7 @@ <h2 hidden>Relationships</h2>
5151
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5252
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
5353
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
54-
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
54+
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
5555
-->
5656
<!-- Pages: 1 -->
5757
<svg width="872pt" height="116pt"
@@ -67,27 +67,27 @@ <h2 hidden>Relationships</h2>
6767
</a>
6868
</g>
6969
</g>
70-
<!-- Hashable -->
70+
<!-- Comparable -->
7171
<g id="node2" class="node unknown">
72-
<title>Hashable</title>
72+
<title>Comparable</title>
7373
<path fill="none" stroke="black" d="M303,-36C303,-36 111,-36 111,-36 105,-36 99,-30 99,-24 99,-24 99,-12 99,-12 99,-6 105,0 111,0 111,0 303,0 303,0 309,0 315,-6 315,-12 315,-12 315,-24 315,-24 315,-30 309,-36 303,-36"/>
74-
<text text-anchor="middle" x="207" y="-14.3" font-family="Menlo" font-size="14.00">Hashable</text>
74+
<text text-anchor="middle" x="207" y="-14.3" font-family="Menlo" font-size="14.00">Comparable</text>
7575
</g>
76-
<!-- BaseGrid&#45;&gt;Hashable -->
77-
<g id="edge1" class="edge conformsTo">
78-
<title>BaseGrid&#45;&gt;Hashable</title>
76+
<!-- BaseGrid&#45;&gt;Comparable -->
77+
<g id="edge2" class="edge conformsTo">
78+
<title>BaseGrid&#45;&gt;Comparable</title>
7979
<path fill="none" stroke="black" d="M372.59,-70.52C342.19,-61.06 305.08,-49.52 273.71,-39.75"/>
8080
<polygon fill="black" stroke="black" points="274.9,-36.46 264.31,-36.83 272.82,-43.14 274.9,-36.46"/>
8181
</g>
82-
<!-- Comparable -->
82+
<!-- Hashable -->
8383
<g id="node3" class="node unknown">
84-
<title>Comparable</title>
84+
<title>Hashable</title>
8585
<path fill="none" stroke="black" d="M753,-36C753,-36 561,-36 561,-36 555,-36 549,-30 549,-24 549,-24 549,-12 549,-12 549,-6 555,0 561,0 561,0 753,0 753,0 759,0 765,-6 765,-12 765,-12 765,-24 765,-24 765,-30 759,-36 753,-36"/>
86-
<text text-anchor="middle" x="657" y="-14.3" font-family="Menlo" font-size="14.00">Comparable</text>
86+
<text text-anchor="middle" x="657" y="-14.3" font-family="Menlo" font-size="14.00">Hashable</text>
8787
</g>
88-
<!-- BaseGrid&#45;&gt;Comparable -->
89-
<g id="edge2" class="edge conformsTo">
90-
<title>BaseGrid&#45;&gt;Comparable</title>
88+
<!-- BaseGrid&#45;&gt;Hashable -->
89+
<g id="edge1" class="edge conformsTo">
90+
<title>BaseGrid&#45;&gt;Hashable</title>
9191
<path fill="none" stroke="black" d="M491.41,-70.52C521.81,-61.06 558.92,-49.52 590.29,-39.75"/>
9292
<polygon fill="black" stroke="black" points="591.18,-43.14 599.69,-36.83 589.1,-36.46 591.18,-43.14"/>
9393
</g>
@@ -450,7 +450,7 @@ <h3>
450450

451451
<footer>
452452
<p>
453-
Generated on <time datetime="2023-01-10T14:23:40-0700">January 10, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
453+
Generated on <time datetime="2023-01-26T01:41:56-0700">January 26, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
454454
</p>
455455
</footer>
456456
</body>

docs/docs/api/BaseGrids/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>grid-ios 1.0.4 - BaseGrids</title>
6+
<title>grid-ios 1.0.5 - BaseGrids</title>
77
<link rel="stylesheet" type="text/css" href="https://ngageoint.github.io/grid-ios/docs/api/all.css" media="all" />
88
</head>
99
<body>
1010
<header>
1111
<a href="https://ngageoint.github.io/grid-ios/docs/api/">
1212
<strong>
13-
grid-ios 1.0.4
13+
grid-ios 1.0.5
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -573,7 +573,7 @@ <h3>
573573

574574
<footer>
575575
<p>
576-
Generated on <time datetime="2023-01-10T14:23:39-0700">January 10, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
576+
Generated on <time datetime="2023-01-26T01:41:54-0700">January 26, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
577577
</p>
578578
</footer>
579579
</body>

docs/docs/api/BaseZoomGrids/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>grid-ios 1.0.4 - BaseZoomGrids</title>
6+
<title>grid-ios 1.0.5 - BaseZoomGrids</title>
77
<link rel="stylesheet" type="text/css" href="https://ngageoint.github.io/grid-ios/docs/api/all.css" media="all" />
88
</head>
99
<body>
1010
<header>
1111
<a href="https://ngageoint.github.io/grid-ios/docs/api/">
1212
<strong>
13-
grid-ios 1.0.4
13+
grid-ios 1.0.5
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -190,7 +190,7 @@ <h3>
190190

191191
<footer>
192192
<p>
193-
Generated on <time datetime="2023-01-10T14:23:39-0700">January 10, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
193+
Generated on <time datetime="2023-01-26T01:41:54-0700">January 26, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
194194
</p>
195195
</footer>
196196
</body>

docs/docs/api/Bounds/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>grid-ios 1.0.4 - Bounds</title>
6+
<title>grid-ios 1.0.5 - Bounds</title>
77
<link rel="stylesheet" type="text/css" href="https://ngageoint.github.io/grid-ios/docs/api/all.css" media="all" />
88
</head>
99
<body>
1010
<header>
1111
<a href="https://ngageoint.github.io/grid-ios/docs/api/">
1212
<strong>
13-
grid-ios 1.0.4
13+
grid-ios 1.0.5
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -51,7 +51,7 @@ <h2 hidden>Relationships</h2>
5151
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5252
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
5353
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
54-
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
54+
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
5555
-->
5656
<!-- Pages: 1 -->
5757
<svg width="872pt" height="116pt"
@@ -944,7 +944,7 @@ <h3>
944944

945945
<footer>
946946
<p>
947-
Generated on <time datetime="2023-01-10T14:23:40-0700">January 10, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
947+
Generated on <time datetime="2023-01-26T01:41:56-0700">January 26, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
948948
</p>
949949
</footer>
950950
</body>

docs/docs/api/GridConstants/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>grid-ios 1.0.4 - GridConstants</title>
6+
<title>grid-ios 1.0.5 - GridConstants</title>
77
<link rel="stylesheet" type="text/css" href="https://ngageoint.github.io/grid-ios/docs/api/all.css" media="all" />
88
</head>
99
<body>
1010
<header>
1111
<a href="https://ngageoint.github.io/grid-ios/docs/api/">
1212
<strong>
13-
grid-ios 1.0.4
13+
grid-ios 1.0.5
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -226,7 +226,7 @@ <h3>
226226

227227
<footer>
228228
<p>
229-
Generated on <time datetime="2023-01-10T14:23:39-0700">January 10, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
229+
Generated on <time datetime="2023-01-26T01:41:54-0700">January 26, 2023</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
230230
</p>
231231
</footer>
232232
</body>

0 commit comments

Comments
 (0)