This repository was archived by the owner on Jul 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +37
-6
lines changed
Expand file tree Collapse file tree 8 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1- github "danthorpe/ValueCoding" "2.0 .0"
1+ github "danthorpe/ValueCoding" "2.1 .0"
Original file line number Diff line number Diff line change 1- github "danthorpe/ValueCoding" "2.0 .0"
1+ github "danthorpe/ValueCoding" "2.1 .0"
Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 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 */
158159 655155101DB3D45100368D35 /* Carthage.xcconfig */,
159160 65599E6B1DB3CFD300EC123C /* Money.xcconfig */,
160161 65599E6C1DB3CFD300EC123C /* Version.xcconfig */,
162+ 65AA39ED1DFEF418000942A7 /* Warnings.xcconfig */,
161163 );
162164 path = "Supporting Files";
163165 sourceTree = "<group>";
Original file line number Diff line number Diff line change @@ -45,4 +45,6 @@ LD_RUNPATH_SEARCH_PATHS_framework = @executable_path/../Frameworks @loader_path/
4545LD_RUNPATH_SEARCH_PATHS_xctest = @loader_path/Frameworks @executable_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks
4646LD_RUNPATH_SEARCH_PATHS = $(LD_RUNPATH_SEARCH_PATHS_$(WRAPPER_EXTENSION))
4747
48+ #include "Warnings.xcconfig"
4849#include "Carthage.xcconfig"
50+
Original file line number Diff line number Diff line change 1- MONEY_VERSION = 2.0.0
1+ MONEY_VERSION = 2.0.1
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments