Skip to content

Commit 50a3c91

Browse files
committed
Remove the override of Xcode project codesign config
1 parent 97357c0 commit 50a3c91

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

Configs/Module-Shared.xcconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
8888
// Warns about potentially unreachable code.
8989
CLANG_WARN_UNREACHABLE_CODE = YES
9090

91-
// The path to a file specifying code-signing entitlements.
92-
CODE_SIGN_ENTITLEMENTS =
93-
94-
// The name, also known as the *common name*, of a valid code-signing certificate in a keychain within your keychain path. A missing or invalid certificate will cause a build error.
95-
CODE_SIGN_IDENTITY =
96-
9791
// This setting defines the current version of the project. The value must be a integer or floating point number, such as `57` or `365.8`.
9892
CURRENT_PROJECT_VERSION = 1
9993

@@ -197,9 +191,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER_PREFIX).${PRODUCT_NAME:r
197191
// This is the basename of the product generated by the target.
198192
PRODUCT_NAME = $(TARGET_NAME)
199193

200-
// Must contain a profile name (or UUID). A missing or invalid profile will cause a build error. Use in conjunction with [DEVELOPMENT_TEAM] to fully specify provisioning profile.
201-
PROVISIONING_PROFILE_SPECIFIER =
202-
203194
// Activating this setting will cause Xcode to run the `Clang` static analysis tool on qualifying source files during every build.
204195
RUN_CLANG_STATIC_ANALYZER = YES
205196

SDWebImage.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,15 +1342,13 @@
13421342
326CA50D22BA14EF0033A92F /* Debug */ = {
13431343
isa = XCBuildConfiguration;
13441344
buildSettings = {
1345-
CODE_SIGN_STYLE = Automatic;
13461345
PRODUCT_NAME = "$(TARGET_NAME)";
13471346
};
13481347
name = Debug;
13491348
};
13501349
326CA50E22BA14EF0033A92F /* Release */ = {
13511350
isa = XCBuildConfiguration;
13521351
buildSettings = {
1353-
CODE_SIGN_STYLE = Automatic;
13541352
PRODUCT_NAME = "$(TARGET_NAME)";
13551353
};
13561354
name = Release;

Scripts/create-xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ do
3838
done
3939

4040
# Combine XCFramework
41+
echo "Create XCFramework"
4142
xcodebuild -create-xcframework $COMMAND_ARGS -output "${SRCROOT}/build/SDWebImage.xcframework"
42-
open -a Finder "${SRCROOT}/build/SDWebImage.xcframework"

0 commit comments

Comments
 (0)