All Projects → kgellci → Area51

kgellci / Area51

Licence: gpl-3.0
Open source Reddit client for iOS built entirely in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Area51

Anypicker
jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
Stars: ✭ 114 (-14.93%)
Mutual labels:  ios-app
Hush
Noiseless Browsing – Content Blocker for Safari
Stars: ✭ 1,987 (+1382.84%)
Mutual labels:  ios-app
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-3.73%)
Mutual labels:  reddit
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (-11.94%)
Mutual labels:  ios-app
E Commerce Complete Flutter Ui
youtu.be/0z-igs267xw
Stars: ✭ 2,380 (+1676.12%)
Mutual labels:  ios-app
Geektime Ios Course
极客时间 —《从0开发一款iOS应用》讲义及示例工程
Stars: ✭ 126 (-5.97%)
Mutual labels:  ios-app
Slownews
🐢 Bringing slow news for the nervous among us
Stars: ✭ 112 (-16.42%)
Mutual labels:  reddit
Removeddit
View deleted stuff from reddit
Stars: ✭ 130 (-2.99%)
Mutual labels:  reddit
Place
An open-source recreation of Reddit's /r/place.
Stars: ✭ 123 (-8.21%)
Mutual labels:  reddit
Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-4.48%)
Mutual labels:  reddit
Autobuild
script for iOS app autobuilding
Stars: ✭ 119 (-11.19%)
Mutual labels:  ios-app
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+1111.94%)
Mutual labels:  reddit
Catchup
An app for catching up on things.
Stars: ✭ 1,690 (+1161.19%)
Mutual labels:  reddit
Bark
Bark is an iOS App which allows you to push customed notifications to your iPhone
Stars: ✭ 2,371 (+1669.4%)
Mutual labels:  ios-app
Fullscreencamera
A Full Screen Camera App written in Swift
Stars: ✭ 131 (-2.24%)
Mutual labels:  ios-app
Login Screen Swift
iOS Login Screen written in Swift 5
Stars: ✭ 114 (-14.93%)
Mutual labels:  ios-app
Firefox Ios
Firefox for iOS
Stars: ✭ 10,638 (+7838.81%)
Mutual labels:  ios-app
Swift project
原OC项目用swift实现,纯swift项目,可作为学习swift的demo,包含多个自定义控件,并且进行封装网络请求库,结构清晰。
Stars: ✭ 133 (-0.75%)
Mutual labels:  ios-app
Steamtools
🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。
Stars: ✭ 4,458 (+3226.87%)
Mutual labels:  ios-app
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-4.48%)
Mutual labels:  ios-app
Area51 App Icon

Area51

Build Status

Area51 is an open source Reddit client for iOS built entirely in Swift!

Get the public beta on TestFlight

Join the public Slack channel to collaborate!

Goals

  • Provide a beginner friendly development environment
  • Use the latest iOS development tools
  • Document everything! Helps beginners learn :)
  • Build an awesome open source Reddit client for iOS!

Getting Started

Requirements

Make sure you have Xcode: 10.2 or higher.

This project currently supports Swift 5.0+

Setup

Clone the repo and run the generate command:

git clone [email protected]:kgellci/Area51.git
cd Area51/
make generate

After generate is finished doing its job, open Area51.xcodeproj, build and run.

Project Structure

Area51 does not import any 3rd party libraries in app.

Xcodegen is used for project definition and generation.

Swiftlint is used to keep the code properly structured and readable.

Learn more about the project structure.

Running on a device

Make sure you run make generate command from above to generate the appropriate config files.

Edit the user.xcconfig file in the Configs/ directory (don't worry, it is gitignored!). Set DEVELOPMENT_TEAM in the user.xcconfig file. Example: DEVELOPMENT_TEAM = XXXXXXXXX

Edit the bundleIdentifier.xcconfig file in Configs/ directory (also gitignored!). Set PRODUCT_BUNDLE_IDENTIFIER in bundleIdentifier.xcconfig to something unique, Example: PRODUCT_BUNDLE_IDENTIFIER = whatever.i.want

You will need to close the Xcode project, run make generate and open the project again. You can find your team ID by logging into developer.apple.com.

FAQ

If you have more questions, check out the FAQ. If your question is not answered, open a new issue with the "Question" tag.

License

Area51 is licensed under the GNU General Public License v3.0. See LICENSE for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].