File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
TabPageViewController.xcodeproj Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.7 Release notes (2022-01-14)
2+
3+ ## Enhancements
4+
5+ * xcode 13
6+
17# 0.2.7 Release notes (2017-04-13)
28
39## Enhancements
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = "TabPageViewController"
11- s . version = "0.2.7 "
11+ s . version = "0.2.8 "
1212 s . summary = "Custom UIPageViewController"
1313
1414# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2.7 </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 489489 HEADER_SEARCH_PATHS = "$(inherited)";
490490 INFOPLIST_FILE = TabPageViewController.xcodeproj/TabPageViewController_Info.plist;
491491 LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
492+ MARKETING_VERSION = 0.2.8;
492493 OTHER_LDFLAGS = "$(inherited)";
493494 OTHER_SWIFT_FLAGS = "$(inherited)";
494495 PRODUCT_BUNDLE_IDENTIFIER = TabPageViewController;
512513 HEADER_SEARCH_PATHS = "$(inherited)";
513514 INFOPLIST_FILE = TabPageViewController.xcodeproj/TabPageViewController_Info.plist;
514515 LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
516+ MARKETING_VERSION = 0.2.8;
515517 OTHER_LDFLAGS = "$(inherited)";
516518 OTHER_SWIFT_FLAGS = "$(inherited)";
517519 PRODUCT_BUNDLE_IDENTIFIER = TabPageViewController;
You can’t perform that action at this time.
0 commit comments