Skip to content

Commit

Permalink
Only add VPN intents to alpha build (#2360)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206395221805116/f
Tech Design URL:
CC: @graeme

Description:

This PR removes app intents from non-alpha builds.
  • Loading branch information
samsymons authored Jan 23, 2024
1 parent 4218c39 commit 55445fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DuckDuckGo/VPNIntents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// limitations under the License.
//

#if ALPHA

import AppIntents
import NetworkExtension
import WidgetKit
Expand Down Expand Up @@ -100,3 +102,5 @@ struct EnableVPNIntent: AppIntent {
}

}

#endif

0 comments on commit 55445fb

Please sign in to comment.