File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
MapScaleView/MapScaleView.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MapScaleView'
3
- s . version = '1.2.2 '
3
+ s . version = '1.2.3 '
4
4
s . license = 'BSD'
5
5
s . summary = 'MapScaleView iOS Swift API'
6
6
s . homepage = 'https://github.com/xattacker/MapScaleView_iOS_API'
Original file line number Diff line number Diff line change 184
184
GCC_WARN_UNUSED_VARIABLE = YES;
185
185
IPHONEOS_DEPLOYMENT_TARGET = 14;
186
186
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
187
+ MARKETING_VERSION = 1.2.3;
187
188
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
188
189
MTL_FAST_MATH = YES;
189
190
ONLY_ACTIVE_ARCH = YES;
190
191
SDKROOT = iphoneos;
191
192
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
192
193
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
194
+ SWIFT_VERSION = 5.0;
193
195
};
194
196
name = Debug;
195
197
};
241
243
GCC_WARN_UNUSED_VARIABLE = YES;
242
244
IPHONEOS_DEPLOYMENT_TARGET = 14;
243
245
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
246
+ MARKETING_VERSION = 1.2.3;
244
247
MTL_ENABLE_DEBUG_INFO = NO;
245
248
MTL_FAST_MATH = YES;
246
249
SDKROOT = iphoneos;
247
250
SWIFT_COMPILATION_MODE = wholemodule;
251
+ SWIFT_VERSION = 5.0;
248
252
VALIDATE_PRODUCT = YES;
249
253
};
250
254
name = Release;
You can’t perform that action at this time.
0 commit comments