Skip to content

Commit

Permalink
Merge pull request #57 from tonyarnold/releases/1.4.3
Browse files Browse the repository at this point in the history
Release version 1.4.3
  • Loading branch information
tonyarnold authored May 25, 2019
2 parents fa6c690 + 5eb848a commit e2cca36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Differ.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Differ"
s.version = "1.4.0"
s.version = "1.4.3"
s.summary = "A very fast difference calculation library written in Swift."
s.homepage = "https://github.com/tonyarnold/Diff"
s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Also included are utilities for easily applying diffs and patches to `UICollecti
"Tony Arnold" => "[email protected]"
}

s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.4.0" }
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.4.3" }
s.source_files = "Sources/Differ"

s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" }
Expand Down
3 changes: 3 additions & 0 deletions Differ.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
Base,
);
mainGroup = C9EE870C1CCFCA83006BD90E;
Expand Down Expand Up @@ -356,6 +357,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.4.3;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -409,6 +411,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.4.3;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 1 addition & 3 deletions Supporting Files/Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>$(CURRENT_PROJECT_SHORT_VERSION_STRING)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
6 changes: 2 additions & 4 deletions Supporting Files/FrameworkTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>$(CURRENT_PROJECT_SHORT_VERSION_STRING)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>

0 comments on commit e2cca36

Please sign in to comment.