TAILIEUCHUNG - Lập trình Wrox Professional Xcode 3 cho Mac OS part 48

Các tập tin trong danh sách tập tin đầu vào không được thông qua cho kịch bản như các thông số, hay là các đường ống để nó thông qua stdin. Chúng được sử dụng bởi Xcode chỉ duy nhất để xác định nếu kịch bản được chạy. Đó là vào các kịch bản để đọc tập tin được liệt kê đầu vào và sản xuất tất cả các file đã hứa trong các tập tin đầu ra. | Build Rules 359 f The files in the Input Files list are not passed to the script as parameters nor are they piped to it via stdin. They are used by Xcode solely to determine if the script should be run. It is up to the shell script to read the listed Input Files and produce all of the files promised in the Output Files. If you want to reuse a script in multiple targets and need a variable list of input or output files define them in a custom build setting. BUILD RULES Build rules define the transformation of source files into their compiled results. The compiler phase uses the target s build rules to determine which compiler should be used to compile each source file. For example a build rule might specify that all C source files C C and Objective-C are compiled using the gcc compiler. A build rule applies to all the files of a specific type. The type of a file is determined by its extension or the file type assigned to that source file. A file s type is typically in agreement with the filename extensions but it doesn t have to be. You can change the file type of a . java source file to sourcecode. cpp. The Compile Sources phase will then apply the sourcecode. cpp rule to that file as if it were a C source file probably without much success. You ll probably never need to alter the build rules in Xcode. However there are several reasons why you might want to Force Xcode to use an older newer or custom compiler. Add a rule to compile a source type that is not normally compiled by Xcode. Add a pre- or post-processing script to every compilation. Define your own transformation. You can examine and alter the build rules previously shown in Figure 16-4 for a target in the target s Info window. When it comes time to compile an input file the file is tested against each rule starting from the top of the list. The first rule that matches a particular input file is the rule used to compile that file. Each target has one set of build rules shared by all of the build phases n

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.