Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 803f9e2

Browse files
authored
Revert "Change product name to GitHawk (#1545)" (#1562)
This reverts commit 42caf56.
1 parent 42caf56 commit 803f9e2

21 files changed

+32
-32
lines changed

Freetime.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
297A372F1F1704C10081C04E /* IssueRequestSectionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueRequestSectionController.swift; sourceTree = "<group>"; };
649649
297A6CE3202774830027E03B /* ListAdapter+Scrolling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ListAdapter+Scrolling.swift"; sourceTree = "<group>"; };
650650
297A6CE52027880C0027E03B /* MessageView+Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MessageView+Styles.swift"; sourceTree = "<group>"; };
651-
297AE8341EC0D58A00B44A1F /* GitHawk.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GitHawk.app; sourceTree = BUILT_PRODUCTS_DIR; };
651+
297AE8341EC0D58A00B44A1F /* Freetime.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Freetime.app; sourceTree = BUILT_PRODUCTS_DIR; };
652652
297AE8481EC0D58A00B44A1F /* FreetimeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FreetimeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
653653
297AE84C1EC0D58A00B44A1F /* DateDisplayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateDisplayTests.swift; sourceTree = "<group>"; };
654654
297AE84E1EC0D58A00B44A1F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -1328,7 +1328,7 @@
13281328
297AE8351EC0D58A00B44A1F /* Products */ = {
13291329
isa = PBXGroup;
13301330
children = (
1331-
297AE8341EC0D58A00B44A1F /* GitHawk.app */,
1331+
297AE8341EC0D58A00B44A1F /* Freetime.app */,
13321332
297AE8481EC0D58A00B44A1F /* FreetimeTests.xctest */,
13331333
);
13341334
name = Products;
@@ -1938,7 +1938,7 @@
19381938
);
19391939
name = Freetime;
19401940
productName = Freetime;
1941-
productReference = 297AE8341EC0D58A00B44A1F /* GitHawk.app */;
1941+
productReference = 297AE8341EC0D58A00B44A1F /* Freetime.app */;
19421942
productType = "com.apple.product-type.application";
19431943
};
19441944
297AE8471EC0D58A00B44A1F /* FreetimeTests */ = {
@@ -2878,7 +2878,7 @@
28782878
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
28792879
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies -Onone -Xfrontend -warn-long-function-bodies=200 -Xfrontend -warn-long-expression-type-checking=200";
28802880
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
2881-
PRODUCT_NAME = GitHawk;
2881+
PRODUCT_NAME = "$(TARGET_NAME)";
28822882
PROVISIONING_PROFILE = "d3f38ecf-9904-45ba-91d7-ef0fe549d855";
28832883
PROVISIONING_PROFILE_SPECIFIER = "Freetime Development";
28842884
SWIFT_OBJC_BRIDGING_HEADER = "Resources/Freetime-Bridging-Header.h";
@@ -2906,7 +2906,7 @@
29062906
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
29072907
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies";
29082908
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
2909-
PRODUCT_NAME = GitHawk;
2909+
PRODUCT_NAME = "$(TARGET_NAME)";
29102910
PROVISIONING_PROFILE = "18731a67-7865-4308-accb-344bb0642ad5";
29112911
PROVISIONING_PROFILE_SPECIFIER = "Freetime Distribution";
29122912
SWIFT_OBJC_BRIDGING_HEADER = "Resources/Freetime-Bridging-Header.h";
@@ -2927,7 +2927,7 @@
29272927
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.FreetimeTests;
29282928
PRODUCT_NAME = "$(TARGET_NAME)";
29292929
SWIFT_VERSION = 4.0;
2930-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GitHawk.app/GitHawk";
2930+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Freetime.app/Freetime";
29312931
};
29322932
name = Debug;
29332933
};
@@ -2943,7 +2943,7 @@
29432943
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.FreetimeTests;
29442944
PRODUCT_NAME = "$(TARGET_NAME)";
29452945
SWIFT_VERSION = 4.0;
2946-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GitHawk.app/GitHawk";
2946+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Freetime.app/Freetime";
29472947
};
29482948
name = Release;
29492949
};
@@ -3023,7 +3023,7 @@
30233023
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
30243024
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies";
30253025
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
3026-
PRODUCT_NAME = GitHawk;
3026+
PRODUCT_NAME = "$(TARGET_NAME)";
30273027
PROVISIONING_PROFILE = "18731a67-7865-4308-accb-344bb0642ad5";
30283028
PROVISIONING_PROFILE_SPECIFIER = "Freetime Distribution";
30293029
SWIFT_ACTIVE_COMPILATION_CONDITIONS = TESTFLIGHT;
@@ -3045,7 +3045,7 @@
30453045
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.FreetimeTests;
30463046
PRODUCT_NAME = "$(TARGET_NAME)";
30473047
SWIFT_VERSION = 4.0;
3048-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GitHawk.app/GitHawk";
3048+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Freetime.app/Freetime";
30493049
};
30503050
name = TestFlight;
30513051
};

Freetime.xcodeproj/xcshareddata/xcschemes/Freetime-AppCenter.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "297AE8331EC0D58A00B44A1F"
18-
BuildableName = "GitHawk.app"
18+
BuildableName = "Freetime.app"
1919
BlueprintName = "Freetime"
2020
ReferencedContainer = "container:Freetime.xcodeproj">
2121
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "297AE8331EC0D58A00B44A1F"
48-
BuildableName = "GitHawk.app"
48+
BuildableName = "Freetime.app"
4949
BlueprintName = "Freetime"
5050
ReferencedContainer = "container:Freetime.xcodeproj">
5151
</BuildableReference>
@@ -69,7 +69,7 @@
6969
<BuildableReference
7070
BuildableIdentifier = "primary"
7171
BlueprintIdentifier = "297AE8331EC0D58A00B44A1F"
72-
BuildableName = "GitHawk.app"
72+
BuildableName = "Freetime.app"
7373
BlueprintName = "Freetime"
7474
ReferencedContainer = "container:Freetime.xcodeproj">
7575
</BuildableReference>
@@ -100,7 +100,7 @@
100100
<BuildableReference
101101
BuildableIdentifier = "primary"
102102
BlueprintIdentifier = "297AE8331EC0D58A00B44A1F"
103-
BuildableName = "GitHawk.app"
103+
BuildableName = "Freetime.app"
104104
BlueprintName = "Freetime"
105105
ReferencedContainer = "container:Freetime.xcodeproj">
106106
</BuildableReference>

FreetimeTests/Bookmark Tests/BookmarkViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import XCTest
1111

12-
@testable import GitHawk
12+
@testable import Freetime
1313
class BookmarkViewModelTests: XCTestCase {
1414

1515
var issue: Bookmark!

FreetimeTests/DateDisplayTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import GitHawk
10+
@testable import Freetime
1111

1212
class DateDisplayTests: XCTestCase {
1313

FreetimeTests/EmojiTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import GitHawk
10+
@testable import Freetime
1111

1212
final class EmojiTests: XCTestCase {
1313

FreetimeTests/GraphQLIDDecodeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import GitHawk
10+
@testable import Freetime
1111

1212
class GraphQLIDDecodeTests: XCTestCase {
1313

FreetimeTests/IssueLabelCellTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import XCTest
1111

12-
@testable import GitHawk
12+
@testable import Freetime
1313
class IssueLabelCellTests: XCTestCase {
1414

1515
var issueLabelCell: IssueLabelCell!

FreetimeTests/IssueTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import GitHawk
10+
@testable import Freetime
1111

1212
class IssueTests: XCTestCase {
1313

FreetimeTests/ListKitTestCase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import GitHawk
10+
@testable import Freetime
1111

1212
class ListKitTestCase: XCTestCase {
1313

FreetimeTests/ListTestKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010
import IGListKit
11-
@testable import GitHawk
11+
@testable import Freetime
1212

1313
class ListTestKit: NSObject, ListAdapterDataSource {
1414

0 commit comments

Comments
 (0)