File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : objective-c
2+ xcode_sdk : iphonesimulator
23xcode_project : BitStore.xcworkspace
34xcode_scheme : Tests
45script : xcodebuild -workspace BitStore.xcworkspace -scheme BitStore
Original file line number Diff line number Diff line change 11311131 CLANG_WARN_INT_CONVERSION = YES;
11321132 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
11331133 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1134- " CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1134+ CODE_SIGN_IDENTITY = "iPhone Developer ";
11351135 COPY_PHASE_STRIP = NO;
11361136 GCC_C_LANGUAGE_STANDARD = gnu99;
11371137 GCC_DYNAMIC_NO_PIC = NO;
11751175 CLANG_WARN_INT_CONVERSION = YES;
11761176 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
11771177 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1178- " CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1178+ CODE_SIGN_IDENTITY = "iPhone Developer";
11791179 COPY_PHASE_STRIP = YES;
11801180 ENABLE_NS_ASSERTIONS = NO;
11811181 GCC_C_LANGUAGE_STANDARD = gnu99;
You can’t perform that action at this time.
0 commit comments