Skip to content

Commit

Permalink
Fix github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricS01 committed Mar 3, 2024
1 parent 05b0dab commit ec8208b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
xcuserdata/
TPU Mac/apollo-ios-cli
.idea/
build/
12 changes: 10 additions & 2 deletions TPU Mac/TPU_Mac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
C4569DF72AD1828300F17C06 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4569DF62AD1828300F17C06 /* Network.swift */; };
C45C3D9B2B68DCB300D5AB4D /* GalleryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45C3D9A2B68DCB300D5AB4D /* GalleryView.swift */; };
C48C2E9E2AD0417B0000A362 /* Apollo in Frameworks */ = {isa = PBXBuildFile; productRef = C48C2E9D2AD0417B0000A362 /* Apollo */; };
C4B19B932B943E1A0038494F /* ApolloAPI in Frameworks */ = {isa = PBXBuildFile; productRef = C4B19B922B943E1A0038494F /* ApolloAPI */; };
C4D7E5062AF4D4FC008308CA /* CommsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D7E5052AF4D4FC008308CA /* CommsView.swift */; };
C4FE71542AD3F085003E4DC0 /* KeychainSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C4FE71532AD3F085003E4DC0 /* KeychainSwift */; };
C4FE71582AD3F47B003E4DC0 /* NetworkInterceptorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4FE71572AD3F47B003E4DC0 /* NetworkInterceptorProvider.swift */; };
Expand Down Expand Up @@ -74,6 +75,7 @@
C4569DF12AD17A2A00F17C06 /* PrivateUploaderAPI in Frameworks */,
C428DE892B709ADB00A13E4A /* ApolloWebSocket in Frameworks */,
C48C2E9E2AD0417B0000A362 /* Apollo in Frameworks */,
C4B19B932B943E1A0038494F /* ApolloAPI in Frameworks */,
C4FE71542AD3F085003E4DC0 /* KeychainSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -189,6 +191,7 @@
C428DE882B709ADB00A13E4A /* ApolloWebSocket */,
C40BC9882B8C8F9800444B56 /* NukeUI */,
C40BC98A2B8C8F9800444B56 /* NukeVideo */,
C4B19B922B943E1A0038494F /* ApolloAPI */,
);
productName = "TPU Mac";
productReference = C45099112ACFFA7F00FA9247 /* TPU Mac.app */;
Expand Down Expand Up @@ -478,7 +481,7 @@
CODE_SIGN_ENTITLEMENTS = TPU_Mac/TPU_Mac.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"TPU_Mac/Preview Content\"";
DEVELOPMENT_TEAM = PK36GR28A7;
Expand Down Expand Up @@ -519,7 +522,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TPU_Mac/TPU_Mac.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"TPU_Mac/Preview Content\"";
DEVELOPMENT_TEAM = PK36GR28A7;
Expand Down Expand Up @@ -747,6 +750,11 @@
package = C48C2E9C2AD0417B0000A362 /* XCRemoteSwiftPackageReference "apollo-ios" */;
productName = Apollo;
};
C4B19B922B943E1A0038494F /* ApolloAPI */ = {
isa = XCSwiftPackageProductDependency;
package = C48C2E9C2AD0417B0000A362 /* XCRemoteSwiftPackageReference "apollo-ios" */;
productName = ApolloAPI;
};
C4FE71532AD3F085003E4DC0 /* KeychainSwift */ = {
isa = XCSwiftPackageProductDependency;
package = C4FE71522AD3F084003E4DC0 /* XCRemoteSwiftPackageReference "keychain-swift" */;
Expand Down

0 comments on commit ec8208b

Please sign in to comment.