You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Clone a VLCKit repository: `git clone https://code.videolan.org/videolan/VLCKit.git`
27
-
2. Inside the VLCKit folder, run the following command:`./buildMobileVLCKit.sh -a ${MYARCH}`
41
+
2. Inside the VLCKit folder, run the following command:
42
+
43
+
`./buildMobileVLCKit.sh -a ${MYARCH}`
28
44
29
45
MYARCH can be `i386``x86_64``armv7``armv7s` or `aarch64`.
30
46
@@ -42,48 +58,51 @@ It's completely open source.
42
58
43
59
`ln -s ${VLCKit}/build/MobileVLCKit.framework`
44
60
45
-
4. Hit "Build and Run".
61
+
4. Hit "Build and Run.
62
+
63
+
## Contribute
64
+
65
+
### Pull request
66
+
67
+
If you want to submit a pull request, please make sure to use a descriptive title and description.
68
+
69
+
### Gitlab issues
70
+
71
+
You can look through issues we currently have on the [VideoLAN Gitlab](https://code.videolan.org/videolan/vlc-ios/issues).
72
+
73
+
We even have a [Beginner friendly](https://code.videolan.org/videolan/vlc-ios/issues?label_name%5B%5D=Beginner+friendly) tag if you don't know were to start!
46
74
47
-
## Errors you might encounter on the way
75
+
## Communication
48
76
49
-
### Build errors in Xcode
77
+
### Forum
50
78
51
-
Are you sure you opened the workspace?
52
-
We use cocoapods and it creates a workspace with all the integrated libraries.
53
-
Chances are you opened the project file.
79
+
If you have any question or you're not sure it's an issue please visit our [forum](https://forum.videolan.org/).
54
80
55
-
If you have opened the workspace and still get errors you should check out the Notes section
81
+
### Issues
56
82
57
-
## Submitting A Patch
83
+
You have encountered an issue and wish to report it to the VLC dev team?
58
84
59
-
So you added some code and are ready to contribute your commits but you don't see a way to make a pull request?
60
-
Soo *cough* we work with patches and Mailinglists like any good open source project!
85
+
You can create an issue on our [Gitlab](https://code.videolan.org/videolan/vlc-ios/issues) or on our [bug tracker](https://trac.videolan.org/vlc/).
61
86
62
-
You should take a look at this: https://wiki.videolan.org/Sending_Patches_VLC/ but finally send the patch to [email protected].
87
+
Before creating an issue or ticket, please double check of duplicates!
63
88
64
-
Also, if you haven't yet, you might want to subscribe to this mailinglist: https://mailman.videolan.org/listinfo/ios
89
+
### IRC
65
90
66
-
## Release
91
+
Want to quickly get in touch with us for a question, or even just to talk?
67
92
68
-
The process of releasing new builds of VLC to iTunes Connect is automated with fastlane.
93
+
You will alawys find someone of the VLC team on IRC, __#videolan__ channel on the freenode network.
94
+
If you don't have an IRC client, you can always use the [freenode webchat](https://webchat.freenode.net/).
69
95
70
-
To release a new version of VLC for iOS, run the following command:
71
-
```
72
-
bundle exec fastlane release platform:iOS
73
-
```
96
+
## License
74
97
75
-
To release a new version of VLC for tvOS, run the following command:
76
-
```
77
-
bundle exec fastlane release platform:tvOS
78
-
```
98
+
VLC-iOS is under the GPLv2 (or later) and the MPLv2 license.
79
99
80
-
Please find further information about this process in [fastlane/README.md](./fastlane/README.md)
100
+
See [COPYING](./COPYING) for more license info.
81
101
82
-
## Notes
102
+
## More
83
103
84
-
For everything else, check: https://wiki.videolan.org/IOSCompile/
104
+
For everything else, check: https://wiki.videolan.org/
85
105
or look here: http://www.videolan.org/support/
86
-
For fast replies, IRC is probably the best way. We hang out in the #videolan channel on the freenode network. There is also a web interface: http://webchat.freenode.net/
0 commit comments