Top Level Namespace
Defined Under Namespace
Modules: Unlimit
Constant Summary collapse
- ProjectPathKey =
'project_path'- PlistPathKey =
'plist_path'- TargetNameKey =
'target_name'- TeamIDKey =
'team_id'- KeepFabricKey =
'keep_fabric'- ProjectConfigurationFileKey =
'configuration'- InfoPlistBuildSettingKey =
'INFOPLIST_FILE'- ProductTypeApplicationTarget =
'com.apple.product-type.application'- FastlaneEnvironmentVariables =
'LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 FASTLANE_SKIP_UPDATE_CHECK=true'- CapabilitiesWhitelist =
['com.apple.SafariKeychain'].freeze
- FastFilePath =
'fastlane/Fastfile'- DefaultProjectConfigurationFilePath =
'.unlimit.yml'- Divider =
'================================================'