SpaceDash

所属分类:Swift编程
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2021-01-31 10:39:08
上 传 者sh-1993
说明:  SpaceDash是一款开源应用程序,提供有关SpaceFlights的信息。SpaceDash还包括新闻和更新...
(A Dashboard for Space...??????)

文件列表:
.all-contributorsrc (3044, 2021-01-31)
AppStore_com.pushpinderpalsingh.SpaceDash.mobileprovision (7425, 2021-01-31)
Architecture.md (3671, 2021-01-31)
Assets/ (0, 2021-01-31)
Assets/MVC-IOS-architecture.png (108430, 2021-01-31)
Assets/Mockups/ (0, 2021-01-31)
Assets/Mockups/iPad/ (0, 2021-01-31)
Assets/Mockups/iPad/#1.png (484190, 2021-01-31)
Assets/Mockups/iPad/#2.png (2451054, 2021-01-31)
Assets/Mockups/iPad/#3.png (331944, 2021-01-31)
Assets/Mockups/iphone_falconNine.png (64160, 2021-01-31)
Assets/Mockups/iphone_wikiPopover.png (87787, 2021-01-31)
Assets/Screenshots/ (0, 2021-01-31)
Assets/Screenshots/About.png (465921, 2021-01-31)
Assets/Screenshots/Detail.png (961900, 2021-01-31)
Assets/Screenshots/Home.png (336125, 2021-01-31)
Assets/SpaceDashApp_twitter_banner.png (94586, 2021-01-31)
Assets/SpaceDashApp_twitter_banner2.png (24339, 2021-01-31)
Assets/spaceAgencies.md (4897, 2021-01-31)
Contributing.md (5596, 2021-01-31)
Contributors.md (3799, 2021-01-31)
FastlaneSnapshots/ (0, 2021-01-31)
FastlaneSnapshots/FastlaneSnapshots.swift (892, 2021-01-31)
FastlaneSnapshots/Info.plist (727, 2021-01-31)
Gemfile (178, 2021-01-31)
Gemfile.lock (4818, 2021-01-31)
LICENSE (1077, 2021-01-31)
NG4J3H9Y59.cer (1475, 2021-01-31)
Podfile (268, 2021-01-31)
Podfile.lock (367, 2021-01-31)
... ...

![Version](https://img.shields.io/badge/iOS-13.0%2B-blueviolet) [![CD](https://github.com/pushpinderpalsingh/SpaceDash/workflows/CD/badge.svg?)](https://github.com/pushpinderpalsingh/SpaceDash/workflows/CD/badge.svg?branch=master) [![CI](https://github.com/pushpinderpalsingh/SpaceDash/workflows/CI/badge.svg)](https://github.com/pushpinderpalsingh/SpaceDash/workflows/CI/badge.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) [![Slack](https://img.shields.io/badge/Slack-black.svg?style=for-the-badge&logo=slack)](https://communityinviter.com/apps/spacedashworkspace/spacedash) [![Notion](https://img.shields.io/badge/Notion-grey.svg?style=for-the-badge&logo=notion)](https://www.notion.so/SpaceDash-193ad11fe7d54131b6dd0d34be6698f3) [![Twitter](https://img.shields.io/badge/Twitter-skyblue.svg?style=for-the-badge&logo=twitter)](https://twitter.com/get_dash) [![Testflight](https://img.shields.io/badge/Testflight-blue.svg?style=for-the-badge)](https://testflight.apple.com/join/voEgmLv8) [![App Store](https://img.shields.io/badge/App%20Store-Coming%20Soon-orange.svg?style=for-the-badge)](https://testflight.apple.com/join/voEgmLv8) # [](https://github.com/pushpinderpalsingh/SpaceDash#spacedash)SpaceDash ### [](https://github.com/pushpinderpalsingh/SpaceDash#a-dashboard-for-space)A Dashboard for Space... SpaceDash is an open-source app that provides information of SpaceFlights. SpaceDash also includes news and updates regarding all vehicles and missions. The app is currently in the second stage of development and several new features are being scoped/built. These features include an AR view of various vehicles of SpaceX and event updates from even more Space Agencies! The project uses test-drive agile development processes, where requirements are turned into test cases, and code is improved upon. ***Notice*** Currently, new version was not accepted by the App Store review team. Since there was recent update to the r/SpaceX API which caused our app to crash on launch and no way to update our App I removed it from the App Store as of now. The team is working to add functionality to the app which will become Version 2 of the app. Version 2 of the will be available in early to mid January. To still use and test the app, you can use the beta version using Testflight link above. ## Screenshots     ## Technologies > To help scale development, this app is built using the MVC design pattern. subsequent changes made by contributors do not affect the central architecture. * UIKit * XCTests * Lottie ## [](https://github.com/pushpinderpalsingh/SpaceDash#getting-started-for-development) Getting Started ### [](https://github.com/pushpinderpalsingh/SpaceDash#resources)Resources * [Architecure.md](https://github.com/pushpinderpalsingh/SpaceDash/blob/develop/Architecture.md) * [Contributing.md](https://github.com/pushpinderpalsingh/SpaceDash/blob/develop/Contributing.md) * [SpaceX API](https://github.com/r-spacex/SpaceX-API) ### [](https://github.com/pushpinderpalsingh/SpaceDash#requirements) Requirements - iOS 13.0+ - Xcode 11.0+ - macOS Catalina or above ### [](https://github.com/pushpinderpalsingh/SpaceDash#setup) Setup 1) Fork this project 2) Clone the forked project to your machine 3) In your project directory open Terminal and Run `$ pod install` and `$ pod update` 4) Open the `.xcworkspace` file in Xcode to start menu working on the App #### *For API Keys, contact me on twitter/slack.* ### [](https://github.com/pushpinderpalsingh/SpaceDash#join-the-development) Contribute with us! Before you start developing please read through [Contributing.md](https://github.com/pushpinderpalsingh/SpaceDash/blob/develop/Contributing.md) #### Set up contributing environment Before you assist with the development, please set up the project on your local machine, run it, and go through the complete application Click through buttons you can find and see where they take you. Explore the app in detail so that you are aware of core features. #### [Join the conversation on Slack. :speech_balloon: ](https://communityinviter.com/apps/spacedashworkspace/spacedash) ## [](https://github.com/pushpinderpalsingh/SpaceDash#license)License This project is licensed under the MIT License - see [LICENSE.md](https://github.com/pushpinderpalsingh/SpaceDash/blob/develop/LICENSE.md) for details ## Acknowledgement - [RocketLaunch.Live](https://www.rocketlaunch.live/) - [r/SpaceX API](https://github.com/r-spacex/SpaceX-API) #### This project won't be possible without our contributors. You may see [Contributors.md](https://github.com/pushpinderpalsingh/SpaceDash/blob/develop/Contributors.md) for details.

近期下载者

相关文件


收藏者