mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-06-06 06:13:55 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
name: IncludedPathsTest
|
|
include:
|
|
- recursive_test/recursive_test.yml
|
|
- same_relative_path_test/same_relative_path_test.yml
|
|
- path: relative_local_package/inc.yml
|
|
relativePaths: true
|
|
- path: relative_file_groups/inc.yml
|
|
relativePaths: true
|
|
configFiles:
|
|
IncludedConfig: config
|
|
projectReferences:
|
|
ProjX: { path: ../TestProject/Project.xcodeproj }
|
|
targets:
|
|
IncludedTarget:
|
|
type: application
|
|
platform: tvOS
|
|
configFiles:
|
|
Config: config
|
|
sources:
|
|
- simplesource
|
|
- path: source
|
|
excludes: [file]
|
|
dependencies:
|
|
- framework: Framework
|
|
info:
|
|
path: info
|
|
entitlements:
|
|
path: entitlements
|
|
preBuildScripts:
|
|
- path: preBuildScript
|
|
postCompileScripts:
|
|
- path: postCompileScript
|
|
postBuildScripts:
|
|
- path: postBuildScript
|
|
scheme:
|
|
testPlans:
|
|
- path: TestPlan.xctestplan
|
|
aggregateTargets:
|
|
IncludedAggregateTarget:
|
|
targets:
|
|
- IncludedTarget
|
|
configFiles:
|
|
Config: config
|
|
buildScripts:
|
|
- path: buildScript
|
|
targetTemplates:
|
|
Template1:
|
|
sources:
|
|
- template_source
|
|
schemes:
|
|
Scheme:
|
|
build:
|
|
targets:
|
|
NewTarget: all
|
|
test:
|
|
testPlans:
|
|
- path: TestPlan.xctestplan
|