Skip to content

Commit

Permalink
Launch at login (#125)
Browse files Browse the repository at this point in the history
* Start app on launch option

* Fix bridging header not working during archive

* Remove broken rm -rf from LaunchAtLogin copy-helper script
  • Loading branch information
dexterleng authored Mar 7, 2020
1 parent fcd9244 commit 19b4fe1
Show file tree
Hide file tree
Showing 25 changed files with 1,035 additions and 14 deletions.
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "sindresorhus/LaunchAtLogin"

1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "sindresorhus/LaunchAtLogin" "v3.0.0"
8 changes: 8 additions & 0 deletions Carthage/Checkouts/LaunchAtLogin/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions Carthage/Checkouts/LaunchAtLogin/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 4 additions & 0 deletions Carthage/Checkouts/LaunchAtLogin/.github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
patreon: sindresorhus
custom: https://sindresorhus.com/donate
2 changes: 2 additions & 0 deletions Carthage/Checkouts/LaunchAtLogin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
xcuserdata
project.xcworkspace
Loading

0 comments on commit 19b4fe1

Please sign in to comment.