-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added license, readme and Podfile Initial version of internal documentation
- Loading branch information
Showing
8 changed files
with
981 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/MobileOrgv2.xcworkspace | ||
/Podfile.lock | ||
/Pods | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
use_frameworks! | ||
|
||
target 'MobileOrgv2' do | ||
pod 'SwiftOrg' , :git => 'https://github.com/xiaoxinghu/swift-org.git' # , :branch => 'Swift3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
* MobileOrg v2 aka The Big Rewrite | ||
|
||
This repository hosts documentation, source code and all other files | ||
related to MobileOrg v2. Whereas feature requests are handled in the | ||
[[https://github.com/MobileOrg/mobileorg][main repository]], everything else like tasks or defects are handled | ||
here. | ||
|
||
Feature Requests which are related to the [[https://github.com/MobileOrg/mobileorg/milestone/1][v2 Milestone]] will be | ||
incorporated in the [[docs/MobileOrgv2#Features][feature list]]. | ||
|
Oops, something went wrong.