Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konstantinpavlikhin/projectdirectorystructure

My vision of how project directory should be structured when building Cocoa applications in Objective-C/Swift.
https://github.com/konstantinpavlikhin/projectdirectorystructure

convention project-directory structure xcode

Last synced: about 2 months ago
JSON representation

My vision of how project directory should be structured when building Cocoa applications in Objective-C/Swift.

Awesome Lists containing this project

README

        

```
☐ AwesomeProject

┝╸.gitignore

┝╸.gitmodules

┝╸☐ .git

┝╸☐ Carthage

┝╸☐ Configurations

┝╸☐ Documentation

┝╸☐ NestedSubproject

┝╸☐ Pods

┝╸☐ Resources
│ │
│ ┝╸☐ Base.lproj
│ │
│ ┝╸☐ en.lproj
│ │
│ ┝╸☐ FunkyButton.xcassets
│ │
│ ┝╸AwesomeProject.entitlements
│ │
│ ┝╸AwesomeProject.xcdatamodeld
│ │
│ ┝╸Credits.rtf
│ │
│ ┝╸Info.plist
│ │
│ ┕╸MainMenu.xib

┝╸☐ Sample

┝╸☐ Sources
│ │
│ ┝╸ABCCustomObject.h
│ │
│ ┝╸ABCCustomObject+Private.h
│ │
│ ┝╸ABCCustomObject.m
│ │
│ ┝╸Something.swift
│ │
│ ┕╸main.m

┝╸☐ Submodules

┝╸☐ Tests
│ │
│ ┝╸☐ Resources
│ │
│ ┕╸☐ Sources

┝╸☐ Tools

┝╸AwesomeProject.modulemap

┝╸AwesomeProject.podspec

┝╸AwesomeProject.xcodeproj

┝╸AwesomeProject.xcworkspace

┝╸Cartfile

┝╸Podfile

┝╸CHANGELOG.md

┝╸CONTRIBUTIONS.md

┝╸LICENSE.md

┕╸README.md
```