Skip to content

Commit 1bb7ef5

Browse files
committed
Bumped the version to hl-1.0.5
1 parent c467e4c commit 1bb7ef5

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
hl-1.0.5
2+
==========
3+
2023-02-24 Hale Xie <hale.xie@helplightning.com>
4+
* Fix CFBundlePackageType should be BNDL in the resource bundle
5+
16
hl-1.0.4
27
==========
38
2023-01-09 Hale Xie <hale.xie@helplightning.com>

MessageKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
CODE_SIGN_STYLE = Automatic;
759759
COMBINE_HIDPI_IMAGES = YES;
760760
COPY_PHASE_STRIP = NO;
761-
CURRENT_PROJECT_VERSION = 4;
761+
CURRENT_PROJECT_VERSION = 5;
762762
DEBUG_INFORMATION_FORMAT = dwarf;
763763
DEVELOPMENT_TEAM = VGG743YS65;
764764
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -781,7 +781,7 @@
781781
INFOPLIST_FILE = MessageKitResources/Info.plist;
782782
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
783783
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
784-
MARKETING_VERSION = 1.0.4;
784+
MARKETING_VERSION = 1.0.5;
785785
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
786786
MTL_FAST_MATH = YES;
787787
ONLY_ACTIVE_ARCH = YES;
@@ -831,7 +831,7 @@
831831
CODE_SIGN_STYLE = Automatic;
832832
COMBINE_HIDPI_IMAGES = YES;
833833
COPY_PHASE_STRIP = NO;
834-
CURRENT_PROJECT_VERSION = 4;
834+
CURRENT_PROJECT_VERSION = 5;
835835
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
836836
DEVELOPMENT_TEAM = VGG743YS65;
837837
ENABLE_NS_ASSERTIONS = NO;
@@ -848,7 +848,7 @@
848848
INFOPLIST_FILE = MessageKitResources/Info.plist;
849849
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
850850
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
851-
MARKETING_VERSION = 1.0.4;
851+
MARKETING_VERSION = 1.0.5;
852852
MTL_ENABLE_DEBUG_INFO = NO;
853853
MTL_FAST_MATH = YES;
854854
PRODUCT_BUNDLE_IDENTIFIER = com.helplightning.MessageKitResources;

MessageKitResources/Info.plist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundleName</key>
12+
<string>$(PRODUCT_NAME)</string>
513
<key>CFBundlePackageType</key>
614
<string>BNDL</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>$(MARKETING_VERSION)</string>
17+
<key>CFBundleVersion</key>
18+
<string>$(CURRENT_PROJECT_VERSION)</string>
719
<key>NSPrincipalClass</key>
820
<string></string>
921
</dict>

vipaar-MessageKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'vipaar-MessageKit'
3-
s.version = '1.0.4'
3+
s.version = '1.0.5'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'

0 commit comments

Comments
 (0)