Skip to content

Commit f261686

Browse files
committed
Bump to 0.1.4
1 parent 72a509c commit f261686

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGELOG.md

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

44
## master
55

6+
## [0.1.4]
7+
68
- Added `.introspectSplitViewController()` on iOS
79
- Fixed iPad tests
810
- Added iPad to CI
@@ -64,6 +66,7 @@ Changelog
6466

6567
- First release.
6668

69+
[0.1.4]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.4
6770
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
6871
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
6972
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1

Introspect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Introspect'
3-
spec.version = '0.1.3'
3+
spec.version = '0.1.4'
44
spec.license = { type: 'MIT' }
55
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
66
spec.authors = { 'Lois Di Qual' => '[email protected]' }

Introspect.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
"@executable_path/Frameworks",
782782
"@loader_path/Frameworks",
783783
);
784-
MARKETING_VERSION = 0.1.3;
784+
MARKETING_VERSION = 0.1.4;
785785
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
786786
PRODUCT_NAME = Introspect;
787787
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -810,7 +810,7 @@
810810
"@executable_path/Frameworks",
811811
"@loader_path/Frameworks",
812812
);
813-
MARKETING_VERSION = 0.1.3;
813+
MARKETING_VERSION = 0.1.4;
814814
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
815815
PRODUCT_NAME = Introspect;
816816
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -878,7 +878,7 @@
878878
"@executable_path/Frameworks",
879879
"@loader_path/Frameworks",
880880
);
881-
MARKETING_VERSION = 0.1.3;
881+
MARKETING_VERSION = 0.1.4;
882882
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
883883
PRODUCT_NAME = Introspect;
884884
SDKROOT = appletvos;
@@ -904,7 +904,7 @@
904904
"@executable_path/Frameworks",
905905
"@loader_path/Frameworks",
906906
);
907-
MARKETING_VERSION = 0.1.3;
907+
MARKETING_VERSION = 0.1.4;
908908
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
909909
PRODUCT_NAME = Introspect;
910910
SDKROOT = appletvos;
@@ -1011,7 +1011,7 @@
10111011
"@loader_path/Frameworks",
10121012
);
10131013
MACOSX_DEPLOYMENT_TARGET = 10.15;
1014-
MARKETING_VERSION = 0.1.3;
1014+
MARKETING_VERSION = 0.1.4;
10151015
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10161016
PRODUCT_NAME = Introspect;
10171017
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1039,7 +1039,7 @@
10391039
"@loader_path/Frameworks",
10401040
);
10411041
MACOSX_DEPLOYMENT_TARGET = 10.15;
1042-
MARKETING_VERSION = 0.1.3;
1042+
MARKETING_VERSION = 0.1.4;
10431043
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10441044
PRODUCT_NAME = Introspect;
10451045
PROVISIONING_PROFILE_SPECIFIER = "";

Introspect.xcodeproj/xcuserdata/ldiqual.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>IntrospectExamples.xcscheme_^#shared#^_</key>
2323
<dict>
2424
<key>orderHint</key>
25-
<integer>3</integer>
25+
<integer>5</integer>
2626
</dict>
2727
</dict>
2828
<key>SuppressBuildableAutocreation</key>

IntrospectExamples/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.3</string>
18+
<string>0.1.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

IntrospectTests/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.3</string>
18+
<string>0.1.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)