File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to PagerTabStrip will be documented in this file.
44
5+ ### [ 3.1.0] ( https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.0 )
6+
7+ <!-- Released on 2021-12-09. -->
8+
9+ - Disable swipe gesture support
10+ - Bug fixes
11+
512### [ 3.0.0] ( https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.0.0 )
613
714<!-- Released on 2021-10-05. -->
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "PagerTabStripView"
3- s . version = "3.0 .0"
3+ s . version = "3.1 .0"
44 s . summary = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI."
55 s . homepage = "https://github.com/xmartlabs/PagerTabStripView"
66 s . license = { type : 'MIT' , file : 'LICENSE' }
Original file line number Diff line number Diff line change 441441 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
442442 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
443443 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
444+ MARKETING_VERSION = 3.1.0;
444445 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
445446 PRODUCT_NAME = "$(TARGET_NAME)";
446447 SKIP_INSTALL = YES;
464465 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
465466 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
466467 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
468+ MARKETING_VERSION = 3.1.0;
467469 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
468470 PRODUCT_NAME = "$(TARGET_NAME)";
469471 SKIP_INSTALL = YES;
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 >
You can’t perform that action at this time.
0 commit comments