Files
Leeksov 4647310322 GLEGram 12.5 — Initial public release
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.
2026-04-06 09:48:12 +03:00

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