zoukankan      html  css  js  c++  java
  • mac 如何命令行打开.xcodeproj或者.xcodeworkspace

    open $name.xcodeproj

    或者 open $name.xcodeworkspace

    macdeMacBook-Pro:public mac$ open --help
    
    open: unrecognized option `--help'
    
    Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-s ][-b ] [-a ] [filenames] [--args arguments]
    
    Help: Open opens files from a shell.
    
          By default, opens each file using the default application for that file. 
    
          If the file is in the form of a URL, the file will be opened as a URL.
    
    Options: 
    
          -a                Opens with the specified application.
    
          -b                Opens with the specified application bundle identifier.
    
          -e                Opens with TextEdit.
    
          -t                Opens with default text editor.
    
          -f                Reads input from standard input and opens with TextEdit.
    
          -F  --fresh      Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.
    
          -R, --reveal      Selects in the Finder instead of opening.
    
          -W, --wait-apps  Blocks until the used applications are closed (even if they were already running).
    
              --args        All remaining arguments are passed in argv to the application's main() function instead of opened.
    
          -n, --new        Open a new instance of the application even if one is already running.
    
          -j, --hide        Launches the app hidden.
    
          -g, --background  Does not bring the application to the foreground.
    
          -h, --header      Searches header file locations for headers matching the given filenames, and opens them.
    
          -s                For -h, the SDK to use; if supplied, only SDKs whose names contain the argument value are searched.
    
                            Otherwise the highest versioned SDK in each platform is used.
    

      

  • 相关阅读:
    [2012-06-18]awk利用关联数组合并记录
    vue 中axios 的基本配置和基本概念
    django 中自带的加密方法
    哈希密码的使用
    django 中的闪现
    django中数据库的配置及相关增删改查
    sqlalchemy 的设置及使用
    mvc 模式和mtc 模式的区别
    flask 面试题
    flask 中orm关系映射 sqlalchemy的查询
  • 原文地址:https://www.cnblogs.com/zndxall/p/12674929.html
Copyright © 2011-2022 走看看