Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Update to version 1.1.2 #4

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ xcuserdata/
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
Expand Down
Binary file added Art/AddServer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/AddToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/MonitorRepo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/StatusWindow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# xcode-github Change Log

## v1.1.2 - February 20, 2019
* Fixed the build so it works in development and release modes. (#8)

## v1.1.1 - February 15, 2019
* Bug fix: Adding another server in the preferences wasn't always persisted.
* Bug fix: If an Xcode server had no bots defined then no items appeared in the status window.
* Bug fix: The wrong git branch was used when a new PR bot was created from the template bot.

## v1.1.0 - January 29, 2019
* Fixed Xcode server login.
* Updated documentation.
* Fixed a problem when clone a branch from a template bot.
* Cleaned up menu items and dialogs.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@
* [x] On bots, if last integration# != current# then update the status on GitHub.
* [x] Clean up code.
* [x] Refresh Sec -> Min
* [x] Rename build products: XcodeGitHub.framework, Xcode-GitHub.app, xcode-github (cli tool), Tests
* [x] Rename build products: XcodeGitHub.framework, XcodeGitHub.app, xcode-github (cli tool), Tests
* [x] Don't update 'Products' every time, just when making a release with a build script.
* [x] Fix testing: fix the project layout, test bundle name, and project bindings.
* [ ] Add 'New' menu items: Add new server. Add new Xcode bot?
* [ ] Add 'About...' panel.
* [x] Add 'Start/Cancel Integration' menu item.
* [x] Add 'New' menu items: Add new server. Add new Xcode bot?
* [x] Add 'About...' panel.
* [ ] Add help.
```

## Help
## Help

* About
- Problems it solves.
- What it does.
Expand Down Expand Up @@ -74,17 +76,20 @@
* Maybe: Button: Start / Stop Button
* Maybe: Button: Download logs

- or -
-- or --

#### Tree with Columns

```
| Server | Repo | PRs | Status |

Server
+------ Repo
+----- PR -- Status
+----- PR -- Status
```

### Settings Window

* Add server
* Add GitHub Token
* Dry run, show debug messages, refresh time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ usage: xcode-github [-dhsVv] -g <github-auth-token>

-x, --xcodeserver <xcode-server-domain-name>
The network name of the xcode server.

The tool returns 0 on success, otherwise a non-zero value.

```

## Program Flow
Expand Down Expand Up @@ -99,6 +102,7 @@ GitHub "Close PR" Event -> xcode-github deletes Xcode Bot
### Xcode Bot Documentation

* [Xcode Bot Documentation](https://developer.apple.com/library/content/documentation/Xcode/Conceptual/XcodeServerAPIReference/Bots.html)
* Debugging hint: In console include messages with subsystem contains `xcsd`.

#### Xcode Schemes
* [Xcode URI Scheme Examples](https://cocoaengineering.com/2018/01/01/some-useful-url-schemes-in-xcode-9/)
Expand Down
Binary file added Products/XcodeGitHub.app.dSYM.zip
Binary file not shown.
Binary file added Products/XcodeGitHub.app.zip
Binary file not shown.
61 changes: 0 additions & 61 deletions Products/XcodeGitHub.app/Contents/Info.plist

This file was deleted.

Binary file removed Products/XcodeGitHub.app/Contents/MacOS/XcodeGitHub
Binary file not shown.
1 change: 0 additions & 1 deletion Products/XcodeGitHub.app/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading