Skip to content

Commit

Permalink
fix: Fixed linking in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Nov 17, 2024
1 parent aad1384 commit c96d80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftSRP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -675,15 +675,15 @@
};
056C87D518C8B0F8006260B3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 05818D802CDFD32400001415 /* Debug.xcconfig */;
baseConfigurationReference = 05818D822CDFD32400001415 /* Debug - Library.xcconfig */;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.11;
};
name = Debug;
};
056C87D618C8B0F8006260B3 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 05818D852CDFD32400001415 /* Release.xcconfig */;
baseConfigurationReference = 05818D872CDFD32400001415 /* Release - Library.xcconfig */;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.11;
};
Expand Down

0 comments on commit c96d80b

Please sign in to comment.