objective-c 资源类生成器 R_objc
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: 跨平台
- 软件首页: https://github.com/metasmile/R_objc
软件介绍
Objective-C 资源类生成器,灵感来自 android.R。
使用:
$ robjc ~/Documents/myproj/resources
usage: robjc.py [-h] [-c [CLASS_NAME]] [-m [MAP_DIR_STRUCTURE]] [-a [ALIAS_ENABLED]] [-l [SHOW_LOG]] [<target path>] [<destination path>] Objective-c resource class generator positional arguments: <target path> Target path to read directories. (default=./) <destination path> Destination path to create a class file. (default=./) optional arguments: -h, --help show this help message and exit -c [CLASS_NAME], --class-name [CLASS_NAME] Class name. (default=R) -m [MAP_DIR_STRUCTURE], --map-dir-structure [MAP_DIR_STRUCTURE] Map structure of all directories from target path. (default=False) -a [ALIAS_ENABLED], --alias-enabled [ALIAS_ENABLED] Enabling symbolic alias. (default=False) -l [SHOW_LOG], --show-log [SHOW_LOG] Show log. (default=False)
Code Reading
Diomidis Spinellis / Addison-Wesley Professional / 2003-06-06 / USD 64.99
This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,......一起来看看 《Code Reading》 这本书的介绍吧!
