Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/konstantinpavlikhin/projectdirectorystructure
- Owner: konstantinpavlikhin
- Created: 2016-02-28T07:30:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T07:36:04.000Z (almost 9 years ago)
- Last Synced: 2024-10-08T20:41:11.018Z (3 months ago)
- Topics: convention, project-directory, structure, xcode
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```