Skip to content

Commit

Permalink
mojave branch
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Nov 16, 2020
1 parent e2663f7 commit 7c488c5
Show file tree
Hide file tree
Showing 70 changed files with 473 additions and 37 deletions.
2 changes: 1 addition & 1 deletion PDF Kit/English.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Localized versions of Info.plist keys */CFBundleName = "PDF Kit";CFBundleShortVersionString = "2.0";CFBundleGetInfoString = "PDF Kit version 2.0, Copyright 2020 miyako.";
/* Localized versions of Info.plist keys */CFBundleName = "PDF Kit";CFBundleShortVersionString = "1.0.0";CFBundleGetInfoString = "PDF Kit version 1.0.0, Copyright 2020 miyako.";
Expand Down
23 changes: 22 additions & 1 deletion PDF Kit/Info.plist
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>PDF Kit</string> <key>CFBundleIdentifier</key> <string>com.4D.PDF-Kit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>BNDL</string> <key>CFBundleShortVersionString</key> <string>2.0</string> <key>CFBundleSignature</key> <string>4D06</string> <key>CSResourcesFileMapped</key> <true/></dict></plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>PDF Kit</string>
<key>CFBundleIdentifier</key>
<string>com.4D.PDF-Kit</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>4D06</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseTargetSettings</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>PDF Kit.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
11 changes: 6 additions & 5 deletions PDF Kit/PDF Kit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
18B684FF06944F8800CC6A1E /* 4DPlugin-PDF-Kit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B684FE06944F8800CC6A1E /* 4DPlugin-PDF-Kit.cpp */; };
8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
D120937F13534DCC00A72CAA /* 4DPlugin-PDF-Kit.h in Headers */ = {isa = PBXBuildFile; fileRef = D120937E13534DCC00A72CAA /* 4DPlugin-PDF-Kit.h */; };
D1235646256346CF00E193EC /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1235645256346CF00E193EC /* Quartz.framework */; };
D130064F12F02D9700702C0E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D130064E12F02D9700702C0E /* Cocoa.framework */; };
D13116A91A03ACB700DE1322 /* 4DPluginAPI.c in Sources */ = {isa = PBXBuildFile; fileRef = D13116A81A03ACB700DE1322 /* 4DPluginAPI.c */; settings = {COMPILER_FLAGS = "-Wno-multichar"; }; };
D134D4AC1A030BA0008D14EF /* manifest.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = D134D4A91A030B06008D14EF /* manifest.json */; };
Expand All @@ -25,7 +26,6 @@
D19BD8CE23F0DEE80002EA4C /* C_BLOB.h in Headers */ = {isa = PBXBuildFile; fileRef = D19BD8C723F0DEE80002EA4C /* C_BLOB.h */; };
D19BD8CF23F0DEE80002EA4C /* C_LONGINT.h in Headers */ = {isa = PBXBuildFile; fileRef = D19BD8C823F0DEE80002EA4C /* C_LONGINT.h */; };
D19BD8D023F0DEE80002EA4C /* C_TEXT.h in Headers */ = {isa = PBXBuildFile; fileRef = D19BD8C923F0DEE80002EA4C /* C_TEXT.h */; };
D19BD8D223F0DF9D0002EA4C /* PDFKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D19BD8D123F0DF9D0002EA4C /* PDFKit.framework */; };
D19BD8D523F0E4330002EA4C /* ARRAY_TEXT.h in Headers */ = {isa = PBXBuildFile; fileRef = D19BD8D323F0E4330002EA4C /* ARRAY_TEXT.h */; };
D19BD8D623F0E4330002EA4C /* ARRAY_TEXT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D19BD8D423F0E4330002EA4C /* ARRAY_TEXT.cpp */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -54,6 +54,7 @@
18B684FE06944F8800CC6A1E /* 4DPlugin-PDF-Kit.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; path = "4DPlugin-PDF-Kit.cpp"; sourceTree = "<group>"; };
8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
D120937E13534DCC00A72CAA /* 4DPlugin-PDF-Kit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "4DPlugin-PDF-Kit.h"; sourceTree = "<group>"; };
D1235645256346CF00E193EC /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
D130064E12F02D9700702C0E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
D13116A81A03ACB700DE1322 /* 4DPluginAPI.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = 4DPluginAPI.c; sourceTree = "<group>"; };
D134D4A91A030B06008D14EF /* manifest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = manifest.json; sourceTree = "<group>"; };
Expand All @@ -65,7 +66,6 @@
D19BD8C723F0DEE80002EA4C /* C_BLOB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = C_BLOB.h; path = "4D Plugin API/Classes/C_BLOB.h"; sourceTree = "<group>"; };
D19BD8C823F0DEE80002EA4C /* C_LONGINT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = C_LONGINT.h; path = "4D Plugin API/Classes/C_LONGINT.h"; sourceTree = "<group>"; };
D19BD8C923F0DEE80002EA4C /* C_TEXT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = C_TEXT.h; path = "4D Plugin API/Classes/C_TEXT.h"; sourceTree = "<group>"; };
D19BD8D123F0DF9D0002EA4C /* PDFKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PDFKit.framework; path = System/Library/Frameworks/PDFKit.framework; sourceTree = SDKROOT; };
D19BD8D323F0E4330002EA4C /* ARRAY_TEXT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ARRAY_TEXT.h; path = "4D Plugin API/Classes/ARRAY_TEXT.h"; sourceTree = "<group>"; };
D19BD8D423F0E4330002EA4C /* ARRAY_TEXT.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = ARRAY_TEXT.cpp; path = "4D Plugin API/Classes/ARRAY_TEXT.cpp"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -75,7 +75,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D19BD8D223F0DF9D0002EA4C /* PDFKit.framework in Frameworks */,
D1235646256346CF00E193EC /* Quartz.framework in Frameworks */,
D130064F12F02D9700702C0E /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -165,7 +165,7 @@
D16FBB3C22A4C07E008F0416 /* Frameworks */ = {
isa = PBXGroup;
children = (
D19BD8D123F0DF9D0002EA4C /* PDFKit.framework */,
D1235645256346CF00E193EC /* Quartz.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -283,7 +283,8 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if test \"$CONFIGURATION\" == 'Deployment'; then\n USER_NAME=keisuke.miyako@4d.com\n UUID=`uuidgen | tr -d - | tr -d '\\n' | tr '[:upper:]' '[:lower:]'`\n DEVELOPER_ID=`security find-identity -p codesigning -v | egrep 'Developer ID Application[^\"]+' -o`\n PRODUCT_PATH=\"$CODESIGNING_FOLDER_PATH\"\n xattr -cr \"$PRODUCT_PATH\"\n codesign --remove-signature \"$PRODUCT_PATH\"\n codesign --verbose --deep --timestamp --force --sign \"$DEVELOPER_ID\" \"$PRODUCT_PATH\"\n DMG_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.dmg\"\n ZIP_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.zip\"\n rm \"$DMG_PATH\"\n hdiutil create -format UDBZ -plist -srcfolder \"$PRODUCT_PATH\" \"$DMG_PATH\"\n echo \"xcrun stapler staple \\\"$PRODUCT_PATH\\\"\"\n echo \"hdiutil create -format UDBZ -plist -srcfolder \\\"$PRODUCT_PATH\\\" \\\"$DMG_PATH\\\" \"\n echo \"ditto -c -k --keepParent \\\"$PRODUCT_PATH\\\" \\\"$ZIP_PATH\\\" \"\n xcrun altool --notarize-app --file \"$DMG_PATH\" --username \"$USER_NAME\" --password \"@keychain:altool\" --primary-bundle-id $PRODUCT_BUNDLE_IDENTIFIER.$UUID\n echo \"spctl -a -vv -t install \\\"$PRODUCT_PATH\\\" \"\n rm -f \"$ZIP_PATH\"\n rm -f \"$DMG_PATH\"\nelse\n echo \"No notarization performed as this is not a release build.\"\nfi\n";
shellScript = "
";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
Binary file not shown.
13 changes: 13 additions & 0 deletions PDF Kit/PDF Kit.xcodeproj/xcshareddata/xcschemes/PDF Kit.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Deployment"
Expand All @@ -45,6 +47,17 @@
BundleIdentifier = "com.4d.4d"
FilePath = "/Applications/4D v17 R6/4D.app">
</PathRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8D01CCC60486CAD60068D4B7"
BuildableName = "PDF Kit.bundle"
BlueprintName = "PDF Kit"
ReferencedContainer = "container:PDF Kit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Deployment"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4DPlugin-PDF-Kit.cpp \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4DPlugin-PDF-Kit.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_BLOB.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TYPES.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TEXT.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_LONGINT.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/ARRAY_TEXT.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.c \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PrivateTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/EntryPoints.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/ARRAY_TEXT.cpp \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/ARRAY_TEXT.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TYPES.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_BLOB.cpp \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_BLOB.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TYPES.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TEXT.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_LONGINT.cpp \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_LONGINT.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TYPES.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies: \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TEXT.cpp \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TEXT.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/4DPluginAPI.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Flags.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/PublicTypes.h \
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF\ Kit/4D\ Plugin\ API/Classes/C_TYPES.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/C_BLOB.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/4DPlugin-PDF-Kit.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/ARRAY_TEXT.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/C_TEXT.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/4DPluginAPI.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.build/Deployment/PDF Kit.build/Objects-normal/x86_64/C_LONGINT.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh


Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"case-sensitive":"false","roots":[],"version":0}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.v9.build/Development/PDF Kit.build/Objects-normal/i386/4DPlugin-PDF-Kit.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.v9.build/Development/PDF Kit.build/Objects-normal/i386/4DPluginAPI.o
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.v9.build/Development/PDF Kit.build/Objects-normal/x86_64/4DPlugin-PDF-Kit.o
/Users/miyako/GitHub/4d-plugin-pdf-kit/PDF Kit/build/PDF Kit.v9.build/Development/PDF Kit.build/Objects-normal/x86_64/4DPluginAPI.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
#DEVELOPER_ID_APPLICATION_CODE_SIGN_IDENTITY_NAME=`security find-identity -p codesigning -v | egrep 'Developer ID Application[^"]+' -o`
codesign --force --verbose --sign "$EXPANDED_CODE_SIGN_IDENTITY_NAME" "$CODESIGNING_FOLDER_PATH/Contents/manifest.json"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7c488c5

Please sign in to comment.