File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
NilCoalescingAssignmentOperators.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'NilCoalescingAssignmentOperators'
3- s . version = '0.1.2 '
3+ s . version = '0.2.0 '
44 s . summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
55 s . description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
66 s . homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
Original file line number Diff line number Diff line change 128128 OBJ_16 /* Debug */ = {
129129 isa = XCBuildConfiguration;
130130 buildSettings = {
131- CURRENT_PROJECT_VERSION = 0.1.2;
132131 ENABLE_TESTABILITY = YES;
133132 FRAMEWORK_SEARCH_PATHS = (
134133 "$(inherited)",
149148 OBJ_17 /* Release */ = {
150149 isa = XCBuildConfiguration;
151150 buildSettings = {
152- CURRENT_PROJECT_VERSION = 0.1.2;
153151 ENABLE_TESTABILITY = YES;
154152 FRAMEWORK_SEARCH_PATHS = (
155153 "$(inherited)",
172170 buildSettings = {
173171 COMBINE_HIDPI_IMAGES = YES;
174172 COPY_PHASE_STRIP = NO;
173+ CURRENT_PROJECT_VERSION = 0.2.0;
175174 DEBUG_INFORMATION_FORMAT = dwarf;
176175 DYLIB_INSTALL_NAME_BASE = "@rpath";
177176 ENABLE_NS_ASSERTIONS = YES;
195194 buildSettings = {
196195 COMBINE_HIDPI_IMAGES = YES;
197196 COPY_PHASE_STRIP = YES;
197+ CURRENT_PROJECT_VERSION = 0.2.0;
198198 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
199199 DYLIB_INSTALL_NAME_BASE = "@rpath";
200200 GCC_OPTIMIZATION_LEVEL = s;
You can’t perform that action at this time.
0 commit comments