Skip to content

Commit 8339f0a

Browse files
authored
Update changelog (#190)
1 parent e0536ff commit 8339f0a

File tree

5 files changed

+129
-30
lines changed

5 files changed

+129
-30
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ Changelog
33

44
## master
55

6-
- Added `.introspectPagedTabView` on iOS
7-
- Updated dependencies
6+
- Added: `introspectCollectionView/introspectCollectionViewCell` (#169)
7+
- Added: `introspectSearchController` (#129)
8+
- Added: `introspectPagedTabView` (#117)
9+
- Added: `introspectMapView` (#125)
10+
- Added: `introspectSplitView` on macOS (#100)
11+
- Added: explicitly static/dynamic SPM library products (#168)
12+
- Fixed: view controller introspection (#165)
13+
- Fixed: issue where introspecting within a LazyVStack would silently fail #153
14+
- Infrastructure: test coverage now spans iOS/tvOS 14/15/16 and macOS 11/12 (#185)
15+
- Infrastructure: removed CircleCI in favor of GitHub Actions (#182, #183)
816

917
## [0.1.4]
1018

@@ -64,7 +72,7 @@ Changelog
6472
## [0.0.2]
6573

6674
- Added documentation for all methods.
67-
75+
6876
## [0.0.1]
6977

7078
- First release.

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "cocoapods", "1.11.3"

Gemfile.lock

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.6)
5+
rexml
6+
activesupport (6.1.7.2)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.1)
13+
public_suffix (>= 2.0.2, < 6.0)
14+
algoliasearch (1.27.5)
15+
httpclient (~> 2.8, >= 2.8.3)
16+
json (>= 1.5.1)
17+
atomos (0.1.3)
18+
claide (1.1.0)
19+
cocoapods (1.11.3)
20+
addressable (~> 2.8)
21+
claide (>= 1.0.2, < 2.0)
22+
cocoapods-core (= 1.11.3)
23+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24+
cocoapods-downloader (>= 1.4.0, < 2.0)
25+
cocoapods-plugins (>= 1.0.0, < 2.0)
26+
cocoapods-search (>= 1.0.0, < 2.0)
27+
cocoapods-trunk (>= 1.4.0, < 2.0)
28+
cocoapods-try (>= 1.1.0, < 2.0)
29+
colored2 (~> 3.1)
30+
escape (~> 0.0.4)
31+
fourflusher (>= 2.3.0, < 3.0)
32+
gh_inspector (~> 1.0)
33+
molinillo (~> 0.8.0)
34+
nap (~> 1.0)
35+
ruby-macho (>= 1.0, < 3.0)
36+
xcodeproj (>= 1.21.0, < 2.0)
37+
cocoapods-core (1.11.3)
38+
activesupport (>= 5.0, < 7)
39+
addressable (~> 2.8)
40+
algoliasearch (~> 1.0)
41+
concurrent-ruby (~> 1.1)
42+
fuzzy_match (~> 2.0.4)
43+
nap (~> 1.0)
44+
netrc (~> 0.11)
45+
public_suffix (~> 4.0)
46+
typhoeus (~> 1.0)
47+
cocoapods-deintegrate (1.0.5)
48+
cocoapods-downloader (1.6.3)
49+
cocoapods-plugins (1.0.0)
50+
nap
51+
cocoapods-search (1.0.1)
52+
cocoapods-trunk (1.6.0)
53+
nap (>= 0.8, < 2.0)
54+
netrc (~> 0.11)
55+
cocoapods-try (1.2.0)
56+
colored2 (3.1.2)
57+
concurrent-ruby (1.2.0)
58+
escape (0.0.4)
59+
ethon (0.16.0)
60+
ffi (>= 1.15.0)
61+
ffi (1.15.5)
62+
fourflusher (2.3.1)
63+
fuzzy_match (2.0.4)
64+
gh_inspector (1.1.3)
65+
httpclient (2.8.3)
66+
i18n (1.12.0)
67+
concurrent-ruby (~> 1.0)
68+
json (2.6.3)
69+
minitest (5.17.0)
70+
molinillo (0.8.0)
71+
nanaimo (0.3.0)
72+
nap (1.1.0)
73+
netrc (0.11.0)
74+
public_suffix (4.0.7)
75+
rexml (3.2.5)
76+
ruby-macho (2.5.1)
77+
typhoeus (1.4.0)
78+
ethon (>= 0.9.0)
79+
tzinfo (2.0.6)
80+
concurrent-ruby (~> 1.0)
81+
xcodeproj (1.22.0)
82+
CFPropertyList (>= 2.3.3, < 4.0)
83+
atomos (~> 0.1.3)
84+
claide (>= 1.0.2, < 2.0)
85+
colored2 (~> 3.1)
86+
nanaimo (~> 0.3.0)
87+
rexml (~> 3.2.4)
88+
zeitwerk (2.6.7)
89+
90+
PLATFORMS
91+
arm64-darwin-22
92+
93+
DEPENDENCIES
94+
cocoapods (= 1.11.3)
95+
96+
BUNDLED WITH
97+
2.4.6

README.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ ScrollView {
114114
```swift
115115
NavigationView {
116116
Text("Item 2")
117-
.introspectNavigationController { navigationController in
118-
navigationController.navigationBar.backgroundColor = .red
119-
}
117+
.introspectNavigationController { navigationController in
118+
navigationController.navigationBar.backgroundColor = .red
119+
}
120120
}
121121
```
122122

123123
### TextField
124124

125125
```swift
126126
TextField("Text Field", text: $textFieldValue)
127-
.introspectTextField { textField in
128-
textField.layer.backgroundColor = UIColor.red.cgColor
129-
}
127+
.introspectTextField { textField in
128+
textField.layer.backgroundColor = UIColor.red.cgColor
129+
}
130130
```
131131

132132
Implement your own selector
@@ -165,27 +165,21 @@ You can use any of the following [methods](https://github.com/timbersoftware/Swi
165165
Releasing
166166
---------
167167

168-
- Increment version number:
168+
1. Update changelog with new version
169+
2. Bump version in `Introspect.podspec`
170+
3. PR and merge changes
171+
4. Tag new version:
169172

170-
```
171-
$ bundle exec fastlane run increment_version_number bump_type:minor # major|minor|patch
172-
```
173+
```sh
174+
$ git tag -a <VERSION> -m "<MESSAGE>"
175+
$ git push origin --tags
176+
```
173177

174-
- Update changelog with new version
175-
- Bump version in `Introspect.podspec`
176-
- Commit and push changes
177-
- Tag new version:
178+
5. Push to CocoaPods trunk:
178179

179-
```
180-
$ git tag -a <VERSION> -m "<MESSAGE>"
181-
$ git push origin --tags
182-
```
183-
184-
- Push to cocoapods trunk:
185-
186-
```
187-
$ bundle exec pod trunk push .
188-
```
180+
```sh
181+
$ bundle exec pod trunk push .
182+
```
189183

190184

191185
<!-- References -->

fastlane/Pluginfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)