Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Jan 26, 2022
1 parent 72a509c commit f261686
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

## master

## [0.1.4]

- Added `.introspectSplitViewController()` on iOS
- Fixed iPad tests
- Added iPad to CI
Expand Down Expand Up @@ -64,6 +66,7 @@ Changelog

- First release.

[0.1.4]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.4
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Introspect.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Introspect'
spec.version = '0.1.3'
spec.version = '0.1.4'
spec.license = { type: 'MIT' }
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
spec.authors = { 'Lois Di Qual' => '[email protected]' }
Expand Down
12 changes: 6 additions & 6 deletions Introspect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -810,7 +810,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -878,7 +878,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
Expand All @@ -904,7 +904,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
Expand Down Expand Up @@ -1011,7 +1011,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>IntrospectExamples.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>5</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
2 changes: 1 addition & 1 deletion IntrospectExamples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>0.1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion IntrospectTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>0.1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit f261686

Please sign in to comment.