Skip to content

Commit f1ec9da

Browse files
committed
Bump to 0.1.1
1 parent d20ac23 commit f1ec9da

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
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.1]
7+
68
- Allow `Introspect` to be imported in apps that support older platform versions.
79
- Added Catalyst support in the Introspect iOS framework.
810
- Fixed `.introspectScrollView()` on iOS 14
@@ -41,6 +43,7 @@ Changelog
4143

4244
- First release.
4345

46+
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
4447
[0.1.0]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.0
4548
[0.0.6]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.0.6
4649
[0.0.5]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.0.5

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.0'
3+
spec.version = '0.1.1'
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@
781781
"@executable_path/Frameworks",
782782
"@loader_path/Frameworks",
783783
);
784+
MARKETING_VERSION = 0.1.1;
784785
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
785786
PRODUCT_NAME = Introspect;
786787
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -809,6 +810,7 @@
809810
"@executable_path/Frameworks",
810811
"@loader_path/Frameworks",
811812
);
813+
MARKETING_VERSION = 0.1.1;
812814
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
813815
PRODUCT_NAME = Introspect;
814816
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -876,6 +878,7 @@
876878
"@executable_path/Frameworks",
877879
"@loader_path/Frameworks",
878880
);
881+
MARKETING_VERSION = 0.1.1;
879882
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
880883
PRODUCT_NAME = Introspect;
881884
SDKROOT = appletvos;
@@ -901,6 +904,7 @@
901904
"@executable_path/Frameworks",
902905
"@loader_path/Frameworks",
903906
);
907+
MARKETING_VERSION = 0.1.1;
904908
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
905909
PRODUCT_NAME = Introspect;
906910
SDKROOT = appletvos;
@@ -1007,6 +1011,7 @@
10071011
"@loader_path/Frameworks",
10081012
);
10091013
MACOSX_DEPLOYMENT_TARGET = 10.15;
1014+
MARKETING_VERSION = 0.1.1;
10101015
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10111016
PRODUCT_NAME = Introspect;
10121017
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1034,6 +1039,7 @@
10341039
"@loader_path/Frameworks",
10351040
);
10361041
MACOSX_DEPLOYMENT_TARGET = 10.15;
1042+
MARKETING_VERSION = 0.1.1;
10371043
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10381044
PRODUCT_NAME = Introspect;
10391045
PROVISIONING_PROFILE_SPECIFIER = "";

Introspect/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.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

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.0</string>
18+
<string>0.1.1</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.0</string>
18+
<string>0.1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)