Skip to content

mostlysecurity/CastSnip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CastSnip

Taking snips of podcasts and posting them online

Use

You are free to use this any way you like. I tried to give credit to online resources I used, if I missed something let me know and I'll fix it.

History

I started this project back in the Fall of 2018 because there didn't seem to be any way to make a short clip of a podcast to publish on social media. I figured this might be a fun side project to help promote the Mostly Security podcast I was co-hosting. It turned into a little more than a side project and became "Eric's playground for learning about iOS features" - the biggest of which being an attempt to charge a subscription for using the app.

However, a short time after releasing the app, a couple of the heavy hitters in Podcast Players came out with a clip sharing feature - and since I really didn't want to compete as a podcast player or try to keep the app current, I removed it from the App Store, disappointing 3 or 4 people.

Now, here is it "open source".

Note: Forked from original private repo with a bunch of stuff removed...

How to build

  • Clone Source
  • Install Carthage
    • brew install carthage
  • In the root directory, type carthage build
  • Go nuts...

Scheme auto increment build number script

  • Go into Edit Scheme | Build | Post-actions
  • Run Script
  • Add the following:
PLIST="${PROJECT_DIR}/${INFOPLIST_FILE}"
PLB=/usr/libexec/PlistBuddy
LAST_NUMBER=$($PLB -c "Print CFBundleVersion" "$PLIST")
NEW_VERSION=$(($LAST_NUMBER + 1))
$PLB -c "Set :CFBundleVersion $NEW_VERSION" "$PLIST"

About

Taking snips of podcasts and posting them online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published