Skip to content

Commit 577c58e

Browse files
committed
initial commit
0 parents  commit 577c58e

File tree

6 files changed

+84
-0
lines changed

6 files changed

+84
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## User settings
6+
xcuserdata/
7+
8+
## Obj-C/Swift specific
9+
*.hmap
10+
11+
## App packaging
12+
*.ipa
13+
*.dSYM.zip
14+
*.dSYM
15+
16+
## Playgrounds
17+
timeline.xctimeline
18+
playground.xcworkspace
19+
20+
# Swift Package Manager
21+
#
22+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
23+
# Packages/
24+
# Package.pins
25+
# Package.resolved
26+
# *.xcodeproj
27+
#
28+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
29+
# hence it is not needed unless you have added a package configuration file to your project
30+
# .swiftpm
31+
32+
.build/
33+
34+
# CocoaPods
35+
#
36+
# We recommend against adding the Pods directory to your .gitignore. However
37+
# you should judge for yourself, the pros and cons are mentioned at:
38+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
39+
#
40+
# Pods/
41+
#
42+
# Add this line if you want to avoid checking in source code from the Xcode workspace
43+
# *.xcworkspace
44+
45+
# Carthage
46+
#
47+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
48+
# Carthage/Checkouts
49+
50+
Carthage/Build/
51+
52+
# fastlane
53+
#
54+
# It is recommended to not store the screenshots in the git repo.
55+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
56+
# For more information about the recommended setup visit:
57+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
58+
59+
fastlane/report.xml
60+
fastlane/Preview.html
61+
fastlane/screenshots/**/*.png
62+
fastlane/test_output

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# prbuddy
2+
3+
A macOS application to help get PRs done. Takes a checklist style approach, and includes robust notification options.
4+
5+
Currently in alpha. Breaking changes come fast, with no respect to previous installations. Use at your own risk.

docs/PRBuddy.dmg

5.62 MB
Binary file not shown.

docs/appcast.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" standalone="yes"?>
2+
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
3+
<channel>
4+
<title>PRBuddy</title>
5+
<item>
6+
<title>0.5.7</title>
7+
<pubDate>Thu, 30 Jan 2025 16:45:07 -0600</pubDate>
8+
<sparkle:version>4</sparkle:version>
9+
<sparkle:shortVersionString>0.5.7</sparkle:shortVersionString>
10+
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
11+
<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=="/>
12+
</item>
13+
</channel>
14+
</rss>

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html>
2+
Hello world
3+
</html>

0 commit comments

Comments
 (0)