Skip to content

Commit 737dba3

Browse files
committed
Releasing version 3.4.0.
1 parent 43fd00e commit 737dba3

File tree

6 files changed

+29
-27
lines changed

6 files changed

+29
-27
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [3.4.0](https://github.com/MLSDev/LoadableViews/releases/tag/3.4.0)
7+
68
* Support for Swift Package Manager in Xcode 11.
79
* Added ability to customize Bundle from which view is being loaded.
810

CustomBundle/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>3.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>NSPrincipalClass</key>

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.3.0</string>
18+
<string>3.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.5.2)
10+
addressable (2.6.0)
1111
public_suffix (>= 2.0.2, < 4.0)
1212
atomos (0.1.3)
1313
babosa (1.0.2)
1414
claide (1.0.2)
15-
cocoapods (1.7.0.beta.3)
15+
cocoapods (1.7.2)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.0.beta.3)
18+
cocoapods-core (= 1.7.2)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -25,13 +25,13 @@ GEM
2525
cocoapods-try (>= 1.1.0, < 2.0)
2626
colored2 (~> 3.1)
2727
escape (~> 0.0.4)
28-
fourflusher (>= 2.2.0, < 3.0)
28+
fourflusher (>= 2.3.0, < 3.0)
2929
gh_inspector (~> 1.0)
3030
molinillo (~> 0.6.6)
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.8.2, < 2.0)
34-
cocoapods-core (1.7.0.beta.3)
33+
xcodeproj (>= 1.10.0, < 2.0)
34+
cocoapods-core (1.7.2)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
@@ -58,7 +58,7 @@ GEM
5858
dotenv (2.7.2)
5959
emoji_regex (1.0.1)
6060
escape (0.0.4)
61-
excon (0.62.0)
61+
excon (0.64.0)
6262
faraday (0.15.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
@@ -67,7 +67,7 @@ GEM
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
6969
fastimage (2.1.5)
70-
fastlane (2.119.0)
70+
fastlane (2.125.2)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -86,8 +86,8 @@ GEM
8686
google-cloud-storage (>= 1.15.0, < 2.0.0)
8787
highline (>= 1.7.2, < 2.0.0)
8888
json (< 3.0.0)
89+
jwt (~> 2.1.0)
8990
mini_magick (~> 4.5.1)
90-
multi_json
9191
multi_xml (~> 0.5)
9292
multipart-post (~> 2.0.0)
9393
plist (>= 3.1.0, < 4.0.0)
@@ -104,7 +104,7 @@ GEM
104104
xcodeproj (>= 1.8.1, < 2.0.0)
105105
xcpretty (~> 0.3.0)
106106
xcpretty-travis-formatter (>= 0.0.3)
107-
fourflusher (2.2.0)
107+
fourflusher (2.3.0)
108108
fuzzy_match (2.0.4)
109109
gh_inspector (1.1.3)
110110
google-api-client (0.23.9)
@@ -117,7 +117,7 @@ GEM
117117
signet (~> 0.9)
118118
google-cloud-core (1.3.0)
119119
google-cloud-env (~> 1.0)
120-
google-cloud-env (1.0.5)
120+
google-cloud-env (1.1.0)
121121
faraday (~> 0.11)
122122
google-cloud-storage (1.16.0)
123123
digest-crc (~> 0.4)
@@ -155,7 +155,7 @@ GEM
155155
netrc (0.11.0)
156156
octokit (4.14.0)
157157
sawyer (~> 0.8.0, >= 0.5.3)
158-
os (1.0.0)
158+
os (1.0.1)
159159
plist (3.5.0)
160160
public_suffix (2.0.5)
161161
representable (3.0.4)
@@ -165,10 +165,10 @@ GEM
165165
retriable (3.1.2)
166166
rouge (2.0.7)
167167
ruby-macho (1.4.0)
168-
rubyzip (1.2.2)
169-
sawyer (0.8.1)
170-
addressable (>= 2.3.5, < 2.6)
171-
faraday (~> 0.8, < 1.0)
168+
rubyzip (1.2.3)
169+
sawyer (0.8.2)
170+
addressable (>= 2.3.5)
171+
faraday (> 0.8, < 2.0)
172172
security (0.1.3)
173173
signet (0.11.0)
174174
addressable (~> 2.3)
@@ -183,19 +183,19 @@ GEM
183183
terminal-table (1.8.0)
184184
unicode-display_width (~> 1.1, >= 1.1.1)
185185
thread_safe (0.3.6)
186-
tty-cursor (0.6.1)
187-
tty-screen (0.6.5)
188-
tty-spinner (0.9.0)
189-
tty-cursor (~> 0.6.0)
186+
tty-cursor (0.7.0)
187+
tty-screen (0.7.0)
188+
tty-spinner (0.9.1)
189+
tty-cursor (~> 0.7)
190190
tzinfo (1.2.5)
191191
thread_safe (~> 0.1)
192192
uber (0.1.0)
193193
unf (0.1.4)
194194
unf_ext
195-
unf_ext (0.0.7.5)
196-
unicode-display_width (1.5.0)
195+
unf_ext (0.0.7.6)
196+
unicode-display_width (1.6.0)
197197
word_wrap (1.0.0)
198-
xcodeproj (1.8.2)
198+
xcodeproj (1.10.0)
199199
CFPropertyList (>= 2.3.3, < 4.0)
200200
atomos (~> 0.1.3)
201201
claide (>= 1.0.2, < 2.0)

LoadableViews.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LoadableViews"
3-
s.version = "3.3.0"
3+
s.version = "3.4.0"
44
s.summary = "Easiest way to load view classes into another XIB or storyboard."
55
s.homepage = "https://github.com/MLSDev/LoadableViews"
66
s.screenshots = "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png"

Supporting Files/Tests.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.3.0</string>
18+
<string>3.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)