Skip to content

Instantly share code, notes, and snippets.

View lexuanquynh's full-sized avatar
👋
coding ...

Quynh Le lexuanquynh

👋
coding ...
View GitHub Profile
...
# 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
...
# The service framework containing implementations
ISSSpacesuitService:
type: framework
platform: iOS
sources: SpacesuitService
dependencies:
# Linking and implements the `ISSSpacesuitServiceCore` protocols
- framework: ISSSpacesuitServiceCore.framework
implicit: true
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
dependencies:
# Domains
- framework: ISSCosmonaut.framework
implicit: true
- framework: ISSSpacesuit.framework
implicit: true
- framework: ISSScaffold.framework
implicit: true
...
name: Cosmonaut
settings:
groups:
- BuildSettings
options:
bundleIdPrefix: com.iss
developmentLanguage: en
settingGroups:
BuildSettings:
base:
# Architectures
SDKROOT: iphoneos
# Build Options
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited)
# Import of the main build_settings file
include:
- ../../fastlane/build_settings.yml
# Import of the main build_settings file
include:
- ../../fastlane/build_settings.yml
# Definition of the project
name: Cosmonaut
settings:
groups:
- BuildSettings
Cyril Cermak
1. PorschePlatz, Stuttgart, Germany
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