II.
LibraryProcess overview
Reference · livelib-process:mobile-development--mobile-cicd-fastlane
specializations/mobile-development/mobile-cicd-fastlane overview
Mobile CI/CD with Fastlane - Automated build, test, and deployment pipeline using Fastlane for iOS and Android with code signing, screenshots automation, and release management.
Attributes
displayName
specializations/mobile-development/mobile-cicd-fastlane
description
Mobile CI/CD with Fastlane - Automated build, test, and deployment pipeline using
Fastlane for iOS and Android with code signing, screenshots automation, and release management.
libraryPath
library/specializations/mobile-development/mobile-cicd-fastlane.js
specialization
mobile-development
references
- - Fastlane: https://fastlane.tools/
- - Fastlane iOS: https://docs.fastlane.tools/actions/
- - Fastlane Android: https://docs.fastlane.tools/getting-started/android/setup/
example
const result = await orchestrate('specializations/mobile-development/mobile-cicd-fastlane', {
appName: 'MyApp',
platforms: ['ios', 'android'],
ciProvider: 'github-actions',
deployTargets: ['testflight', 'play-store']
});
usesAgents
- fastlane-cicd
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
Incoming edges
None.