Skip to content

Commit e671363

Browse files
authored
Merge pull request #12 from jkcoxson/develop
Add multi team view
2 parents 60363c5 + 21b4fd1 commit e671363

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

AltStore.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
0E33F94B8D78AB969FD309A3 /* Pods_AltStoreCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A08F67C18350C7990753F03F /* Pods_AltStoreCore.framework */; };
11+
19B9B7452845E6DF0076EF69 /* SelectTeamViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B9B7442845E6DF0076EF69 /* SelectTeamViewController.swift */; };
1112
2A77E3D272F3D92436FAC272 /* Pods_AltStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9EEAA842DA87A88A870053B /* Pods_AltStore.framework */; };
1213
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC3822AB1C4CF1D4CDF7445D /* Pods_AltServer.framework */; };
1314
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419522F2199300129732 /* RefreshAttemptsViewController.swift */; };
@@ -464,6 +465,7 @@
464465

465466
/* Begin PBXFileReference section */
466467
11611D46F8A7C8B928E8156B /* Pods-AltServer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltServer.debug.xcconfig"; path = "Target Support Files/Pods-AltServer/Pods-AltServer.debug.xcconfig"; sourceTree = "<group>"; };
468+
19B9B7442845E6DF0076EF69 /* SelectTeamViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectTeamViewController.swift; sourceTree = "<group>"; };
467469
589BA531D903B28F292063E5 /* Pods-AltServer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltServer.release.xcconfig"; path = "Target Support Files/Pods-AltServer/Pods-AltServer.release.xcconfig"; sourceTree = "<group>"; };
468470
A08F67C18350C7990753F03F /* Pods_AltStoreCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AltStoreCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
469471
A136EE677716B80768E9F0A2 /* Pods-AltStore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltStore.release.xcconfig"; path = "Target Support Files/Pods-AltStore/Pods-AltStore.release.xcconfig"; sourceTree = "<group>"; };
@@ -1700,6 +1702,7 @@
17001702
BFF0B6932321CB85007A79E1 /* AuthenticationViewController.swift */,
17011703
BFF0B6972322CAB8007A79E1 /* InstructionsViewController.swift */,
17021704
BF6F439123644C6E00A0B879 /* RefreshAltStoreViewController.swift */,
1705+
19B9B7442845E6DF0076EF69 /* SelectTeamViewController.swift */,
17031706
);
17041707
path = Authentication;
17051708
sourceTree = "<group>";
@@ -2602,6 +2605,7 @@
26022605
BF08858522DE7EC800DE9F1E /* UpdateCollectionViewCell.swift in Sources */,
26032606
BFB39B5C252BC10E00D1BE50 /* Managed.swift in Sources */,
26042607
BF770E5822BC3D0F002A40FE /* RefreshGroup.swift in Sources */,
2608+
19B9B7452845E6DF0076EF69 /* SelectTeamViewController.swift in Sources */,
26052609
BF18B0F122E25DF9005C4CF5 /* ToastView.swift in Sources */,
26062610
BF3D649F22E7B24C00E9056B /* CollapsingTextView.swift in Sources */,
26072611
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */,
@@ -3371,8 +3375,8 @@
33713375
"$(PROJECT_DIR)/Dependencies/fragmentzip",
33723376
"$(PROJECT_DIR)/Dependencies/libcurl",
33733377
);
3374-
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
33753378
MARKETING_VERSION = 1.5.1b;
3379+
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
33763380
PRODUCT_NAME = "$(TARGET_NAME)";
33773381
PROVISIONING_PROFILE_SPECIFIER = "";
33783382
SWIFT_OBJC_BRIDGING_HEADER = "AltStore/AltStore-Bridging-Header.h";
@@ -3405,8 +3409,8 @@
34053409
"$(PROJECT_DIR)/Dependencies/fragmentzip",
34063410
"$(PROJECT_DIR)/Dependencies/libcurl",
34073411
);
3408-
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
34093412
MARKETING_VERSION = 1.5.1b;
3413+
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
34103414
PRODUCT_NAME = "$(TARGET_NAME)";
34113415
PROVISIONING_PROFILE_SPECIFIER = "";
34123416
SWIFT_OBJC_BRIDGING_HEADER = "AltStore/AltStore-Bridging-Header.h";

0 commit comments

Comments
 (0)