Skip to content

Commit

Permalink
3.3.4 iOS16 适配,建议尽快更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xingda committed Sep 9, 2022
1 parent 8646de4 commit 8e6bf26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions WeiboSDKLibDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,8 @@
CODE_SIGN_IDENTITY = "iPhone Developer: Wei Cheng (P9KMJ2UFM6)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Wei Cheng (P9KMJ2UFM6)";
COPY_PHASE_STRIP = NO;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -706,6 +708,8 @@
CODE_SIGN_IDENTITY = "iPhone Distribution: Sina.Com Technology (China) Co., Ltd.";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Sina.Com Technology (China) Co., Ltd.";
COPY_PHASE_STRIP = YES;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 8e6bf26

Please sign in to comment.