Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
Added license, readme and Podfile
Initial version of internal documentation
  • Loading branch information
mgmart committed Jan 23, 2017
1 parent 5d0de01 commit c9fde94
Show file tree
Hide file tree
Showing 8 changed files with 981 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/MobileOrgv2.xcworkspace
/Podfile.lock
/Pods

675 changes: 675 additions & 0 deletions License.md

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions MobileOrgv2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
7456CD4A1E36006D003AD3B9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7456CD491E36006D003AD3B9 /* Assets.xcassets */; };
7456CD4D1E36006D003AD3B9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7456CD4B1E36006D003AD3B9 /* LaunchScreen.storyboard */; };
7456CD581E36006D003AD3B9 /* MobileOrgv2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7456CD571E36006D003AD3B9 /* MobileOrgv2Tests.swift */; };
8F9D44975ADD9788D0856812 /* Pods_MobileOrgv2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB425EE8257738CFE0AB0F36 /* Pods_MobileOrgv2.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -26,6 +27,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0FCD51CDDD466AF4AFF3A14E /* Pods-MobileOrgv2.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MobileOrgv2.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MobileOrgv2/Pods-MobileOrgv2.debug.xcconfig"; sourceTree = "<group>"; };
7456CD3F1E36006D003AD3B9 /* MobileOrgv2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileOrgv2.app; sourceTree = BUILT_PRODUCTS_DIR; };
7456CD421E36006D003AD3B9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7456CD441E36006D003AD3B9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand All @@ -36,13 +38,16 @@
7456CD531E36006D003AD3B9 /* MobileOrgv2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MobileOrgv2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7456CD571E36006D003AD3B9 /* MobileOrgv2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileOrgv2Tests.swift; sourceTree = "<group>"; };
7456CD591E36006D003AD3B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BB425EE8257738CFE0AB0F36 /* Pods_MobileOrgv2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MobileOrgv2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EB2CE29737775CC347EE5CE7 /* Pods-MobileOrgv2.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MobileOrgv2.release.xcconfig"; path = "Pods/Target Support Files/Pods-MobileOrgv2/Pods-MobileOrgv2.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
7456CD3C1E36006D003AD3B9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8F9D44975ADD9788D0856812 /* Pods_MobileOrgv2.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -56,12 +61,22 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
5D2AD2829D130C1DA6DED91E /* Frameworks */ = {
isa = PBXGroup;
children = (
BB425EE8257738CFE0AB0F36 /* Pods_MobileOrgv2.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
7456CD361E36006D003AD3B9 = {
isa = PBXGroup;
children = (
7456CD411E36006D003AD3B9 /* MobileOrgv2 */,
7456CD561E36006D003AD3B9 /* MobileOrgv2Tests */,
7456CD401E36006D003AD3B9 /* Products */,
CEFC3336C81F7FB221A5D4D3 /* Pods */,
5D2AD2829D130C1DA6DED91E /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -96,16 +111,28 @@
path = MobileOrgv2Tests;
sourceTree = "<group>";
};
CEFC3336C81F7FB221A5D4D3 /* Pods */ = {
isa = PBXGroup;
children = (
0FCD51CDDD466AF4AFF3A14E /* Pods-MobileOrgv2.debug.xcconfig */,
EB2CE29737775CC347EE5CE7 /* Pods-MobileOrgv2.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
7456CD3E1E36006D003AD3B9 /* MobileOrgv2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7456CD5C1E36006D003AD3B9 /* Build configuration list for PBXNativeTarget "MobileOrgv2" */;
buildPhases = (
56AE014234CF88A1358A28DE /* [CP] Check Pods Manifest.lock */,
7456CD3B1E36006D003AD3B9 /* Sources */,
7456CD3C1E36006D003AD3B9 /* Frameworks */,
7456CD3D1E36006D003AD3B9 /* Resources */,
C154DF69271F49CFDD19C945 /* [CP] Embed Pods Frameworks */,
4A3E1F1D682FD49771718055 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -194,6 +221,54 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
4A3E1F1D682FD49771718055 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MobileOrgv2/Pods-MobileOrgv2-resources.sh\"\n";
showEnvVarsInLog = 0;
};
56AE014234CF88A1358A28DE /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
C154DF69271F49CFDD19C945 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MobileOrgv2/Pods-MobileOrgv2-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
7456CD3B1E36006D003AD3B9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -337,6 +412,7 @@
};
7456CD5D1E36006D003AD3B9 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0FCD51CDDD466AF4AFF3A14E /* Pods-MobileOrgv2.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = MobileOrgv2/Info.plist;
Expand All @@ -349,6 +425,7 @@
};
7456CD5E1E36006D003AD3B9 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = EB2CE29737775CC347EE5CE7 /* Pods-MobileOrgv2.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = MobileOrgv2/Info.plist;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,49 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7456CD3E1E36006D003AD3B9"
BuildableName = "MobileOrgv2.app"
BlueprintName = "MobileOrgv2"
ReferencedContainer = "container:MobileOrgv2.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7456CD521E36006D003AD3B9"
BuildableName = "MobileOrgv2Tests.xctest"
BlueprintName = "MobileOrgv2Tests"
ReferencedContainer = "container:MobileOrgv2.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7456CD3E1E36006D003AD3B9"
BuildableName = "MobileOrgv2.app"
BlueprintName = "MobileOrgv2"
ReferencedContainer = "container:MobileOrgv2.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -26,6 +61,16 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7456CD3E1E36006D003AD3B9"
BuildableName = "MobileOrgv2.app"
BlueprintName = "MobileOrgv2"
ReferencedContainer = "container:MobileOrgv2.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -35,6 +80,16 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7456CD3E1E36006D003AD3B9"
BuildableName = "MobileOrgv2.app"
BlueprintName = "MobileOrgv2"
ReferencedContainer = "container:MobileOrgv2.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
5 changes: 5 additions & 0 deletions Podfile
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
10 changes: 10 additions & 0 deletions Readme.org
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]].

Loading

0 comments on commit c9fde94

Please sign in to comment.