File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
33
44## master
55
6+ ## [ 0.1.0]
7+
68 - Added ` macOS ` and ` tvOS ` support.
79
810## [ 0.0.6]
@@ -32,6 +34,7 @@ Changelog
3234
3335 - First release.
3436
37+ [ 0.1.0 ] : https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.0
3538[ 0.0.6 ] : https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.0.6
3639[ 0.0.5 ] : https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.0.5
3740[ 0.0.4 ] : https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.0.4
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Introspect'
3- spec . version = '0.0.6 '
3+ spec . version = '0.1.0 '
44 spec . license = { type : 'MIT' }
55 spec . homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
66 spec . authors = { 'Lois Di Qual' => '[email protected] ' }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.6 </string >
18+ <string >0.1.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.6 </string >
18+ <string >0.1.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.6 </string >
18+ <string >0.1.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments