Skip to content

Commit a2923c7

Browse files
committed
1.0.2 release
1 parent 3bb5bbc commit a2923c7

File tree

27 files changed

+83
-89
lines changed

27 files changed

+83
-89
lines changed

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.2 (TBD)
7+
## [1.0.2](https://github.com/ngageoint/grid-ios/releases/tag/1.0.2) (09-14-2022)
88

9-
* TBD
9+
* Reverting objc prefixed class names
1010

1111
## [1.0.1](https://github.com/ngageoint/grid-ios/releases/tag/1.0.1) (09-12-2022)
1212

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.1'
58+
pod 'grid-ios', '~> 1.0.2'
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.1'
63+
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :tag => '1.0.2'
6464

6565
Include as local project:
6666

docs/docs/api/BaseGrid/index.html

Lines changed: 15 additions & 15 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.1 - BaseGrid</title>
6+
<title>grid-ios 1.0.2 - 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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -67,27 +67,27 @@ <h2 hidden>Relationships</h2>
6767
</a>
6868
</g>
6969
</g>
70-
<!-- Comparable -->
70+
<!-- Hashable -->
7171
<g id="node2" class="node unknown">
72-
<title>Comparable</title>
72+
<title>Hashable</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">Comparable</text>
74+
<text text-anchor="middle" x="207" y="-14.3" font-family="Menlo" font-size="14.00">Hashable</text>
7575
</g>
76-
<!-- BaseGrid&#45;&gt;Comparable -->
77-
<g id="edge1" class="edge conformsTo">
78-
<title>BaseGrid&#45;&gt;Comparable</title>
76+
<!-- BaseGrid&#45;&gt;Hashable -->
77+
<g id="edge2" class="edge conformsTo">
78+
<title>BaseGrid&#45;&gt;Hashable</title>
7979
<path fill="none" stroke="black" d="M377.25,-71.97C345.4,-62.06 305.08,-49.51 271.67,-39.12"/>
8080
<polygon fill="black" stroke="black" points="272.59,-35.74 262,-36.11 270.51,-42.42 272.59,-35.74"/>
8181
</g>
82-
<!-- Hashable -->
82+
<!-- Comparable -->
8383
<g id="node3" class="node unknown">
84-
<title>Hashable</title>
84+
<title>Comparable</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">Hashable</text>
86+
<text text-anchor="middle" x="657" y="-14.3" font-family="Menlo" font-size="14.00">Comparable</text>
8787
</g>
88-
<!-- BaseGrid&#45;&gt;Hashable -->
89-
<g id="edge2" class="edge conformsTo">
90-
<title>BaseGrid&#45;&gt;Hashable</title>
88+
<!-- BaseGrid&#45;&gt;Comparable -->
89+
<g id="edge1" class="edge conformsTo">
90+
<title>BaseGrid&#45;&gt;Comparable</title>
9191
<path fill="none" stroke="black" d="M486.75,-71.97C518.6,-62.06 558.92,-49.51 592.33,-39.12"/>
9292
<polygon fill="black" stroke="black" points="593.49,-42.42 602,-36.11 591.41,-35.74 593.49,-42.42"/>
9393
</g>
@@ -450,7 +450,7 @@ <h3>
450450

451451
<footer>
452452
<p>
453-
Generated on <time datetime="2022-09-12T04:46:48-0600">September 12, 2022</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="2022-09-14T04:48:47-0600">September 14, 2022</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.1 - BaseGrids</title>
6+
<title>grid-ios 1.0.2 - 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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -573,7 +573,7 @@ <h3>
573573

574574
<footer>
575575
<p>
576-
Generated on <time datetime="2022-09-12T04:46:47-0600">September 12, 2022</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="2022-09-14T04:48:47-0600">September 14, 2022</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.1 - BaseZoomGrids</title>
6+
<title>grid-ios 1.0.2 - 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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -190,7 +190,7 @@ <h3>
190190

191191
<footer>
192192
<p>
193-
Generated on <time datetime="2022-09-12T04:46:47-0600">September 12, 2022</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="2022-09-14T04:48:47-0600">September 14, 2022</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 & 5 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.1 - Bounds</title>
6+
<title>grid-ios 1.0.2 - 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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -37,8 +37,7 @@ <h1>
3737
</h1>
3838

3939
<div class="declaration">
40-
<pre class="highlight"><code><html><body><span class="attribute">@</span><span class="attribute">objc</span>(<span class="variable">GRDBounds</span>)
41-
<span class="keyword">public</span> <span class="keyword">class</span> <span class="type">Bounds</span>: <span class="type">SFGeometryEnvelope</span> </body></html></code></pre>
40+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">class</span> <span class="type">Bounds</span>: <span class="type">SFGeometryEnvelope</span> </body></html></code></pre>
4241
</div>
4342
<div class="discussion">
4443
<ul>
@@ -945,7 +944,7 @@ <h3>
945944

946945
<footer>
947946
<p>
948-
Generated on <time datetime="2022-09-12T04:46:48-0600">September 12, 2022</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="2022-09-14T04:48:47-0600">September 14, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
949948
</p>
950949
</footer>
951950
</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.1 - GridConstants</title>
6+
<title>grid-ios 1.0.2 - 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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -226,7 +226,7 @@ <h3>
226226

227227
<footer>
228228
<p>
229-
Generated on <time datetime="2022-09-12T04:46:47-0600">September 12, 2022</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="2022-09-14T04:48:47-0600">September 14, 2022</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>

docs/docs/api/GridPoint/index.html

Lines changed: 4 additions & 5 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.1 - GridPoint</title>
6+
<title>grid-ios 1.0.2 - GridPoint</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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -37,8 +37,7 @@ <h1>
3737
</h1>
3838

3939
<div class="declaration">
40-
<pre class="highlight"><code><html><body><span class="attribute">@</span><span class="attribute">objc</span>(<span class="variable">GRDGridPoint</span>)
41-
<span class="keyword">public</span> <span class="keyword">class</span> <span class="type">GridPoint</span>: <span class="type">SFPoint</span> </body></html></code></pre>
40+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">class</span> <span class="type">GridPoint</span>: <span class="type">SFPoint</span> </body></html></code></pre>
4241
</div>
4342
<div class="discussion">
4443
<ul>
@@ -630,7 +629,7 @@ <h3>
630629

631630
<footer>
632631
<p>
633-
Generated on <time datetime="2022-09-12T04:46:48-0600">September 12, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
632+
Generated on <time datetime="2022-09-14T04:48:47-0600">September 14, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
634633
</p>
635634
</footer>
636635
</body>

docs/docs/api/GridProperties/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.1 - GridProperties</title>
6+
<title>grid-ios 1.0.2 - GridProperties</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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -513,7 +513,7 @@ <h3>
513513

514514
<footer>
515515
<p>
516-
Generated on <time datetime="2022-09-12T04:46:47-0600">September 12, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
516+
Generated on <time datetime="2022-09-14T04:48:47-0600">September 14, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
517517
</p>
518518
</footer>
519519
</body>

docs/docs/api/GridStyle/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.1 - GridStyle</title>
6+
<title>grid-ios 1.0.2 - GridStyle</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.1
13+
grid-ios 1.0.2
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
@@ -129,7 +129,7 @@ <h3>
129129

130130
<footer>
131131
<p>
132-
Generated on <time datetime="2022-09-12T04:46:47-0600">September 12, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
132+
Generated on <time datetime="2022-09-14T04:48:47-0600">September 14, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
133133
</p>
134134
</footer>
135135
</body>

0 commit comments

Comments
 (0)