File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class SafariApp {
88 return new Promise ( resolve => {
99 const now = new Date ( ) ;
1010 const messageId = now . getTime ( ) . toString ( ) + '_' + Math . floor ( Math . random ( ) * Number . MAX_SAFE_INTEGER ) ;
11- ( browser as any ) . runtime . sendNativeMessage ( 'com.bitwarden .desktop' , {
11+ ( browser as any ) . runtime . sendNativeMessage ( 'io.cozy.pass .desktop' , {
1212 id : messageId ,
1313 command : command ,
1414 data : data ,
Original file line number Diff line number Diff line change 448448 "@executable_path/../../../../Frameworks",
449449 );
450450 MACOSX_DEPLOYMENT_TARGET = 10.14;
451- PRODUCT_BUNDLE_IDENTIFIER = com.bitwarden .desktop.safari;
451+ PRODUCT_BUNDLE_IDENTIFIER = io.cozy.pass .desktop.safari;
452452 PRODUCT_NAME = "$(TARGET_NAME)";
453453 SKIP_INSTALL = YES;
454454 SWIFT_VERSION = 5.0;
472472 "@executable_path/../../../../Frameworks",
473473 );
474474 MACOSX_DEPLOYMENT_TARGET = 10.14;
475- PRODUCT_BUNDLE_IDENTIFIER = com.bitwarden .desktop.safari;
475+ PRODUCT_BUNDLE_IDENTIFIER = io.cozy.pass .desktop.safari;
476476 PRODUCT_NAME = "$(TARGET_NAME)";
477477 SKIP_INSTALL = YES;
478478 SWIFT_VERSION = 5.0;
496496 "@executable_path/../Frameworks",
497497 );
498498 MACOSX_DEPLOYMENT_TARGET = 10.14;
499- PRODUCT_BUNDLE_IDENTIFIER = com.bitwarden .desktop;
499+ PRODUCT_BUNDLE_IDENTIFIER = io.cozy.pass .desktop;
500500 PRODUCT_NAME = "$(TARGET_NAME)";
501501 SWIFT_VERSION = 5.0;
502502 };
520520 "@executable_path/../Frameworks",
521521 );
522522 MACOSX_DEPLOYMENT_TARGET = 10.14;
523- PRODUCT_BUNDLE_IDENTIFIER = com.bitwarden .desktop;
523+ PRODUCT_BUNDLE_IDENTIFIER = io.cozy.pass .desktop;
524524 PRODUCT_NAME = "$(TARGET_NAME)";
525525 SWIFT_VERSION = 5.0;
526526 };
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import SafariServices.SFSafariApplication
33import SafariServices. SFSafariExtensionManager
44
55let appName = " desktop "
6- let extensionBundleIdentifier = " com.bitwarden .desktop.Extension"
6+ let extensionBundleIdentifier = " io.cozy.pass .desktop.Extension"
77
88class ViewController : NSViewController {
99
Original file line number Diff line number Diff line change 3535 <string >A secure and free password manager for all of your devices. </string >
3636 <key >SFSafariAppExtensionBundleIdentifiersToReplace </key >
3737 <array >
38- <string >com.bitwarden .desktop.safari </string >
38+ <string >io.cozy.pass .desktop.safari </string >
3939 </array >
4040</dict >
4141</plist >
You can’t perform that action at this time.
0 commit comments