Skip to content

Commit

Permalink
Merge pull request holzschu#88 from yury/patch-4
Browse files Browse the repository at this point in the history
do not strip static lib
  • Loading branch information
holzschu authored Sep 27, 2019
2 parents 1fce9fd + f02875a commit e005cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions curl_ios_static.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "Acube.curl-ios";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = "non-global";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -1758,6 +1759,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "Acube.curl-ios";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = "non-global";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit e005cbc

Please sign in to comment.