Slide is a powerful open-source, ad-free, Swift-based Reddit browser for iOS. Feel free to join us on the official subreddit for discussion or requests!
Thank you to our awesome Github Sponsors, who help keep the Slide project going
GitHub profile | |
---|---|
KevinNThomas | https://github.com/KevinNThomas |
andrewkdinh | https://github.com/andrewkdinh |
If you're interested in sponsoring our work, check out the sponsor slots for Slide contributors on the right-hand Sponsorship menu
To get started with Slide iOS development, you need to set up CocoaPods integration and open the Coacoapods workspace, not the default xcworkspace. NOTE: You must open the .xcworkspace file instead of the .xcodeproj file for dependencies to load. If you are having issues with Pods or are setting up the Slide repository for the first time, try the steps below.
Below are the steps to getting started:
- Clone this repo and open the Terminal
- In Terminal, run
pod install
- Open "Slide for Reddit.xcworkspace" through Finder
- Modify /scripts/install-filter.sh with the information it asks for, then run it from the repo root directory (
sh scripts/install-filter.sh
). Once done, your developer info will automatically replace the defaults (even if you change branches!), and you can't accidentally overwrite the defaults. (If you don't want to do this, just put a new value in the USR_DOMAIN variable in the main target's Build Settings, then modify the signing info yourself. Make sure you don't commit changes to the signing info.)
Try running chmod 666 Pods/Realm/include/RLMPlatform.h
from Terminal in the project root directory.
Select "none" for your team, go to the "Capabilities" section of the project build settings, and disable iCloud and IAP support. Then, add yourself back as the team and build!
If you still run into problems, feel free to shoot me a message on Reddit or Discord (above).
Any issues are fair game, but any issue with the "Help Wanted" or "Enhancement" tags are issues that we would particularly love help with. If you have any questions or want to be pointed in the right direction, feel free to send me a PM on Reddit to /u/ccrama, or join us on Discord!
In any project, it's likely that a few bugs will slip through the cracks, so it helps greatly if people document any bugs they find to ensure that they get fixed promptly.
You can view a list of known issues and feature requests using the issue tracker. If you don't see your issue (or you aren't sure) feel free to submit it!
Where appropriate, a screenshot works wonders to help us see exactly what the issue is. You can upload screenshots directly using the GitHub issue tracker or by attaching a link (to Imgur, for example); whichever is easier for you.
If you are a developer and wish to contribute to the app, please fork the project and submit a pull request.
If you have any questions, feel free to message me on Discord or drop me a message on Reddit.
For a detailed look at changes to the app you can view individual commits.
Slide is licensed under the Apache 2 License.
If you find Slide's code useful or you use code from this repository, feel free to let me know!