File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
MapScaleView_iOS_API.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-5
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.1 .0'
3
+ s . version = '1.2 .0'
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 371
371
buildSettings = {
372
372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
373
373
CODE_SIGN_STYLE = Manual;
374
- CURRENT_PROJECT_VERSION = 2 ;
374
+ CURRENT_PROJECT_VERSION = 3 ;
375
375
DEVELOPMENT_TEAM = "";
376
376
INFOPLIST_FILE = MapScaleView_iOS_API/Info.plist;
377
377
LD_RUNPATH_SEARCH_PATHS = (
378
378
"$(inherited)",
379
379
"@executable_path/Frameworks",
380
380
);
381
- MARKETING_VERSION = 1.1 .0;
381
+ MARKETING_VERSION = 1.2 .0;
382
382
PRODUCT_BUNDLE_IDENTIFIER = com.xattacker.MapScaleSample;
383
383
PRODUCT_NAME = "$(TARGET_NAME)";
384
384
PROVISIONING_PROFILE_SPECIFIER = "";
393
393
buildSettings = {
394
394
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
395
395
CODE_SIGN_STYLE = Manual;
396
- CURRENT_PROJECT_VERSION = 2 ;
396
+ CURRENT_PROJECT_VERSION = 3 ;
397
397
DEVELOPMENT_TEAM = "";
398
398
INFOPLIST_FILE = MapScaleView_iOS_API/Info.plist;
399
399
LD_RUNPATH_SEARCH_PATHS = (
400
400
"$(inherited)",
401
401
"@executable_path/Frameworks",
402
402
);
403
- MARKETING_VERSION = 1.1 .0;
403
+ MARKETING_VERSION = 1.2 .0;
404
404
PRODUCT_BUNDLE_IDENTIFIER = com.xattacker.MapScaleSample;
405
405
PRODUCT_NAME = "$(TARGET_NAME)";
406
406
PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments