Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WireGuard
/
wireguard-apple
Public
Notifications
You must be signed in to change notification settings
Fork
732
Star
1.4k
Code
Pull requests
28
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Siri Shortcuts integration for iOS
- #8
#8
Open
alessionossa
wants to merge 28 commits into
master
WireGuard/wireguard-apple:master
from
an/shortcuts-integration
WireGuard/wireguard-apple:an/shortcuts-integration
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
Siri Shortcuts integration for iOS
#8
alessionossa
wants to merge 28 commits into
master
WireGuard/wireguard-apple:master
from
an/shortcuts-integration
WireGuard/wireguard-apple:an/shortcuts-integration
Copy head branch name to clipboard
Commits
Commits on Feb 1, 2022
Automatic configuration files changes by Xcode
Show description for a0fe44d
alessionossa
committed
a0fe44d
View commit details
Copy full SHA for a0fe44d
Browse repository at this point
project: Added WireGuardIntentsExtensioniOS target and Siri capability
Show description for 3c63c38
alessionossa
committed
3c63c38
View commit details
Copy full SHA for 3c63c38
Browse repository at this point
project: Added sources to WireGuardIntentsExtensioniOS
Show description for 0dd0672
alessionossa
committed
0dd0672
View commit details
Copy full SHA for 0dd0672
Browse repository at this point
Implemented GetPeers intent
Show description for ab1e96f
alessionossa
committed
ab1e96f
View commit details
Copy full SHA for ab1e96f
Browse repository at this point
WireguardApp: iOS: Moved tunnelsManager initialization to AppDelegate
Show description for ceabb4e
alessionossa
committed
ceabb4e
View commit details
Copy full SHA for ceabb4e
Browse repository at this point
Implemented UpdateConfiguration intent
Show description for fe3f2d0
alessionossa
committed
fe3f2d0
View commit details
Copy full SHA for fe3f2d0
Browse repository at this point
Implemented SetTunnelStatus intent
Show description for bb6ea1b
alessionossa
committed
bb6ea1b
View commit details
Copy full SHA for bb6ea1b
Browse repository at this point
WireguardApp: iOS: Added Siri shortcuts donations for SetTunnelStatus intent
Show description for c29787f
alessionossa
committed
c29787f
View commit details
Copy full SHA for c29787f
Browse repository at this point
Commits on Apr 1, 2023
Removed SetTunnelStatus
Show description for 63c0956
alessionossa
committed
63c0956
View commit details
Copy full SHA for 63c0956
Browse repository at this point
Complete cleanup after SetTunnelStatus Intent removal
Show description for 7ec6974
alessionossa
committed
7ec6974
View commit details
Copy full SHA for 7ec6974
Browse repository at this point
Commits on Apr 5, 2023
Remove GetPeers SiriKit Intent
Show description for 2952206
alessionossa
committed
2952206
View commit details
Copy full SHA for 2952206
Browse repository at this point
Commits on Apr 11, 2023
Implement GetPeers AppIntent
Show description for bee5d34
alessionossa
committed
bee5d34
View commit details
Copy full SHA for bee5d34
Browse repository at this point
Removed UpdateConfigurationIntent SiriKit Intent
Show description for d05a169
alessionossa
committed
d05a169
View commit details
Copy full SHA for d05a169
Browse repository at this point
Remove WireGuardIntentsExtension
Show description for c1d7199
alessionossa
committed
c1d7199
View commit details
Copy full SHA for c1d7199
Browse repository at this point
WireguardApp: iOS: Cleanup after SiriKit Intents removal
Show description for a0a6f26
alessionossa
committed
a0a6f26
View commit details
Copy full SHA for a0a6f26
Browse repository at this point
WireguardApp: Add async variant of modify tunnel function
Show description for 1cb0653
alessionossa
committed
1cb0653
View commit details
Copy full SHA for 1cb0653
Browse repository at this point
Implement UpdateConfiguration AppIntent with Dictionary as input
Show description for ba250fe
alessionossa
committed
ba250fe
View commit details
Copy full SHA for ba250fe
Browse repository at this point
Remove UpdateConfiguration Intent with Dictionary input
Show description for eec11c1
alessionossa
committed
eec11c1
View commit details
Copy full SHA for eec11c1
Browse repository at this point
Implement BuildPeerConfigurationUpdate App Intent
Show description for e13bc40
alessionossa
committed
e13bc40
View commit details
Copy full SHA for e13bc40
Browse repository at this point
Implement UpdateTunnelConfiguration App Intent
Show description for ee03536
alessionossa
committed
ee03536
View commit details
Copy full SHA for ee03536
Browse repository at this point
WireguardApp: macOS: Add App Intents to macOS app
Show description for 97bf1c1
alessionossa
committed
97bf1c1
View commit details
Copy full SHA for 97bf1c1
Browse repository at this point
Commits on Feb 27, 2024
Fix return value of AppIntents in iOS 17
Show description for 7abdf6e
alessionossa
committed
7abdf6e
View commit details
Copy full SHA for 7abdf6e
Browse repository at this point
Remove missing peers error in UpdateTunnelConfiguration Intent
Show description for 56c4d6c
alessionossa
committed
56c4d6c
View commit details
Copy full SHA for 56c4d6c
Browse repository at this point
Rename constant to satisfy SwiftLint
Show description for 7da272a
alessionossa
committed
7da272a
View commit details
Copy full SHA for 7da272a
Browse repository at this point
Update AppIntents Strings
Show description for 06ed6e9
alessionossa
committed
06ed6e9
View commit details
Copy full SHA for 06ed6e9
Browse repository at this point
Add backwards compatibility of GetPeers wit SiriKit version
Show description for 8a2a4eb
alessionossa
committed
8a2a4eb
View commit details
Copy full SHA for 8a2a4eb
Browse repository at this point
Remove backward compatibility of GetPeers with SiriKit version
Show description for 2f99f5c
alessionossa
committed
2f99f5c
View commit details
Copy full SHA for 2f99f5c
Browse repository at this point
Commits on Feb 28, 2024
Merge branch 'master' into an/shortcuts-integration
alessionossa
committed
a37ae8a
View commit details
Copy full SHA for a37ae8a
Browse repository at this point
You can’t perform that action at this time.