OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> |
3 <plist version="1.0"> | 3 <plist version="1.0"> |
4 <dict> | 4 <dict> |
5 <key>PACKAGES</key> | 5 <key>PACKAGES</key> |
6 <array> | 6 <array> |
7 <dict> | 7 <dict> |
8 <key>PACKAGE_FILES</key> | 8 <key>PACKAGE_FILES</key> |
9 <dict> | 9 <dict> |
10 <key>DEFAULT_INSTALL_LOCATION</key> | 10 <key>DEFAULT_INSTALL_LOCATION</key> |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
690 <key>PROJECT_SETTINGS</key> | 690 <key>PROJECT_SETTINGS</key> |
691 <dict> | 691 <dict> |
692 <key>ADVANCED_OPTIONS</key> | 692 <key>ADVANCED_OPTIONS</key> |
693 <dict> | 693 <dict> |
694 <key>installer-script.options:hostArchitectures< /key> | 694 <key>installer-script.options:hostArchitectures< /key> |
695 <array> | 695 <array> |
696 <string></string> | 696 <string></string> |
697 </array> | 697 </array> |
698 </dict> | 698 </dict> |
699 <key>BUILD_FORMAT</key> | 699 <key>BUILD_FORMAT</key> |
700 » » » <integer>1</integer> | 700 » » » <integer>0</integer> |
garykac
2012/06/11 21:56:46
0 = flat package
| |
701 <key>BUILD_PATH</key> | 701 <key>BUILD_PATH</key> |
702 <dict> | 702 <dict> |
703 <key>PATH</key> | 703 <key>PATH</key> |
704 <string>build</string> | 704 <string>build</string> |
705 <key>PATH_TYPE</key> | 705 <key>PATH_TYPE</key> |
706 <integer>1</integer> | 706 <integer>1</integer> |
707 </dict> | 707 </dict> |
708 <key>EXCLUDED_FILES</key> | 708 <key>EXCLUDED_FILES</key> |
709 <array> | 709 <array> |
710 <dict> | 710 <dict> |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
860 <key>NAME</key> | 860 <key>NAME</key> |
861 <string>@@HOST_PKG@@</string> | 861 <string>@@HOST_PKG@@</string> |
862 </dict> | 862 </dict> |
863 </dict> | 863 </dict> |
864 <key>TYPE</key> | 864 <key>TYPE</key> |
865 <integer>0</integer> | 865 <integer>0</integer> |
866 <key>VERSION</key> | 866 <key>VERSION</key> |
867 <integer>2</integer> | 867 <integer>2</integer> |
868 </dict> | 868 </dict> |
869 </plist> | 869 </plist> |
OLD | NEW |