@@ -627,21 +627,17 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
627
627
" integrity" : {
628
628
" algorithm" : " SHA256" ,
629
629
" blockSize" : 4194304 ,
630
- " blocks" : [
631
- " f1e14240f7c833900fca84fabc2f0ff27084efdf1c5b228b015515de3f8fa28e" ,
632
- ],
633
- " hash" : " f1e14240f7c833900fca84fabc2f0ff27084efdf1c5b228b015515de3f8fa28e" ,
630
+ " blocks" : " <stripped>" ,
631
+ " hash" : " <stripped>" ,
634
632
},
635
633
" size" : 1063 ,
636
634
},
637
635
" package.json" : {
638
636
" integrity" : {
639
637
" algorithm" : " SHA256" ,
640
638
" blockSize" : 4194304 ,
641
- " blocks" : [
642
- " 2873266521e41d58d02e7acfbbbdb046edfa04b6ce262b8987de8e8548671fc7" ,
643
- ],
644
- " hash" : " 2873266521e41d58d02e7acfbbbdb046edfa04b6ce262b8987de8e8548671fc7" ,
639
+ " blocks" : " <stripped>" ,
640
+ " hash" : " <stripped>" ,
645
641
},
646
642
" size" : 33 ,
647
643
},
@@ -657,8 +653,8 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
657
653
658
654
exports [` makeUniversalApp no asar mode different app dirs with different macho files (shim and lipo) 3` ] = `
659
655
[
656
+ "hello-world",
660
657
"index.js",
661
- "node-mac-permissions.node",
662
658
{
663
659
" content" : " {
664
660
" name" : " app" ,
@@ -676,8 +672,8 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
676
672
677
673
exports [` makeUniversalApp no asar mode different app dirs with different macho files (shim and lipo) 4` ] = `
678
674
[
675
+ "hello-world",
679
676
"index.js",
680
- "node-mac-permissions.node",
681
677
{
682
678
" content" : " {
683
679
" name" : " app" ,
@@ -698,7 +694,7 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
698
694
" Contents/Info.plist" : {
699
695
" Resources/app.asar" : {
700
696
" algorithm" : " SHA256" ,
701
- " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0 " ,
697
+ " hash" : " <stripped> " ,
702
698
},
703
699
},
704
700
}
@@ -711,21 +707,17 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
711
707
" integrity" : {
712
708
" algorithm" : " SHA256" ,
713
709
" blockSize" : 4194304 ,
714
- " blocks" : [
715
- " f1e14240f7c833900fca84fabc2f0ff27084efdf1c5b228b015515de3f8fa28e" ,
716
- ],
717
- " hash" : " f1e14240f7c833900fca84fabc2f0ff27084efdf1c5b228b015515de3f8fa28e" ,
710
+ " blocks" : " <stripped>" ,
711
+ " hash" : " <stripped>" ,
718
712
},
719
713
" size" : 1063 ,
720
714
},
721
715
" package.json" : {
722
716
" integrity" : {
723
717
" algorithm" : " SHA256" ,
724
718
" blockSize" : 4194304 ,
725
- " blocks" : [
726
- " 2873266521e41d58d02e7acfbbbdb046edfa04b6ce262b8987de8e8548671fc7" ,
727
- ],
728
- " hash" : " 2873266521e41d58d02e7acfbbbdb046edfa04b6ce262b8987de8e8548671fc7" ,
719
+ " blocks" : " <stripped>" ,
720
+ " hash" : " <stripped>" ,
729
721
},
730
722
" size" : 33 ,
731
723
},
@@ -741,8 +733,8 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
741
733
742
734
exports [` makeUniversalApp no asar mode different app dirs with universal macho files (shim but don't lipo) 3` ] = `
743
735
[
736
+ "hello-world",
744
737
"index.js",
745
- "node-mac-permissions.node",
746
738
{
747
739
" content" : " {
748
740
" name" : " app" ,
@@ -760,8 +752,8 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
760
752
761
753
exports [` makeUniversalApp no asar mode different app dirs with universal macho files (shim but don't lipo) 4` ] = `
762
754
[
755
+ "hello-world",
763
756
"index.js",
764
- "node-mac-permissions.node",
765
757
{
766
758
" content" : " {
767
759
" name" : " app" ,
@@ -782,16 +774,16 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
782
774
" Contents/Info.plist" : {
783
775
" Resources/app.asar" : {
784
776
" algorithm" : " SHA256" ,
785
- " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0 " ,
777
+ " hash" : " <stripped> " ,
786
778
},
787
779
},
788
780
}
789
781
` ;
790
782
791
783
exports [` makeUniversalApp no asar mode identical app dirs with different macho files (e.g. do not shim, but still lipo) 1` ] = `
792
784
[
785
+ "hello-world",
793
786
"index.js",
794
- "node-mac-permissions.node",
795
787
{
796
788
" content" : " {
797
789
" name" : " app" ,
@@ -814,8 +806,8 @@ exports[`makeUniversalApp no asar mode identical app dirs with different macho f
814
806
815
807
exports [` makeUniversalApp no asar mode identical app dirs with universal macho files (e.g., do not shim, just copy x64 dir) 1` ] = `
816
808
[
809
+ "hello-world",
817
810
"index.js",
818
- "node-mac-permissions.node",
819
811
{
820
812
" content" : " {
821
813
" name" : " app" ,
@@ -940,37 +932,31 @@ exports[`makeUniversalApp no asar mode should shim two different app folders 5`]
940
932
exports [` makeUniversalApp works for lipo binary resources 1` ] = `
941
933
{
942
934
" files" : {
943
- " index.js " : {
935
+ " hello-world " : {
944
936
" integrity" : {
945
937
" algorithm" : " SHA256" ,
946
938
" blockSize" : 4194304 ,
947
- " blocks" : [
948
- " 0f6311dac07f0876c436ce2be042eb88c96e17eaf140b39627cf720dd87ad5b8" ,
949
- ],
950
- " hash" : " 0f6311dac07f0876c436ce2be042eb88c96e17eaf140b39627cf720dd87ad5b8" ,
939
+ " blocks" : " <stripped>" ,
940
+ " hash" : " <stripped>" ,
951
941
},
952
- " size" : 66 ,
942
+ " size" : 49824 ,
943
+ " unpacked" : true ,
953
944
},
954
- " node-mac-permissions.node " : {
945
+ " index.js " : {
955
946
" integrity" : {
956
947
" algorithm" : " SHA256" ,
957
948
" blockSize" : 4194304 ,
958
- " blocks" : [
959
- " 24ade05d87f584976bae70ff260e114e8384f9aa867f6e323be0ff429655a95d" ,
960
- ],
961
- " hash" : " 24ade05d87f584976bae70ff260e114e8384f9aa867f6e323be0ff429655a95d" ,
949
+ " blocks" : " <stripped>" ,
950
+ " hash" : " <stripped>" ,
962
951
},
963
- " size" : 273984 ,
964
- " unpacked" : true ,
952
+ " size" : 66 ,
965
953
},
966
954
" package.json" : {
967
955
" integrity" : {
968
956
" algorithm" : " SHA256" ,
969
957
" blockSize" : 4194304 ,
970
- " blocks" : [
971
- " d6226276d47adc7aa20e6c46e842e258f5157313074a035051a89612acdd6be3" ,
972
- ],
973
- " hash" : " d6226276d47adc7aa20e6c46e842e258f5157313074a035051a89612acdd6be3" ,
958
+ " blocks" : " <stripped>" ,
959
+ " hash" : " <stripped>" ,
974
960
},
975
961
" size" : 41 ,
976
962
},
@@ -989,10 +975,8 @@ exports[`makeUniversalApp works for lipo binary resources 1`] = `
989
975
" integrity" : {
990
976
" algorithm" : " SHA256" ,
991
977
" blockSize" : 4194304 ,
992
- " blocks" : [
993
- " b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9" ,
994
- ],
995
- " hash" : " b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9" ,
978
+ " blocks" : " <stripped>" ,
979
+ " hash" : " <stripped>" ,
996
980
},
997
981
" size" : 11 ,
998
982
},
@@ -1011,7 +995,7 @@ exports[`makeUniversalApp works for lipo binary resources 2`] = `[]`;
1011
995
1012
996
exports [` makeUniversalApp works for lipo binary resources 3` ] = `
1013
997
[
1014
- "node-mac-permissions.node ",
998
+ "hello-world ",
1015
999
]
1016
1000
` ;
1017
1001
@@ -1020,7 +1004,7 @@ exports[`makeUniversalApp works for lipo binary resources 4`] = `
1020
1004
" Contents/Info.plist" : {
1021
1005
" Resources/app.asar" : {
1022
1006
" algorithm" : " SHA256" ,
1023
- " hash" : " c5dbde39636962cfe49a91eacdc969f56cd13234a1d2b1b1ea0a2a050dc7028f " ,
1007
+ " hash" : " <stripped> " ,
1024
1008
},
1025
1009
},
1026
1010
}
0 commit comments