2 dépôts
Configurations that enable the creation of frameworks supporting multiple operating systems from a single spec.
Distinct from Framework Support: Focuses on the project configuration for multi-platform frameworks, not the framework's internal logic or web-specific support.
Explore 2 awesome GitHub repositories matching mobile development · Multi-Platform Framework Configurations. Refine with filters or upvote what's useful.
XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi
Generates project configurations that support building frameworks across multiple different operating systems from one specification.
PakePlus-iOS is a web-to-native app generator that packages any website or web application into native installers for iOS, Android, and desktop platforms. It wraps web content inside a platform‑specific WebView and provides a cross‑platform build pipeline that compiles installers without requiring a local development environment. Core capabilities include URL obfuscation to hide the source website from scraping, a JavaScript injection engine that embeds custom scripts at build time, and a configuration customizer for branding, window properties, and keyboard shortcuts. The tool differentiates
Creates frameworks supporting multiple operating systems from a single spec, generating separate binaries for each target platform.