Skip to content

Commit

Permalink
Enable MERGEABLE_LIBRARY. (devicekit#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed Apr 30, 2024
1 parent cfe33c3 commit 59c08aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeviceKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.2.3;
MERGEABLE_LIBRARY = YES;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -444,6 +445,7 @@
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.2.3;
MERGEABLE_LIBRARY = YES;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 59c08aa

Please sign in to comment.