Skip to content

Commit b5d4935

Browse files
committed
Use Proper Cert for Mac
1 parent 4cdae44 commit b5d4935

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

bin/mac/build_dmg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ xcrun SetFile -a E "$TMPPATH/${PRODUCT_DIR}/Documentation.html" # hide extension
203203
done
204204

205205

206-
codesign --timestamp --deep --force --options runtime --strict --sign 'Apple Development: Scott Harrison (DGWT7C7959)' "${LIBRARIES[@]}"
207-
codesign --timestamp --deep --force --options runtime --strict --sign 'Apple Development: Scott Harrison (DGWT7C7959)' --entitlements "$ENTITLEMENTS" "${EXECUTABLES[@]}"
206+
codesign --timestamp --deep --force --options runtime --strict --sign 'Developer ID Application: Scott Harrison (A6QFRGXX8S)' "${LIBRARIES[@]}"
207+
codesign --timestamp --deep --force --options runtime --strict --sign 'Developer ID Application: Scott Harrison (A6QFRGXX8S)' --entitlements "$ENTITLEMENTS" "${EXECUTABLES[@]}"
208208
)
209209
}
210210

platform/mac/car.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
isa = XCBuildConfiguration;
213213
buildSettings = {
214214
ALWAYS_SEARCH_USER_PATHS = NO;
215-
CODE_SIGN_IDENTITY = "Apple Development: Scott Harrison (DGWT7C7959)";
216-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
215+
CODE_SIGN_IDENTITY = "Developer ID Application: Scott Harrison (A6QFRGXX8S)";
216+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application: Scott Harrison (A6QFRGXX8S)";
217217
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
218218
"DEVELOPMENT_TEAM[sdk=macosx*]" = A6QFRGXX8S;
219219
GCC_MODEL_TUNING = G5;

platform/mac/lua.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@
12001200
CLANG_WARN_SUSPICIOUS_MOVE = YES;
12011201
CLANG_WARN_UNREACHABLE_CODE = YES;
12021202
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1203-
CODE_SIGN_IDENTITY = "Apple Development: Scott Harrison (DGWT7C7959)";
1203+
CODE_SIGN_IDENTITY = "Developer ID Application: Scott Harrison (A6QFRGXX8S)";
12041204
ENABLE_STRICT_OBJC_MSGSEND = YES;
12051205
GCC_C_LANGUAGE_STANDARD = gnu99;
12061206
GCC_NO_COMMON_BLOCKS = YES;
@@ -1270,7 +1270,7 @@
12701270
isa = XCBuildConfiguration;
12711271
buildSettings = {
12721272
ALWAYS_SEARCH_USER_PATHS = NO;
1273-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1273+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application: Scott Harrison (A6QFRGXX8S)";
12741274
COPY_PHASE_STRIP = YES;
12751275
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12761276
"DEVELOPMENT_TEAM[sdk=macosx*]" = A6QFRGXX8S;
@@ -1301,7 +1301,7 @@
13011301
isa = XCBuildConfiguration;
13021302
buildSettings = {
13031303
ALWAYS_SEARCH_USER_PATHS = NO;
1304-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1304+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
13051305
COPY_PHASE_STRIP = YES;
13061306
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13071307
"DEVELOPMENT_TEAM[sdk=macosx*]" = A6QFRGXX8S;
@@ -1331,7 +1331,7 @@
13311331
isa = XCBuildConfiguration;
13321332
buildSettings = {
13331333
ALWAYS_SEARCH_USER_PATHS = NO;
1334-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1334+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
13351335
COPY_PHASE_STRIP = YES;
13361336
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13371337
"DEVELOPMENT_TEAM[sdk=macosx*]" = A6QFRGXX8S;
@@ -1360,7 +1360,7 @@
13601360
004CED4C1339786A006ACF35 /* Release */ = {
13611361
isa = XCBuildConfiguration;
13621362
buildSettings = {
1363-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1363+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
13641364
COPY_PHASE_STRIP = YES;
13651365
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13661366
"DEVELOPMENT_TEAM[sdk=macosx*]" = A6QFRGXX8S;

platform/mac/ratatouille.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8477,7 +8477,7 @@
84778477
CLANG_CXX_LIBRARY = "libc++";
84788478
CODE_SIGN_ENTITLEMENTS = CoronaSimulator.entitlements;
84798479
CODE_SIGN_IDENTITY = "Developer ID Application";
8480-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
8480+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
84818481
CODE_SIGN_RESOURCE_RULES_PATH = "";
84828482
CODE_SIGN_STYLE = Manual;
84838483
COMBINE_HIDPI_IMAGES = NO;
@@ -8816,7 +8816,7 @@
88168816
CLANG_CXX_LIBRARY = "libc++";
88178817
CODE_SIGN_ENTITLEMENTS = CoronaSimulator.entitlements;
88188818
CODE_SIGN_IDENTITY = "Developer ID Application";
8819-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
8819+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
88208820
CODE_SIGN_RESOURCE_RULES_PATH = "";
88218821
CODE_SIGN_STYLE = Manual;
88228822
COMBINE_HIDPI_IMAGES = NO;
@@ -8877,7 +8877,7 @@
88778877
CLANG_CXX_LIBRARY = "libc++";
88788878
CODE_SIGN_ENTITLEMENTS = CoronaSimulator.entitlements;
88798879
CODE_SIGN_IDENTITY = "Developer ID Application";
8880-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
8880+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
88818881
CODE_SIGN_RESOURCE_RULES_PATH = "";
88828882
CODE_SIGN_STYLE = Manual;
88838883
COMBINE_HIDPI_IMAGES = NO;

tools/GHAction/Certificates.p12

-89 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)