Installation
The InspireMe App Widget is an open-source project. You can build and install it from the source code.
Requirements
| Item | Requirement |
|---|---|
| Mac | macOS 14 (Sonoma) or later |
| Xcode | 16 or later (free from Mac App Store) |
| XcodeGen | brew install xcodegen |
| Apple Account | Free account is sufficient |
Step 1: Clone and Generate Project
Run the following commands in Terminal:
git clone https://github.com/kenshin579/inspireme.ios.git
cd inspireme.ios
xcodegen generate
open InspireMe.xcodeproj
Step 2: Configure Signing in Xcode
You need to update the signing settings for both targets.
- Click the InspireMe project in the left panel.
- Select the InspireMe target → Signing & Capabilities tab:
- Team: Select your Apple ID
- Bundle Identifier: Change to a unique value (e.g.,
com.yourname.inspireme)
- Repeat for the InspireMeWidgetExtension target:
- Team: Select your Apple ID
- Bundle Identifier: Use a child identifier (e.g.,
com.yourname.inspireme.widget)
Step 3: Build and Run
| Platform | Instructions |
|---|---|
| iPhone / iPad | Connect via USB → Select device in Xcode → Run (⌘R) |
| Mac (Apple Silicon) | Select My Mac (Designed for iPad) → Run (⌘R) |
On first launch, go to Settings → General → VPN & Device Management on your iPhone/iPad to trust the developer app.
Free Account Limitations
Note: Free Apple accounts require rebuilding the app every 7 days. This limitation is removed with an Apple Developer Program membership ($99/year).
Supported Platforms
| Platform | Minimum Version |
|---|---|
| iPhone | iOS 17+ |
| iPad | iPadOS 17+ |
| Mac | macOS 14+ (Sonoma) |