Giter VIP home page Giter VIP logo

journalist-mode's Introduction

Deployment

  • Increment CFBundleVersion in Info.plist
  • Archive the build
  • Zip it
  • Put the zip in ./builds
  • Set up the appcast /Users/dirk/Library/Developer/Xcode/DerivedData/Journalist_Mode-hbpadbepukebbzbilprfncfbjlhh/SourcePackages/artifacts/Sparkle/bin/generate_appcast ~/Dev/journalist-mode/builds
  • Update link on webpage
  • Send to s3 & invalidate cache
aws s3 cp --recursive website/public s3://journalistmode.com/ --acl public-read \
&& aws s3 cp --recursive builds s3://journalistmode.com/ --acl public-read \
&& aws cloudfront create-invalidation --distribution-id ${DISTRO_ID} --paths "/*"

Later

  • Fully cli build/deploy:
    • xcodebuild archive
    • xcodebuild -exportArchive
    • xcrun notarytool submit ...

journalist-mode's People

Contributors

erd0s avatar dragoslavdev avatar

Watchers

 avatar Boris Tane avatar

Forkers

dragoslavdev

journalist-mode's Issues

Breaks when unicode characters get involved

Annoying to deal with with the attributed strings and the concept of a "count" of characters. If it becomes an issue we can fix, should be able to simulate the problem by trying to paste in an emoji or something like that.

Cleanup task

TextView.swift and DoingTextView.swift are a bit convoluted, clean up the newTask and finishTask methods and remove any unnecessary complexity.

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.