Skip to content

Commit 542f192

Browse files
author
Raquel
committed
Hello community
0 parents  commit 542f192

File tree

633 files changed

+105585
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

633 files changed

+105585
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Xcode
2+
.DS_Store
3+
*/build/*
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
profile
14+
*.moved-aside
15+
DerivedData
16+
.idea/
17+
*.hmap
18+
*.xccheckout
19+
20+
#CocoaPods
21+
Pods

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "OCCommunicationLib"]
2+
path = OCCommunicationLib
3+
url = git@github.com:owncloud/ios-library.git

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: objective-c
2+
xcode_project: Owncloud iOs Client.xcodeproj
3+
xcode_scheme: Owncloud iOs Client
4+
xcode_sdk: iphonesimulator
5+
6+
before_install:
7+
- brew update

CONTRIBUTING.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Submitting issues
2+
3+
If you have questions about how to use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc].
4+
5+
### Guidelines
6+
* [Report the issue](https://github.com/owncloud/ios-issues/issues/new) using our [template][template], it includes all the informations we need to track down the issue.
7+
* This repository is *only* for issues within the ownCloud iOS app code. Issues in other compontents should be reported in their own repositores:
8+
- [ownCloud code](https://github.com/owncloud/core/issues)
9+
- [Android client](https://github.com/owncloud/android/issues)
10+
- [Desktop client](https://github.com/owncloud/mirall/issues)
11+
- [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar, Contacts...)
12+
* Search the existing issues first, it's likely that your issue was already reported.
13+
14+
If your issue appears to be a bug, and hasn't been reported, open a new issue.
15+
16+
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
17+
18+
[template]: https://raw.github.com/owncloud/android/master/issue_template.md
19+
[mailinglist]: https://mail.kde.org/mailman/listinfo/owncloud
20+
[forum]: http://forum.owncloud.org/
21+
[irc]: http://webchat.freenode.net/?channels=owncloud&uio=d4
22+
23+
## Contributing to Source Code
24+
25+
Thanks for wanting to contribute source code to ownCloud. That's great!
26+
27+
Before we're able to merge your code into the ownCloud app for iOS, you need to sign our [Contributor Agreement][agreement].
28+
29+
### Guidelines
30+
* Contribute your code in the branch 'develop'. It will give us a better chance to test your code before merging it with stable code.
31+
* For your first contribution, start a pull request on develop and send us the signed [Contributor Agreement][agreement].
32+
* Keep on using pull requests for your next contributions although you own write permissions.
33+
34+
[agreement]: http://owncloud.org/about/contributor-agreement/

LICENSE.txt

+674
Large diffs are not rendered by default.

OCCommunicationLib

Submodule OCCommunicationLib added at 8edd7b0

Owncloud iOs Client.xcodeproj/project.pbxproj

+3,463
Large diffs are not rendered by default.

Owncloud iOs Client.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0500"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1324297715ADBB3700DF823E"
18+
BuildableName = "Owncloud iOs Client.app"
19+
BlueprintName = "Owncloud iOs Client"
20+
ReferencedContainer = "container:Owncloud iOs Client.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "132429AC15ADBB3800DF823E"
36+
BuildableName = "Owncloud iOs ClientTests.xctest"
37+
BlueprintName = "Owncloud iOs ClientTests"
38+
ReferencedContainer = "container:Owncloud iOs Client.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "1324297715ADBB3700DF823E"
46+
BuildableName = "Owncloud iOs Client.app"
47+
BlueprintName = "Owncloud iOs Client"
48+
ReferencedContainer = "container:Owncloud iOs Client.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<BuildableProductRunnable>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "1324297715ADBB3700DF823E"
65+
BuildableName = "Owncloud iOs Client.app"
66+
BlueprintName = "Owncloud iOs Client"
67+
ReferencedContainer = "container:Owncloud iOs Client.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<BuildableProductRunnable>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "1324297715ADBB3700DF823E"
83+
BuildableName = "Owncloud iOs Client.app"
84+
BlueprintName = "Owncloud iOs Client"
85+
ReferencedContainer = "container:Owncloud iOs Client.xcodeproj">
86+
</BuildableReference>
87+
</BuildableProductRunnable>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>

0 commit comments

Comments
 (0)