entrig-ios
Installation
SKILL.md
Entrig — Native iOS
Wires the Entrig Swift package into a native iOS project. Push notifications based on database triggers for apps built with Supabase as backend.
Pre-flight
Read the project first:
- Is this a native iOS project? (
*.xcodeprojor*.xcworkspacewith Swift/Objective-C — if not, stop) - Does the project use SwiftUI (
@mainApp struct) or UIKit (AppDelegate)? (determines whereconfiguregoes) - How is auth handled? (search for sign-in/sign-out patterns and Supabase auth usage)
- Does
AppDelegatealready exist? (SwiftUI apps may not have one)
Only ask the user about what's genuinely unclear or missing. If the Entrig API key is missing, ask them to copy it from https://app.entrig.com → project settings.
Quick integration
1. Add the package
Related skills