Expand description
Tasks and context specific for building and running on iOS.
Re-exports§
pub use crate::core::tasks::InstallTarget;pub use crate::core::tasks::Dependency;pub use crate::core::tasks::DependencyCheck;pub use crate::core::tasks::InstallDependencies;
Structs§
- BootIOS
Simulator - This tasks boots an iOS Simulator with the given identifier.
- Build
Runtime Library - This tasks builds the runtime library for the given target and with the given profile.
- Build
Runtime Library V2 - This tasks builds the runtime library for the given target and with the given profile.
- Build
Xcodeproj - This task builds an .xcodeproj with the given scheme, configuration and destination. It does not install the resulting product.
- Create
Universal Binary - This task creates a universal binary from one or multiple architecture-specific static libraries for iOS.
- Generate
Xcassets - This task generates an Xcode-compatible assets catalog for the assets of the Polyhorn project that is being compiled and its dependencies.
- Generate
Xcodeproj - This task generates an xcodeproj.
- IOSContext
- Context that gets passed through each task.
- Install
OnIOS Simulator - This task installs an application on the iOS Simulator with the given identifier.
- OpenIOS
Simulator - This task opens the iOS Simulator GUI, which is not open by default when booting a (new) simulator.
- RunOnIOS
Simulator - This task launches the application on an iOS Simulator with the given identifier.