Giter VIP home page Giter VIP logo

capstone's Introduction

Codename Shout (Capstone)

This repository contains source code to my capstone project, Codename Shout, an experimental social media client for Gopherdon aiming to make a more humane design to social networks.

Codename Shout running on iMac and iPhone

⚠️ This project is currently in a prototype state. Designs and features are not final and may change over the course of the project.

Primary Objectives

This project aims to experiment with the following:

  • Making social media less addictive and more conducive to discussion.
  • Creating a humane design by allowing more humane interactions, being inclusive, and being accountable in source.
  • Being frugally designed by being lightweight, network-efficient, and native with SwiftUI and other iOS/macOS technologies.

More information on the objectives of this project can be discovered in the OBJECTIVES.md file, located in the docs of the project's source code.

Building from Source

Required Tools

  • Xcode 13 or later
  • SwiftFormat

Optional (but Recommended) Tools

  • SwiftLint

Clone the repository via git clone, then open the Shout.xcodeproj file in the root directory.

  • To build for iOS/iPadOS, set the scheme to Capstone (iOS).
  • To build for macOS, set the scheme to Capstone (macOS).

ℹ️ To prevent collisions with the normal app available in the App Store and/or TestFlight, it is recommended that you change the URL scheme from shout:// to your own URL scheme. Change this in the URL Types section of each target, then change line 40 in Shout.swift to match:

37 .onAppear {
38    // Set the app's URL prefix to match our URL scheme. This should prevent Codename Shout from
39    // intercepting URLs designed to go to Hyperspace Starlight.
40    Chica.shared.setRequestPrefix(to: "<your-url-prefix-here>")
41 }

Press the Run button in the toolbar or go to Product > Run in the menu bar to run the project in the iOS Simulator or your Mac.

Archiving the Project

To archive the project, change the device target to one of the following:

  • For iOS/iPadOS: Any iOS Device (arm64)
  • For macOS: Any Mac (Apple Silicon, Intel)

Then go to Product > Archive to create an archive of the app that can be distributed through TestFlight or the App Store.

⚠️ If you plan to archive the project and submit to the App Store, change the bundle identifier of the project on both targets to the identifier you are using for your app in App Store Connect.

Bug Reporting

If you have found a bug or would like to make a feature request, please file a bug report on this project's YouTrack page, which can be found at https://youtrack.marquiskurt.net/youtrack/newIssue?project=SHU.

A link to this page will also be available in the app as soon as it in testing phases. This will likely be located in several places throughout the app as needed.

Licensing

The source code for this project is licensed under Cooperative Non-Violent License, v7+. You can read your rights in this software in LICENSE.md.

Some parts of the project are licensed under different licenses, where applicable. You may view the terms for these licenses on their respective projects:

  • Chica: Non-Violent Public License v4+
  • Cliffs image: Unsplash License (Paula Sotomayor)

capstone's People

Contributors

alicerunsonfedora avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.