Skip to content

🛠 An useful project structure for creating effectively objective-c applications

License

Notifications You must be signed in to change notification settings

htq287/q-objectivec-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Welcome to Swift Template, an useful project structure for creating effectively swift applications.

Carthage compatible Xcode 10.2+ iOS 12.2+ Swift 5.0+

  • Requirements:
    • macOS: 14.1 (or higher)
    • Xcode: 15.0.1 +
    • Xcodegen: 2.38.0
    • Carthage: 0.39.1

Features

  • An Advanced template
  • An Generic Template for macosx App
  • An Generic template for Command Line Tool

Installation

  • Clone repository: $ git clone https://github.com/htq287/objectivec-template.git
  • Install your project:
    • Point to template folder: $ cd objectivec-template
    • Before installing the project, make sure XCodegen, Carthage and Cocoapods installed. If not yet installed, just run $ make init-env
    • To create your project, just run:
      • Advanced template
        $ make install
      • Generic template for Command Line Tool
        $ make install_commandlinetool_template
      • Generic template for macosx
        $ make install_macosx_generic_template
    • After created project, we'll need some the following steps
      • Jump to your project folder
        $ cd [Your Project]
      • Re-generating the new [Your Project].xcodeproj
        $ xcodegen
      • To install the necessary dependencies:
        $ pod install
    • Well Done! let's start building your fantastic project.

License

The MIT License (MIT)

Copyright (C) 2024, Hung Q. https://htq287.com. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.