Skip to content

Commit

Permalink
Merge pull request #114 from BottleRocketStudios/release/1.8.0
Browse files Browse the repository at this point in the history
Release/1.8.0
  • Loading branch information
wmcginty committed Jan 20, 2022
2 parents 601fbe1 + 5da9391 commit e375ddc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

##### Enhancements

* None

##### Bug Fixes

* None


## 1.8.0 (2022-01-19)

##### Enhancements

* Extend CLLocationCoordinate2D with isValid computed property
[Andrew Winn](https://github.com/andrew-winn-br)
[#102](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/102)
Expand Down
2 changes: 1 addition & 1 deletion Examples/UtiliKit-iOSExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(VERSION)</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>$(VERSION)</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion UtiliKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UtiliKit'
s.version = '1.7.0'
s.version = '1.8.0'
s.summary = 'All the things you are tired of writing.'

s.description = <<-DESC
Expand Down
6 changes: 2 additions & 4 deletions UtiliKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
0E6A7E3C2758390300431FDC /* YellowDecorationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E6A7E3B2758390300431FDC /* YellowDecorationView.swift */; };
0E6A7E3E27583AF000431FDC /* NibDrivenHeaderFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E6A7E3D27583AF000431FDC /* NibDrivenHeaderFooterView.swift */; };
0E6A7E4027583AF800431FDC /* NibDrivenHeaderFooterView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0E6A7E3F27583AF800431FDC /* NibDrivenHeaderFooterView.xib */; };
0E6A7E47275931C300431FDC /* SnapshotTesting.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E6A7E46275931C300431FDC /* SnapshotTesting.xcframework */; };
0E6A7E492759322400431FDC /* SnapshotTesting.xcframework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0E6A7E482759322400431FDC /* SnapshotTesting.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
0E6E8C6D2112551200617815 /* ContainerViewController+ManagedChildren.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E6E8C6C2112551200617815 /* ContainerViewController+ManagedChildren.swift */; };
0EBE233127595FF700760DC7 /* SnapshotTesting.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EBE233027595FF700760DC7 /* SnapshotTesting.xcframework */; };
0EC8025C209CE9C90051F732 /* Configurable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EC8025B209CE9C90051F732 /* Configurable.swift */; };
Expand Down Expand Up @@ -863,12 +861,12 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSION = 1.7.0;
};
name = Debug;
};
Expand Down Expand Up @@ -914,13 +912,13 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
VERSION = 1.7.0;
};
name = Release;
};
Expand Down

0 comments on commit e375ddc

Please sign in to comment.