Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Mar 14, 2023
1 parent 0c5a797 commit aca94e4
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Workspace Services/build/*
2 changes: 1 addition & 1 deletion Workspace Services/English.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Localized versions of Info.plist keys */CFBundleName = "Workspace Services";CFBundleShortVersionString = "1.4.0";CFBundleGetInfoString = "Workspace Services version 1.4.0, Copyright 2021 miyako.";
/* Localized versions of Info.plist keys */CFBundleName = "Workspace Services";CFBundleShortVersionString = "1.4.1";CFBundleGetInfoString = "Workspace Services version 1.4.1, Copyright 2023 miyako.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H2</string>
<string>22D49</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -21,25 +21,25 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12D4e</string>
<string>14B47b</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<string>13.0</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<string>22A372</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<string>macosx13.0</string>
<key>DTXcode</key>
<string>1240</string>
<string>1410</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
<string>14B47b</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dict>
<key>hash</key>
<data>
7LLaxkQIyMYtMwqsHS90LpgfAro=
gPKoDHhtLXhfH7eracPpNCxgti8=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -288,7 +288,7 @@
<dict>
<key>hash2</key>
<data>
G5yp7Kf5hJnOJq+N1EVNTWotK+5+vZS2pFIhL2qEkD8=
9Y/j/QfQde/kZjKosQmvfEJ/zWVAZYc1pn+NU4mckGY=
</data>
<key>optional</key>
<true/>
Expand Down
Binary file modified Workspace Services/Workspace Services.dmg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if test \"$CONFIGURATION\" == 'Deployment'; then\n\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 \n #clean\n xattr -cr \"$PRODUCT_PATH\"\n codesign --remove-signature \"$PRODUCT_PATH\"\n \n #sign\n codesign --verbose --deep --timestamp --force --sign \"$DEVELOPER_ID\" \"$PRODUCT_PATH\"\n \n #archive\n DMG_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.dmg\"\n ZIP_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.zip\" #for windows\n rm -f \"$DMG_PATH\"\n hdiutil create -format UDBZ -plist -srcfolder \"$PRODUCT_PATH\" \"$DMG_PATH\"\n rm -f \"$ZIP_PATH\"\n ditto -c -k --keepParent \"$PRODUCT_PATH\" \"$ZIP_PATH\"\n \n # must staple the same dmg that was submitted for notarisation\n # to staple the bundle inside the dmg too,\n # one must:\n # sign the bundle\n # archive the bundle and notarise the dmg\n # staple the bundle\n # archive the bundle and notarise the dmg again\n # staple the dmg\n # here, we just staple the dmg. it should be sufficient \n \n #round 2\n echo \"# staple only the dmg\"\n echo \"\\r\"\n echo \"xcrun stapler staple \\\"$DMG_PATH\\\"\"\n echo \"\\r\"\n \n #round 3 (optional)\n echo \"# staple the bundle and the dmg\"\n echo \"\\r\"\n echo \"xcrun stapler staple \\\"$PRODUCT_PATH\\\"\"\n echo \"rm -f \\\"$DMG_PATH\\\"\"\n echo \"hdiutil create -format UDBZ -plist -srcfolder \\\"$PRODUCT_PATH\\\" \\\"$DMG_PATH\\\" \"\n echo \"xcrun altool --notarize-app --file \\\"$DMG_PATH\\\" --username \\\"$USER_NAME\\\" --password \\\"@keychain:altool\\\" --primary-bundle-id $PRODUCT_BUNDLE_IDENTIFIER.$UUID\"\n echo \"\\r\"\n \n #round 1\n xcrun altool --notarize-app --file \"$DMG_PATH\" --username \"$USER_NAME\" --password \"@keychain:altool\" --primary-bundle-id $PRODUCT_BUNDLE_IDENTIFIER.$UUID\n \n #for round 3 \n UUID=`uuidgen | tr -d - | tr -d '\\n' | tr '[:upper:]' '[:lower:]'`\nelse\n echo \"No notarization performed as this is not a release build.\"\nfi\n\n";
shellScript = "if test \"$CONFIGURATION\" == 'Deployment'; then\n\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 \n #clean\n xattr -cr \"$PRODUCT_PATH\"\n codesign --remove-signature \"$PRODUCT_PATH\"\n \n #sign\n codesign --verbose --deep --timestamp --force --sign \"$DEVELOPER_ID\" \"$PRODUCT_PATH\"\n \n #archive\n DMG_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.dmg\"\n ZIP_PATH=\"$PROJECT_DIR/$PRODUCT_NAME.zip\" #for windows\n rm -f \"$DMG_PATH\"\n hdiutil create -format UDBZ -plist -srcfolder \"$PRODUCT_PATH\" \"$DMG_PATH\"\n rm -f \"$ZIP_PATH\"\n ditto -c -k --keepParent \"$PRODUCT_PATH\" \"$ZIP_PATH\"\n \n xcrun notarytool submit \"$ZIP_PATH\" --keychain-profile \"notarytool\" --wait\n xcrun notarytool submit \"$DMG_PATH\" --keychain-profile \"notarytool\" --wait\n \n xcrun stapler staple \"$DMG_PATH\"\n\nelse\n echo \"No notarization performed as this is not a release build.\"\nfi\n\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -446,7 +446,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.0;
CURRENT_PROJECT_VERSION = 1.4.1;
DEBUGGING_SYMBOLS = YES;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = Y69CWUC25B;
Expand Down Expand Up @@ -493,7 +493,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.4.0;
CURRENT_PROJECT_VERSION = 1.4.1;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = Y69CWUC25B;
FRAMEWORK_SEARCH_PATHS = "";
Expand Down Expand Up @@ -536,7 +536,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.4.0;
CURRENT_PROJECT_VERSION = 1.4.1;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = Y69CWUC25B;
FRAMEWORK_SEARCH_PATHS = "";
Expand Down
Binary file not shown.
Binary file modified Workspace Services/Workspace Services.zip
Binary file not shown.

0 comments on commit aca94e4

Please sign in to comment.