Skip to content
This repository was archived by the owner on Jul 2, 2018. It is now read-only.

Commit 03d015a

Browse files
authored
2.0.1 (#68)
* Updates to Swift 3.0 (#63) * [swift/3.0]: Gets framework building in Swift 3.0 * [swift/3.0]: Swift 3.0 tests passing * [swift/3.0]: Gets the podspec validating * Uses higher version of ValueCoding (#66) which support Swift 3.0.1 * Sorts out builds for Swift 3 (#67) * [MNY-67]: Updates Cartfile resolved * [OPR-67]: Fixes pipeline for iOS queue * [2.0.1]: Updates the versions
1 parent f44c868 commit 03d015a

File tree

8 files changed

+37
-6
lines changed

8 files changed

+37
-6
lines changed

.ci/buildkite/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ steps:
88
name: "iOS"
99
command: "source /usr/local/opt/chruby/share/chruby/chruby.sh && chruby ruby && bundle install --quiet && bundle exec fastlane test_ios"
1010
agents:
11-
iOS-Simulator: true
11+
queue: "iOS-Simulator"
1212
xcode: "$XCODE"
1313
-
1414
name: "tvOS"
1515
command: "source /usr/local/opt/chruby/share/chruby/chruby.sh && chruby ruby && bundle install --quiet && bundle exec fastlane test_tvos"
1616
agents:
17-
iOS-Simulator: true
17+
queue: "iOS-Simulator"
1818
xcode: "$XCODE"

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "danthorpe/ValueCoding" "2.0.0"
1+
github "danthorpe/ValueCoding" "2.1.0"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "danthorpe/ValueCoding" "2.0.0"
1+
github "danthorpe/ValueCoding" "2.1.0"

Money.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Money"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Swift types for working with Money."
55
s.description = <<-DESC
66

Money.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
65599E911DB3D2D500EC123C /* Money.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Money.swift; sourceTree = "<group>"; };
9191
65599E921DB3D2D500EC123C /* NSDecimalExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSDecimalExtensions.swift; sourceTree = "<group>"; };
9292
65599E931DB3D2D500EC123C /* NSDecimalNumberExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSDecimalNumberExtensions.swift; sourceTree = "<group>"; };
93+
65AA39ED1DFEF418000942A7 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
9394
65ECB2BF1DB4134C00F96F46 /* Autogenerate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Autogenerate.h; sourceTree = "<group>"; };
9495
65ECB2C01DB4134C00F96F46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9596
/* End PBXFileReference section */
@@ -158,6 +159,7 @@
158159
655155101DB3D45100368D35 /* Carthage.xcconfig */,
159160
65599E6B1DB3CFD300EC123C /* Money.xcconfig */,
160161
65599E6C1DB3CFD300EC123C /* Version.xcconfig */,
162+
65AA39ED1DFEF418000942A7 /* Warnings.xcconfig */,
161163
);
162164
path = "Supporting Files";
163165
sourceTree = "<group>";

Supporting Files/Money.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ LD_RUNPATH_SEARCH_PATHS_framework = @executable_path/../Frameworks @loader_path/
4545
LD_RUNPATH_SEARCH_PATHS_xctest = @loader_path/Frameworks @executable_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks
4646
LD_RUNPATH_SEARCH_PATHS = $(LD_RUNPATH_SEARCH_PATHS_$(WRAPPER_EXTENSION))
4747

48+
#include "Warnings.xcconfig"
4849
#include "Carthage.xcconfig"
50+

Supporting Files/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MONEY_VERSION = 2.0.0
1+
MONEY_VERSION = 2.0.1

Supporting Files/Warnings.xcconfig

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
//
2+
// Money
3+
//
4+
// Copyright © 2016 Money. All rights reserved.
5+
//
6+
7+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES
8+
CLANG_WARN_BOOL_CONVERSION = YES
9+
CLANG_WARN_CONSTANT_CONVERSION = YES
10+
CLANG_WARN_EMPTY_BODY = YES
11+
CLANG_WARN_ENUM_CONVERSION = YES
12+
CLANG_WARN_INFINITE_RECURSION = YES
13+
CLANG_WARN_INT_CONVERSION = YES
14+
CLANG_WARN_SUSPICIOUS_MOVE = YES
15+
CLANG_WARN_UNREACHABLE_CODE = YES
16+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
17+
ENABLE_STRICT_OBJC_MSGSEND = YES
18+
ENABLE_TESTABILITY = YES
19+
GCC_NO_COMMON_BLOCKS = YES
20+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
21+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
22+
GCC_WARN_UNDECLARED_SELECTOR = YES
23+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
24+
GCC_WARN_UNUSED_FUNCTION = YES
25+
GCC_WARN_UNUSED_VARIABLE = YES
26+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
27+
CLANG_ANALYZER_NONNULL = YES

0 commit comments

Comments
 (0)