Skip to content

Commit 9bc574f

Browse files
committed
Removed Proxima Nova font
1 parent e63ff7e commit 9bc574f

File tree

6 files changed

+26
-65
lines changed

6 files changed

+26
-65
lines changed

SpringApp.xcodeproj/project.pbxproj

-20
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
964117481A5BE90A000E3A5A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 964117471A5BE90A000E3A5A /* Images.xcassets */; };
4545
9641174B1A5BE90A000E3A5A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 964117491A5BE90A000E3A5A /* LaunchScreen.xib */; };
4646
964117571A5BE90A000E3A5A /* SpringAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964117561A5BE90A000E3A5A /* SpringAppTests.swift */; };
47-
964117641A5BEBC9000E3A5A /* ProximaNova-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 964117611A5BEBC9000E3A5A /* ProximaNova-Light.otf */; };
48-
964117651A5BEBC9000E3A5A /* ProximaNova-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 964117621A5BEBC9000E3A5A /* ProximaNova-Regular.otf */; };
49-
964117661A5BEBC9000E3A5A /* ProximaNova-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 964117631A5BEBC9000E3A5A /* ProximaNova-Semibold.otf */; };
5047
9641178B1A5BEC6F000E3A5A /* SpringViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964117881A5BEC6F000E3A5A /* SpringViewController.swift */; };
5148
9641178C1A5BEC6F000E3A5A /* OptionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964117891A5BEC6F000E3A5A /* OptionsViewController.swift */; };
5249
9641178D1A5BEC6F000E3A5A /* CodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9641178A1A5BEC6F000E3A5A /* CodeViewController.swift */; };
@@ -138,9 +135,6 @@
138135
964117501A5BE90A000E3A5A /* SpringAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SpringAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
139136
964117551A5BE90A000E3A5A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
140137
964117561A5BE90A000E3A5A /* SpringAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpringAppTests.swift; sourceTree = "<group>"; };
141-
964117611A5BEBC9000E3A5A /* ProximaNova-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ProximaNova-Light.otf"; sourceTree = "<group>"; };
142-
964117621A5BEBC9000E3A5A /* ProximaNova-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ProximaNova-Regular.otf"; sourceTree = "<group>"; };
143-
964117631A5BEBC9000E3A5A /* ProximaNova-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ProximaNova-Semibold.otf"; sourceTree = "<group>"; };
144138
964117881A5BEC6F000E3A5A /* SpringViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpringViewController.swift; sourceTree = "<group>"; };
145139
964117891A5BEC6F000E3A5A /* OptionsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OptionsViewController.swift; sourceTree = "<group>"; };
146140
9641178A1A5BEC6F000E3A5A /* CodeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeViewController.swift; sourceTree = "<group>"; };
@@ -274,7 +268,6 @@
274268
isa = PBXGroup;
275269
children = (
276270
961888D21A66BF9000295A64 /* Spring */,
277-
964117601A5BEBC9000E3A5A /* font */,
278271
964117401A5BE90A000E3A5A /* AppDelegate.swift */,
279272
964117881A5BEC6F000E3A5A /* SpringViewController.swift */,
280273
964117891A5BEC6F000E3A5A /* OptionsViewController.swift */,
@@ -312,16 +305,6 @@
312305
name = "Supporting Files";
313306
sourceTree = "<group>";
314307
};
315-
964117601A5BEBC9000E3A5A /* font */ = {
316-
isa = PBXGroup;
317-
children = (
318-
964117611A5BEBC9000E3A5A /* ProximaNova-Light.otf */,
319-
964117621A5BEBC9000E3A5A /* ProximaNova-Regular.otf */,
320-
964117631A5BEBC9000E3A5A /* ProximaNova-Semibold.otf */,
321-
);
322-
path = font;
323-
sourceTree = "<group>";
324-
};
325308
/* End PBXGroup section */
326309

327310
/* Begin PBXHeadersBuildPhase section */
@@ -478,9 +461,6 @@
478461
buildActionMask = 2147483647;
479462
files = (
480463
964117461A5BE90A000E3A5A /* Main.storyboard in Resources */,
481-
964117661A5BEBC9000E3A5A /* ProximaNova-Semibold.otf in Resources */,
482-
964117651A5BEBC9000E3A5A /* ProximaNova-Regular.otf in Resources */,
483-
964117641A5BEBC9000E3A5A /* ProximaNova-Light.otf in Resources */,
484464
9641174B1A5BE90A000E3A5A /* LaunchScreen.xib in Resources */,
485465
964117481A5BE90A000E3A5A /* Images.xcassets in Resources */,
486466
);

0 commit comments

Comments
 (0)