Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackmon committed Jan 31, 2025
0 parents commit 577c58e
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## Obj-C/Swift specific
*.hmap

## App packaging
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
# *.xcodeproj
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm

.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# fastlane
#
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# prbuddy

A macOS application to help get PRs done. Takes a checklist style approach, and includes robust notification options.

Currently in alpha. Breaking changes come fast, with no respect to previous installations. Use at your own risk.
Binary file added docs/PRBuddy.dmg
Binary file not shown.
14 changes: 14 additions & 0 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>PRBuddy</title>
<item>
<title>0.5.7</title>
<pubDate>Thu, 30 Jan 2025 16:45:07 -0600</pubDate>
<sparkle:version>4</sparkle:version>
<sparkle:shortVersionString>0.5.7</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/oreillymedia/prbuddy/releases/download/0.5.7/PRBuddy.dmg" length="3014178" type="application/octet-stream" sparkle:edSignature="CHLAk4fxk+DKJb5auy6I1eG4f0RSdxGgkqeMqyR2jAxlOEuHriKyOgG99zJ8+Iahef/tS/RBtVRmdM9b3z7uBg=="/>
</item>
</channel>
</rss>
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html>
Hello world
</html>

0 comments on commit 577c58e

Please sign in to comment.