Skip to content

Commit e34eb32

Browse files
authored
Merge pull request #5 from strvcom/feat/dev-title-and-fonts
Added DEV title and the missing font resource
2 parents 385d290 + 38fc0ff commit e34eb32

21 files changed

Lines changed: 355 additions & 92 deletions

.gitignore

Lines changed: 80 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,81 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xccheckout
23+
*.xcscmblueprint
24+
25+
## Obj-C/Swift specific
26+
*.hmap
27+
*.ipa
28+
*.dSYM.zip
29+
*.dSYM
30+
31+
## Playgrounds
32+
timeline.xctimeline
33+
playground.xcworkspace
34+
35+
# Swift Package Manager
36+
#
37+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
38+
# Packages/
39+
# Package.pins
40+
# Package.resolved
41+
.build/
42+
.swiftpm
43+
44+
# CocoaPods
45+
#
46+
# We recommend against adding the Pods directory to your .gitignore. However
47+
# you should judge for yourself, the pros and cons are mentioned at:
48+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
49+
#
50+
Pods/
51+
52+
# Carthage
53+
#
54+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
55+
# Carthage/Checkouts
56+
57+
Carthage/Build
58+
59+
# fastlane
60+
#
61+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
62+
# screenshots whenever they are needed.
63+
# For more information about the recommended setup visit:
64+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
65+
66+
fastlane/report.xml
67+
fastlane/Preview.html
68+
fastlane/screenshots/**/*.png
69+
fastlane/test_output
70+
fastlane/.env*
71+
72+
# Ruby gems + tooling Binaries
73+
vendor/
74+
75+
# Because our self-hosted runner is an Apple Silicon machine some Ruby dependencies need binaries for the ARM architecture
76+
# but the .lock file captures the x64 versions. So we rather have specific versions in Gemfile and do not commit the .lock file
77+
Gemfile.lock
78+
179
.DS_Store
2-
/.build
3-
/Packages
4-
/*.xcodeproj
80+
81+
/*.xcodeproj
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1620"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "VersionIcon"
19+
BuildableName = "VersionIcon"
20+
BlueprintName = "VersionIcon"
21+
ReferencedContainer = "container:">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
<Testables>
33+
<TestableReference
34+
skipped = "NO">
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "VersionIconTests"
38+
BuildableName = "VersionIconTests"
39+
BlueprintName = "VersionIconTests"
40+
ReferencedContainer = "container:">
41+
</BuildableReference>
42+
</TestableReference>
43+
</Testables>
44+
</TestAction>
45+
<LaunchAction
46+
buildConfiguration = "Debug"
47+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
48+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
launchStyle = "0"
50+
useCustomWorkingDirectory = "YES"
51+
customWorkingDirectory = "/Users/danielcech/Developer/Projects-iOS/TechnoAlpin/iOS/App"
52+
ignoresPersistentStateOnLaunch = "NO"
53+
debugDocumentVersioning = "YES"
54+
debugServiceExtension = "internal"
55+
allowLocationSimulation = "YES">
56+
<BuildableProductRunnable
57+
runnableDebuggingMode = "0">
58+
<BuildableReference
59+
BuildableIdentifier = "primary"
60+
BlueprintIdentifier = "VersionIcon"
61+
BuildableName = "VersionIcon"
62+
BlueprintName = "VersionIcon"
63+
ReferencedContainer = "container:">
64+
</BuildableReference>
65+
</BuildableProductRunnable>
66+
<CommandLineArguments>
67+
<CommandLineArgument
68+
argument = "--ribbon"
69+
isEnabled = "YES">
70+
</CommandLineArgument>
71+
<CommandLineArgument
72+
argument = "Red-TopRight.png"
73+
isEnabled = "YES">
74+
</CommandLineArgument>
75+
<CommandLineArgument
76+
argument = "--title"
77+
isEnabled = "YES">
78+
</CommandLineArgument>
79+
<CommandLineArgument
80+
argument = "Prod-TopRight.png"
81+
isEnabled = "YES">
82+
</CommandLineArgument>
83+
<CommandLineArgument
84+
argument = "--resources"
85+
isEnabled = "YES">
86+
</CommandLineArgument>
87+
<CommandLineArgument
88+
argument = "/Users/danielcech/Developer/Projects-iOS/TechnoAlpin/iOS/Tuist/.build/checkouts/ios-version-icon/Bin"
89+
isEnabled = "YES">
90+
</CommandLineArgument>
91+
</CommandLineArguments>
92+
<EnvironmentVariables>
93+
<EnvironmentVariable
94+
key = "PROJECT_DIR"
95+
value = "/Users/danielcech/Developer/Projects-iOS/TechnoAlpin/iOS/App"
96+
isEnabled = "YES">
97+
</EnvironmentVariable>
98+
<EnvironmentVariable
99+
key = "SRCROOT"
100+
value = "/Users/danielcech/Developer/Projects-iOS/TechnoAlpin/iOS/App"
101+
isEnabled = "YES">
102+
</EnvironmentVariable>
103+
<EnvironmentVariable
104+
key = "INFOPLIST_FILE"
105+
value = "TechnoAlpin/Application/Info.plist"
106+
isEnabled = "YES">
107+
</EnvironmentVariable>
108+
</EnvironmentVariables>
109+
</LaunchAction>
110+
<ProfileAction
111+
buildConfiguration = "Release"
112+
shouldUseLaunchSchemeArgsEnv = "YES"
113+
savedToolIdentifier = ""
114+
useCustomWorkingDirectory = "NO"
115+
debugDocumentVersioning = "YES">
116+
<BuildableProductRunnable
117+
runnableDebuggingMode = "0">
118+
<BuildableReference
119+
BuildableIdentifier = "primary"
120+
BlueprintIdentifier = "VersionIcon"
121+
BuildableName = "VersionIcon"
122+
BlueprintName = "VersionIcon"
123+
ReferencedContainer = "container:">
124+
</BuildableReference>
125+
</BuildableProductRunnable>
126+
</ProfileAction>
127+
<AnalyzeAction
128+
buildConfiguration = "Debug">
129+
</AnalyzeAction>
130+
<ArchiveAction
131+
buildConfiguration = "Release"
132+
revealArchiveInOrganizer = "YES">
133+
</ArchiveAction>
134+
</Scheme>

Bin/Font/TrumpGothicPro-Bold.ttf

176 KB
Binary file not shown.
186 KB
Binary file not shown.

Bin/Font/TrumpGothicPro-Italic.ttf

185 KB
Binary file not shown.

Bin/Font/TrumpGothicPro-Medium.ttf

173 KB
Binary file not shown.
185 KB
Binary file not shown.

Bin/Font/TrumpGothicPro.ttf

173 KB
Binary file not shown.

Bin/Titles/Dev-BottomLeft.png

4.58 KB
Loading

Bin/Titles/Dev-BottomRight.png

4.6 KB
Loading

0 commit comments

Comments
 (0)