File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
ScrollStackController.xcodeproj
project.xcworkspace/xcuserdata/daniele.xcuserdatad
xcuserdata/daniele.xcuserdatad/xcschemes Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ScrollStackController"
3- s . version = "1.0.3 "
3+ s . version = "1.1.0 "
44 s . summary = "Create complex scrollable layout using UIViewController and simplify your code"
55 s . homepage = "https://github.com/malcommac/ScrollStackController"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 535535 APPLICATION_EXTENSION_API_ONLY = YES;
536536 CLANG_ENABLE_MODULES = YES;
537537 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
538+ CURRENT_PROJECT_VERSION = 0;
538539 DEFINES_MODULE = YES;
539540 DYLIB_COMPATIBILITY_VERSION = 1;
540541 DYLIB_CURRENT_VERSION = 1;
543544 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
544545 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
545546 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
547+ MARKETING_VERSION = 1.1.0;
546548 ONLY_ACTIVE_ARCH = NO;
547549 PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
548550 PRODUCT_NAME = ScrollStackController;
558560 APPLICATION_EXTENSION_API_ONLY = YES;
559561 CLANG_ENABLE_MODULES = YES;
560562 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
563+ CURRENT_PROJECT_VERSION = 0;
561564 DEFINES_MODULE = YES;
562565 DYLIB_COMPATIBILITY_VERSION = 1;
563566 DYLIB_CURRENT_VERSION = 1;
566569 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
567570 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
568571 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
572+ MARKETING_VERSION = 1.1.0;
569573 PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
570574 PRODUCT_NAME = ScrollStackController;
571575 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1212 <key >ScrollStackControllerDemo.xcscheme_^#shared#^_ </key >
1313 <dict >
1414 <key >orderHint </key >
15- <integer >2 </integer >
15+ <integer >1 </integer >
1616 </dict >
1717 </dict >
1818</dict >
You can’t perform that action at this time.
0 commit comments