4.2 C
United States of America
Saturday, December 28, 2024

Is it permissible to make use of the Xcode 3.0 DeRez and Rez command line instruments for functions apart from localization?


I’ve an Apple Mac that has Mac OS X 10.5.8. On this Mac, Xcode model 3.0 is put in. From what I can inform, there are additionally the DeRez and Rez command line instruments. The Xcode software program could have been put in from a number of DVDs that got here with the Mac.

Within the Xcode documentation (which will be seen by launching the Xcode software after which selecting Documentation from the Assist menu), there’s a web page, “Command-Line Instruments,” which mentions the DeRez and Rez instruments. The trail to this web page is ADC Residence > Reference Library > Guides > Mac OS X > Mac OS X Expertise Overview > Mac OS X Developer Instruments >. It could be doable to search out this web page within the Xcode documentation by doing a full-text search over all documentation units with the search time period “DeRez” (with out quotes) and the “Accommodates” choice (versus “Begins With” or “Actual”) chosen.

Within the “Command-Line Instruments” documentation web page, there’s a “Localization Instruments” part. On this part, there may be the assertion “Desk C-15 lists the functions and command-line instruments for localizing your personal functions.” Afterwards, there’s a assertion in regards to the listing places of the instruments after which there’s a desk with details about the DeRez, genstrings, and Rez instruments. The outline for the DeRez instrument contains the assertion “You should use this utility to search out strings for localization functions, for instance.” The outline for the Rez instrument contains the assertion “You should use Rez to recompile the useful resource information you decompiled with DeRez after you will have localized the strings.” Given these statements about localizing and this categorization of the DeRez and Rez instruments, the next query comes up:

Is it permissible below the licensing for the Xcode software program and the DeRez and Rez command-line instruments to make use of the DeRez and Rez instruments for functions apart from localization (or, put one other manner, for functions that don’t contain localization)?

I’ve a software program undertaking and there’s a useful resource file (with the .rsrc extension) within the undertaking. For the needs of this posting, I’m utilizing the title MyGreatProject.rsrc to confer with the file. One technique to edit sources within the file or so as to add new sources to the file could be to make use of DeRez to decompile the file right into a Rez supply file with a command alongside the traces of DeRez -useDF MyGreatProject.rsrc Carbon.r > MyGreatProject.r. (As a facet observe, when utilizing the DeRez or Rez instruments, it will hopefully be permissible to confer with an Apple-supplied Rez kind declaration file reminiscent of Carbon.r in an effort to make the Rez supply file contents simpler to grasp. The DeRez man web page talks in regards to the operate of kind declaration information. Additionally, I hope this command line instance doesn’t implicate any copyrights relating to the DeRez man web page or the Rez man web page.) After that step, it will be doable so as to add or edit or take away sources by modifying the MyGreatProject.r Rez supply file. After that, it will be doable to regenerate the MyGreatProject.rsrc file through the use of a command alongside the traces of Rez -useDF Carbon.r MyGreatProject.r -o MyGreatProject.rsrc. (As soon as once more, I hope this command instance doesn’t pose any copyright points relating to the DeRez man web page or the Rez man web page.)

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles