Chameleon

Chameleon Commit Details

Date:2011-12-11 19:46:15 (12 years 4 months ago)
Author:JrCs
Commit:1722
Parents: 1721
Message:Update Xcode project files
Changes:
M/trunk/Chameleon.xcodeproj/project.pbxproj

File differences

trunk/Chameleon.xcodeproj/project.pbxproj
649649
650650
651651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
652671
653672
654673
......
949968
950969
951970
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995971
996972
997973
......
23482324
23492325
23502326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
23512360
23522361
23532362
......
27042713
27052714
27062715
2707
2708
2709
2710
2711
2712
2713
2716
2717
27142718
27152719
27162720
27172721
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
31222722
31232723
31242724
6DBAFFC313B0D4590047ED33 /* ufsmount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ufsmount.h; sourceTree = "<group>"; };
6DBAFFC413B0D4590047ED33 /* unistd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unistd.h; sourceTree = "<group>"; };
6DBAFFC513B0D4590047ED33 /* unwind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unwind.h; sourceTree = "<group>"; };
A354B6271495124F00D81AA5 /* ESPpostinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = ESPpostinstall; sourceTree = "<group>"; };
A354B6281495124F00D81AA5 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = postinstall; sourceTree = "<group>"; };
A354B6291495124F00D81AA5 /* preinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = preinstall; sourceTree = "<group>"; };
A354B62A1495124F00D81AA5 /* Standardpostinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Standardpostinstall; sourceTree = "<group>"; };
A354B62C149514DE00D81AA5 /* CheckDiskMicrocode.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckDiskMicrocode.sh; sourceTree = "<group>"; };
A354B62D149514DE00D81AA5 /* CheckFatType.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckFatType.sh; sourceTree = "<group>"; };
A354B62E149514DE00D81AA5 /* CheckGRUBLinuxLoader.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckGRUBLinuxLoader.sh; sourceTree = "<group>"; };
A354B62F149514DE00D81AA5 /* CheckPartitionScheme.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckPartitionScheme.sh; sourceTree = "<group>"; };
A354B630149514DE00D81AA5 /* CheckPreviousChameleon.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckPreviousChameleon.sh; sourceTree = "<group>"; };
A354B631149514DE00D81AA5 /* CheckProceed.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckProceed.sh; sourceTree = "<group>"; };
A354B632149514DE00D81AA5 /* CheckWindowsDiskSignature.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckWindowsDiskSignature.sh; sourceTree = "<group>"; };
A354B633149514DE00D81AA5 /* InstallLog.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = InstallLog.sh; sourceTree = "<group>"; };
A354B634149514DE00D81AA5 /* MountESP.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = MountESP.sh; sourceTree = "<group>"; };
A354B635149514DE00D81AA5 /* patch */ = {isa = PBXFileReference; lastKnownFileType = file; path = patch; sourceTree = "<group>"; };
A354B636149514DE00D81AA5 /* SetActivePartition.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = SetActivePartition.sh; sourceTree = "<group>"; };
A354B637149514DE00D81AA5 /* UnMountEFIvolumes.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = UnMountEFIvolumes.sh; sourceTree = "<group>"; };
A354B638149514DE00D81AA5 /* WriteChameleonStage0.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = WriteChameleonStage0.sh; sourceTree = "<group>"; };
A354B639149514DE00D81AA5 /* WriteChameleonStage1.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = WriteChameleonStage1.sh; sourceTree = "<group>"; };
A354B63A149514DE00D81AA5 /* WriteChameleonStage2.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = WriteChameleonStage2.sh; sourceTree = "<group>"; };
A3561C731413FD7800E9B51E /* auto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = auto.c; sourceTree = "<group>"; };
A3561C741413FD7800E9B51E /* auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = auto.h; sourceTree = "<group>"; };
A3561C751413FD7800E9B51E /* Cconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cconfig; sourceTree = "<group>"; };
A37D7D84141B7C6F0069C38B /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = sr; path = sr.lproj/License.rtf; sourceTree = "<group>"; };
A37D7D85141B7C6F0069C38B /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Localizable.strings; sourceTree = "<group>"; };
A37D7D86141B7C6F0069C38B /* sr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = sr; path = sr.lproj/Welcome.rtfd; sourceTree = "<group>"; };
A3F1F210141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F212141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F214141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F216141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F218141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F21A141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F21C141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F21E141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F220141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F222141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F224141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F226141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F228141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F22A141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F22C141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F22E141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F230141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F233141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F235141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F237141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F239141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F23B141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F23D141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F23F141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F241141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F243141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F245141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F247141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F249141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F24B141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = postinstall; sourceTree = "<group>"; };
A3F1F24D141B9B0D00DDA709 /* postinstall.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall.in; sourceTree = "<group>"; };
A3F1F24F141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = postinstall; sourceTree = "<group>"; };
A3F1F252141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F254141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F256141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F258141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F25A141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F25C141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F25E141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F260141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F262141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F264141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = postinstall; sourceTree = "<group>"; };
A3F1F266141B9B0D00DDA709 /* postinstall */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = postinstall; sourceTree = "<group>"; };
A3F1F267141B9B3B00DDA709 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
B0056CE711F3868000754B65 /* boot0.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = boot0.s; sourceTree = "<group>"; };
B0056CE811F3868000754B65 /* chain0.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = chain0.s; sourceTree = "<group>"; };
path = ufs;
sourceTree = "<group>";
};
A354B6261495124F00D81AA5 /* Main */ = {
isa = PBXGroup;
children = (
A354B6271495124F00D81AA5 /* ESPpostinstall */,
A354B6281495124F00D81AA5 /* postinstall */,
A354B6291495124F00D81AA5 /* preinstall */,
A354B62A1495124F00D81AA5 /* Standardpostinstall */,
);
path = Main;
sourceTree = "<group>";
};
A354B62B149514DE00D81AA5 /* Sub */ = {
isa = PBXGroup;
children = (
A354B62C149514DE00D81AA5 /* CheckDiskMicrocode.sh */,
A354B62D149514DE00D81AA5 /* CheckFatType.sh */,
A354B62E149514DE00D81AA5 /* CheckGRUBLinuxLoader.sh */,
A354B62F149514DE00D81AA5 /* CheckPartitionScheme.sh */,
A354B630149514DE00D81AA5 /* CheckPreviousChameleon.sh */,
A354B631149514DE00D81AA5 /* CheckProceed.sh */,
A354B632149514DE00D81AA5 /* CheckWindowsDiskSignature.sh */,
A354B633149514DE00D81AA5 /* InstallLog.sh */,
A354B634149514DE00D81AA5 /* MountESP.sh */,
A354B635149514DE00D81AA5 /* patch */,
A354B636149514DE00D81AA5 /* SetActivePartition.sh */,
A354B637149514DE00D81AA5 /* UnMountEFIvolumes.sh */,
A354B638149514DE00D81AA5 /* WriteChameleonStage0.sh */,
A354B639149514DE00D81AA5 /* WriteChameleonStage1.sh */,
A354B63A149514DE00D81AA5 /* WriteChameleonStage2.sh */,
);
path = Sub;
sourceTree = "<group>";
};
A3561C721413FD7800E9B51E /* fdisk */ = {
isa = PBXGroup;
children = (
A3F1F20D141B9B0D00DDA709 /* Scripts */ = {
isa = PBXGroup;
children = (
A3F1F20E141B9B0D00DDA709 /* Advanced */,
A3F1F231141B9B0D00DDA709 /* BaseOptions */,
A3F1F24A141B9B0D00DDA709 /* EFI */,
A3F1F24C141B9B0D00DDA709 /* Keymaps */,
A3F1F24E141B9B0D00DDA709 /* Post */,
A3F1F250141B9B0D00DDA709 /* Resolutions */,
A3F1F265141B9B0D00DDA709 /* Standard */,
A354B6261495124F00D81AA5 /* Main */,
A354B62B149514DE00D81AA5 /* Sub */,
);
path = Scripts;
sourceTree = "<group>";
};
A3F1F20E141B9B0D00DDA709 /* Advanced */ = {
isa = PBXGroup;
children = (
A3F1F20F141B9B0D00DDA709 /* BootBanner */,
A3F1F211141B9B0D00DDA709 /* EHCIacquire */,
A3F1F213141B9B0D00DDA709 /* ForceHPET */,
A3F1F215141B9B0D00DDA709 /* ForceWake */,
A3F1F217141B9B0D00DDA709 /* GUI */,
A3F1F219141B9B0D00DDA709 /* LegacyLogo */,
A3F1F21B141B9B0D00DDA709 /* Npci */,
A3F1F21D141B9B0D00DDA709 /* QuietBoot */,
A3F1F21F141B9B0D00DDA709 /* ShowInfo */,
A3F1F221141B9B0D00DDA709 /* SMBIOSdefaults */,
A3F1F223141B9B0D00DDA709 /* UHCIreset */,
A3F1F225141B9B0D00DDA709 /* UseAtiROM */,
A3F1F227141B9B0D00DDA709 /* UseMemDetect */,
A3F1F229141B9B0D00DDA709 /* UseNvidiaROM */,
A3F1F22B141B9B0D00DDA709 /* VBIOS */,
A3F1F22D141B9B0D00DDA709 /* Wait */,
A3F1F22F141B9B0D00DDA709 /* Wake */,
);
path = Advanced;
sourceTree = "<group>";
};
A3F1F20F141B9B0D00DDA709 /* BootBanner */ = {
isa = PBXGroup;
children = (
A3F1F210141B9B0D00DDA709 /* postinstall */,
);
path = BootBanner;
sourceTree = "<group>";
};
A3F1F211141B9B0D00DDA709 /* EHCIacquire */ = {
isa = PBXGroup;
children = (
A3F1F212141B9B0D00DDA709 /* postinstall */,
);
path = EHCIacquire;
sourceTree = "<group>";
};
A3F1F213141B9B0D00DDA709 /* ForceHPET */ = {
isa = PBXGroup;
children = (
A3F1F214141B9B0D00DDA709 /* postinstall */,
);
path = ForceHPET;
sourceTree = "<group>";
};
A3F1F215141B9B0D00DDA709 /* ForceWake */ = {
isa = PBXGroup;
children = (
A3F1F216141B9B0D00DDA709 /* postinstall */,
);
path = ForceWake;
sourceTree = "<group>";
};
A3F1F217141B9B0D00DDA709 /* GUI */ = {
isa = PBXGroup;
children = (
A3F1F218141B9B0D00DDA709 /* postinstall */,
);
path = GUI;
sourceTree = "<group>";
};
A3F1F219141B9B0D00DDA709 /* LegacyLogo */ = {
isa = PBXGroup;
children = (
A3F1F21A141B9B0D00DDA709 /* postinstall */,
);
path = LegacyLogo;
sourceTree = "<group>";
};
A3F1F21B141B9B0D00DDA709 /* Npci */ = {
isa = PBXGroup;
children = (
A3F1F21C141B9B0D00DDA709 /* postinstall */,
);
path = Npci;
sourceTree = "<group>";
};
A3F1F21D141B9B0D00DDA709 /* QuietBoot */ = {
isa = PBXGroup;
children = (
A3F1F21E141B9B0D00DDA709 /* postinstall */,
);
path = QuietBoot;
sourceTree = "<group>";
};
A3F1F21F141B9B0D00DDA709 /* ShowInfo */ = {
isa = PBXGroup;
children = (
A3F1F220141B9B0D00DDA709 /* postinstall */,
);
path = ShowInfo;
sourceTree = "<group>";
};
A3F1F221141B9B0D00DDA709 /* SMBIOSdefaults */ = {
isa = PBXGroup;
children = (
A3F1F222141B9B0D00DDA709 /* postinstall */,
);
path = SMBIOSdefaults;
sourceTree = "<group>";
};
A3F1F223141B9B0D00DDA709 /* UHCIreset */ = {
isa = PBXGroup;
children = (
A3F1F224141B9B0D00DDA709 /* postinstall */,
);
path = UHCIreset;
sourceTree = "<group>";
};
A3F1F225141B9B0D00DDA709 /* UseAtiROM */ = {
isa = PBXGroup;
children = (
A3F1F226141B9B0D00DDA709 /* postinstall */,
);
path = UseAtiROM;
sourceTree = "<group>";
};
A3F1F227141B9B0D00DDA709 /* UseMemDetect */ = {
isa = PBXGroup;
children = (
A3F1F228141B9B0D00DDA709 /* postinstall */,
);
path = UseMemDetect;
sourceTree = "<group>";
};
A3F1F229141B9B0D00DDA709 /* UseNvidiaROM */ = {
isa = PBXGroup;
children = (
A3F1F22A141B9B0D00DDA709 /* postinstall */,
);
path = UseNvidiaROM;
sourceTree = "<group>";
};
A3F1F22B141B9B0D00DDA709 /* VBIOS */ = {
isa = PBXGroup;
children = (
A3F1F22C141B9B0D00DDA709 /* postinstall */,
);
path = VBIOS;
sourceTree = "<group>";
};
A3F1F22D141B9B0D00DDA709 /* Wait */ = {
isa = PBXGroup;
children = (
A3F1F22E141B9B0D00DDA709 /* postinstall */,
);
path = Wait;
sourceTree = "<group>";
};
A3F1F22F141B9B0D00DDA709 /* Wake */ = {
isa = PBXGroup;
children = (
A3F1F230141B9B0D00DDA709 /* postinstall */,
);
path = Wake;
sourceTree = "<group>";
};
A3F1F231141B9B0D00DDA709 /* BaseOptions */ = {
isa = PBXGroup;
children = (
A3F1F232141B9B0D00DDA709 /* arch */,
A3F1F234141B9B0D00DDA709 /* CSTUsingSystemIO */,
A3F1F236141B9B0D00DDA709 /* DropSSDT */,
A3F1F238141B9B0D00DDA709 /* EnableC2State */,
A3F1F23A141B9B0D00DDA709 /* EnableC3State */,
A3F1F23C141B9B0D00DDA709 /* EnableC4State */,
A3F1F23E141B9B0D00DDA709 /* EthernetBuiltIn */,
A3F1F240141B9B0D00DDA709 /* GenerateCStates */,
A3F1F242141B9B0D00DDA709 /* GeneratePStates */,
A3F1F244141B9B0D00DDA709 /* GraphicsEnabler */,
A3F1F246141B9B0D00DDA709 /* InstantMenu */,
A3F1F248141B9B0D00DDA709 /* RestartFix */,
);
path = BaseOptions;
sourceTree = "<group>";
};
A3F1F232141B9B0D00DDA709 /* arch */ = {
isa = PBXGroup;
children = (
A3F1F233141B9B0D00DDA709 /* postinstall */,
);
path = arch;
sourceTree = "<group>";
};
A3F1F234141B9B0D00DDA709 /* CSTUsingSystemIO */ = {
isa = PBXGroup;
children = (
A3F1F235141B9B0D00DDA709 /* postinstall */,
);
path = CSTUsingSystemIO;
sourceTree = "<group>";
};
A3F1F236141B9B0D00DDA709 /* DropSSDT */ = {
isa = PBXGroup;
children = (
A3F1F237141B9B0D00DDA709 /* postinstall */,
);
path = DropSSDT;
sourceTree = "<group>";
};
A3F1F238141B9B0D00DDA709 /* EnableC2State */ = {
isa = PBXGroup;
children = (
A3F1F239141B9B0D00DDA709 /* postinstall */,
);
path = EnableC2State;
sourceTree = "<group>";
};
A3F1F23A141B9B0D00DDA709 /* EnableC3State */ = {
isa = PBXGroup;
children = (
A3F1F23B141B9B0D00DDA709 /* postinstall */,
);
path = EnableC3State;
sourceTree = "<group>";
};
A3F1F23C141B9B0D00DDA709 /* EnableC4State */ = {
isa = PBXGroup;
children = (
A3F1F23D141B9B0D00DDA709 /* postinstall */,
);
path = EnableC4State;
sourceTree = "<group>";
};
A3F1F23E141B9B0D00DDA709 /* EthernetBuiltIn */ = {
isa = PBXGroup;
children = (
A3F1F23F141B9B0D00DDA709 /* postinstall */,
);
path = EthernetBuiltIn;
sourceTree = "<group>";
};
A3F1F240141B9B0D00DDA709 /* GenerateCStates */ = {
isa = PBXGroup;
children = (
A3F1F241141B9B0D00DDA709 /* postinstall */,
);
path = GenerateCStates;
sourceTree = "<group>";
};
A3F1F242141B9B0D00DDA709 /* GeneratePStates */ = {
isa = PBXGroup;
children = (
A3F1F243141B9B0D00DDA709 /* postinstall */,
);
path = GeneratePStates;
sourceTree = "<group>";
};
A3F1F244141B9B0D00DDA709 /* GraphicsEnabler */ = {
isa = PBXGroup;
children = (
A3F1F245141B9B0D00DDA709 /* postinstall */,
);
path = GraphicsEnabler;
sourceTree = "<group>";
};
A3F1F246141B9B0D00DDA709 /* InstantMenu */ = {
isa = PBXGroup;
children = (
A3F1F247141B9B0D00DDA709 /* postinstall */,
);
path = InstantMenu;
sourceTree = "<group>";
};
A3F1F248141B9B0D00DDA709 /* RestartFix */ = {
isa = PBXGroup;
children = (
A3F1F249141B9B0D00DDA709 /* postinstall */,
);
path = RestartFix;
sourceTree = "<group>";
};
A3F1F24A141B9B0D00DDA709 /* EFI */ = {
isa = PBXGroup;
children = (
A3F1F24B141B9B0D00DDA709 /* postinstall */,
);
path = EFI;
sourceTree = "<group>";
};
A3F1F24C141B9B0D00DDA709 /* Keymaps */ = {
isa = PBXGroup;
children = (
A3F1F24D141B9B0D00DDA709 /* postinstall.in */,
);
path = Keymaps;
sourceTree = "<group>";
};
A3F1F24E141B9B0D00DDA709 /* Post */ = {
isa = PBXGroup;
children = (
A3F1F24F141B9B0D00DDA709 /* postinstall */,
);
path = Post;
sourceTree = "<group>";
};
A3F1F250141B9B0D00DDA709 /* Resolutions */ = {
isa = PBXGroup;
children = (
A3F1F251141B9B0D00DDA709 /* 1024x600x32 */,
A3F1F253141B9B0D00DDA709 /* 1024x768x32 */,
A3F1F255141B9B0D00DDA709 /* 1280x1024x32 */,
A3F1F257141B9B0D00DDA709 /* 1280x800x32 */,
A3F1F259141B9B0D00DDA709 /* 1280x960x32 */,
A3F1F25B141B9B0D00DDA709 /* 1440x900x32 */,
A3F1F25D141B9B0D00DDA709 /* 1600x900x32 */,
A3F1F25F141B9B0D00DDA709 /* 1680x1050x32 */,
A3F1F261141B9B0D00DDA709 /* 1920x1080x32 */,
A3F1F263141B9B0D00DDA709 /* 1920x1200x32 */,
);
path = Resolutions;
sourceTree = "<group>";
};
A3F1F251141B9B0D00DDA709 /* 1024x600x32 */ = {
isa = PBXGroup;
children = (
A3F1F252141B9B0D00DDA709 /* postinstall */,
);
path = 1024x600x32;
sourceTree = "<group>";
};
A3F1F253141B9B0D00DDA709 /* 1024x768x32 */ = {
isa = PBXGroup;
children = (
A3F1F254141B9B0D00DDA709 /* postinstall */,
);
path = 1024x768x32;
sourceTree = "<group>";
};
A3F1F255141B9B0D00DDA709 /* 1280x1024x32 */ = {
isa = PBXGroup;
children = (
A3F1F256141B9B0D00DDA709 /* postinstall */,
);
path = 1280x1024x32;
sourceTree = "<group>";
};
A3F1F257141B9B0D00DDA709 /* 1280x800x32 */ = {
isa = PBXGroup;
children = (
A3F1F258141B9B0D00DDA709 /* postinstall */,
);
path = 1280x800x32;
sourceTree = "<group>";
};
A3F1F259141B9B0D00DDA709 /* 1280x960x32 */ = {
isa = PBXGroup;
children = (
A3F1F25A141B9B0D00DDA709 /* postinstall */,
);
path = 1280x960x32;
sourceTree = "<group>";
};
A3F1F25B141B9B0D00DDA709 /* 1440x900x32 */ = {
isa = PBXGroup;
children = (
A3F1F25C141B9B0D00DDA709 /* postinstall */,
);
path = 1440x900x32;
sourceTree = "<group>";
};
A3F1F25D141B9B0D00DDA709 /* 1600x900x32 */ = {
isa = PBXGroup;
children = (
A3F1F25E141B9B0D00DDA709 /* postinstall */,
);
path = 1600x900x32;
sourceTree = "<group>";
};
A3F1F25F141B9B0D00DDA709 /* 1680x1050x32 */ = {
isa = PBXGroup;
children = (
A3F1F260141B9B0D00DDA709 /* postinstall */,
);
path = 1680x1050x32;
sourceTree = "<group>";
};
A3F1F261141B9B0D00DDA709 /* 1920x1080x32 */ = {
isa = PBXGroup;
children = (
A3F1F262141B9B0D00DDA709 /* postinstall */,
);
path = 1920x1080x32;
sourceTree = "<group>";
};
A3F1F263141B9B0D00DDA709 /* 1920x1200x32 */ = {
isa = PBXGroup;
children = (
A3F1F264141B9B0D00DDA709 /* postinstall */,
);
path = 1920x1200x32;
sourceTree = "<group>";
};
A3F1F265141B9B0D00DDA709 /* Standard */ = {
isa = PBXGroup;
children = (
A3F1F266141B9B0D00DDA709 /* postinstall */,
);
path = Standard;
sourceTree = "<group>";
};
B0056CE511F3868000754B65 /* i386 */ = {
isa = PBXGroup;
children = (

Archive Download the corresponding diff file

Revision: 1722