This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# The service framework containing implementations | |
ISSCosmonautService: | |
type: framework | |
platform: iOS | |
sources: CosmonautService | |
dependencies: | |
# Linking the SpacesuitServiceCore in order to be able to use | |
# the public interfaces from it. | |
- framework: ISSSpacesuitServiceCore.framework |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# The service framework containing implementations | |
ISSSpacesuitService: | |
type: framework | |
platform: iOS | |
sources: SpacesuitService | |
dependencies: | |
# Linking and implements the `ISSSpacesuitServiceCore` protocols | |
- framework: ISSSpacesuitServiceCore.framework | |
implicit: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lane :generate do | |
# Finding all projects within directories | |
Dir["../**/project.yml"].each do |project_path| | |
# Skipping the template files | |
next if project_path.include? "fastlane" | |
UI.success "Generating project: #{project_path}" | |
`xcodegen -s #{project_path}` | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
# Domains | |
- framework: ISSCosmonaut.framework | |
implicit: true | |
- framework: ISSSpacesuit.framework | |
implicit: true | |
- framework: ISSScaffold.framework | |
implicit: true | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cosmonaut | |
settings: | |
groups: | |
- BuildSettings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options: | |
bundleIdPrefix: com.iss | |
developmentLanguage: en | |
settingGroups: | |
BuildSettings: | |
base: | |
# Architectures | |
SDKROOT: iphoneos | |
# Build Options | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import of the main build_settings file | |
include: | |
- ../../fastlane/build_settings.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import of the main build_settings file | |
include: | |
- ../../fastlane/build_settings.yml | |
# Definition of the project | |
name: Cosmonaut | |
settings: | |
groups: | |
- BuildSettings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cyril Cermak | |
1. PorschePlatz, Stuttgart, Germany |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Load command 15 | |
cmd LC_LOAD_DYLIB | |
cmdsize 48 | |
name libEmployee.dylib (offset 24) | |
time stamp 2 Thu Jan 1 01:00:02 1970 | |
current version 0.0.0 | |
compatibility version 0.0.0 |
NewerOlder