Skip to content

Commit e8928f8

Browse files
committed
Fix the project issue that prevents the resource from building
1 parent 0746e85 commit e8928f8

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hl-1.0.2
22
==========
33
2022-12-16 Hale Xie <hxie@Hales-Mac.local>
4+
* Fix the project issue that prevents the resource from building
45
* #2 - Create a resource bundle for MessageKit
56

67
hl-1.0.1

MessageKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
C72A8F522944400E006DB10F /* MessagesCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72A8F0A2944400E006DB10F /* MessagesCollectionView.swift */; };
8080
C72A8F532944400E006DB10F /* PlayButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72A8F0B2944400E006DB10F /* PlayButtonView.swift */; };
8181
C72A8F542944400E006DB10F /* BubbleCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72A8F0C2944400E006DB10F /* BubbleCircle.swift */; };
82-
C72A8F57294442C5006DB10F /* InputBarAccessoryView in Frameworks */ = {isa = PBXBuildFile; productRef = C72A8F56294442C5006DB10F /* InputBarAccessoryView */; };
8382
C72A8F5A29444349006DB10F /* InputBarAccessoryView in Frameworks */ = {isa = PBXBuildFile; productRef = C72A8F5929444349006DB10F /* InputBarAccessoryView */; };
8483
C7CB28222943270000C8328F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C7CB28212943270000C8328F /* Assets.xcassets */; };
8584
/* End PBXBuildFile section */
@@ -175,7 +174,6 @@
175174
isa = PBXFrameworksBuildPhase;
176175
buildActionMask = 2147483647;
177176
files = (
178-
C72A8F57294442C5006DB10F /* InputBarAccessoryView in Frameworks */,
179177
);
180178
runOnlyForDeploymentPostprocessing = 0;
181179
};
@@ -416,7 +414,6 @@
416414
);
417415
name = MessageKitResources;
418416
packageProductDependencies = (
419-
C72A8F56294442C5006DB10F /* InputBarAccessoryView */,
420417
);
421418
productName = MessageKitResources;
422419
productReference = C7CB280D2943263700C8328F /* MessageKitResources.bundle */;
@@ -919,11 +916,6 @@
919916
/* End XCRemoteSwiftPackageReference section */
920917

921918
/* Begin XCSwiftPackageProductDependency section */
922-
C72A8F56294442C5006DB10F /* InputBarAccessoryView */ = {
923-
isa = XCSwiftPackageProductDependency;
924-
package = C72A8F55294442C5006DB10F /* XCRemoteSwiftPackageReference "InputBarAccessoryView" */;
925-
productName = InputBarAccessoryView;
926-
};
927919
C72A8F5929444349006DB10F /* InputBarAccessoryView */ = {
928920
isa = XCSwiftPackageProductDependency;
929921
package = C72A8F55294442C5006DB10F /* XCRemoteSwiftPackageReference "InputBarAccessoryView" */;

0 commit comments

Comments
 (0)