File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
ProgressHUD/app.xcodeproj Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 14.1.3] ( https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.3 )
4+
5+ Released on 2024-05-09.
6+
7+ #### Changed
8+
9+ - Added the ` defaultLocalization ` value to the ` Package.swift ` file.
10+
311## [ 14.1.2] ( https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.2 )
412
513Released on 2024-05-03.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'ProgressHUD'
3- s . version = '14.1.2 '
3+ s . version = '14.1.3 '
44 s . license = 'MIT'
55
66 s . summary = 'A lightweight and easy-to-use Progress HUD for iOS.'
Original file line number Diff line number Diff line change 431431 INFOPLIST_FILE = app/Info.plist;
432432 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
433433 LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
434- MARKETING_VERSION = 14.1.2 ;
434+ MARKETING_VERSION = 14.1.3 ;
435435 PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud;
436436 PRODUCT_NAME = "$(TARGET_NAME)";
437437 PROVISIONING_PROFILE_SPECIFIER = "";
462462 INFOPLIST_FILE = app/Info.plist;
463463 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
464464 LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
465- MARKETING_VERSION = 14.1.2 ;
465+ MARKETING_VERSION = 14.1.3 ;
466466 PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud;
467467 PRODUCT_NAME = "$(TARGET_NAME)";
468468 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 1- 14.1.2
1+ 14.1.3
You can’t perform that action at this time.
0 commit comments