Skip to content

Commit

Permalink
build: project file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jun 5, 2024
1 parent 176d15b commit 474b17b
Showing 1 changed file with 24 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
/* Begin PBXBuildFile section */
191C59C42A69C9A900D3AF05 /* SwiftUploadSDKExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A7B2A4CA6A300CFA822 /* SwiftUploadSDKExampleUITests.swift */; };
191C59C52A69C9AC00D3AF05 /* SwiftUploadSDKExampleLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A7C2A4CA6A300CFA822 /* SwiftUploadSDKExampleLaunchTests.swift */; };
197DD9DA2C0E428C002C1294 /* UploadListPlaceholderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197DD9D92C0E428C002C1294 /* UploadListPlaceholderView.swift */; };
197DD9DC2C0E7003002C1294 /* SelectVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197DD9DB2C0E7003002C1294 /* SelectVideoView.swift */; };
197DD9DE2C0E7161002C1294 /* ThumbnailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197DD9DD2C0E7161002C1294 /* ThumbnailView.swift */; };
197DD9E02C0E71A1002C1294 /* ProcessingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197DD9DF2C0E71A1002C1294 /* ProcessingView.swift */; };
197DD9E22C0E71C6002C1294 /* ErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197DD9E12C0E71C6002C1294 /* ErrorView.swift */; };
19822A692A4CA69700CFA822 /* Mux Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 19822A522A4CA69700CFA822 /* Mux Assets.xcassets */; };
19822A6A2A4CA69700CFA822 /* Buttons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A542A4CA69700CFA822 /* Buttons.swift */; };
19822A6B2A4CA69700CFA822 /* MuxNavBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A552A4CA69700CFA822 /* MuxNavBar.swift */; };
Expand Down Expand Up @@ -39,6 +44,10 @@

/* Begin PBXFileReference section */
197DD9D92C0E428C002C1294 /* UploadListPlaceholderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploadListPlaceholderView.swift; sourceTree = "<group>"; };
197DD9DB2C0E7003002C1294 /* SelectVideoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectVideoView.swift; sourceTree = "<group>"; };
197DD9DD2C0E7161002C1294 /* ThumbnailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbnailView.swift; sourceTree = "<group>"; };
197DD9DF2C0E71A1002C1294 /* ProcessingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessingView.swift; sourceTree = "<group>"; };
197DD9E12C0E71C6002C1294 /* ErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorView.swift; sourceTree = "<group>"; };
19822A522A4CA69700CFA822 /* Mux Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Mux Assets.xcassets"; sourceTree = "<group>"; };
19822A542A4CA69700CFA822 /* Buttons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Buttons.swift; sourceTree = "<group>"; };
19822A552A4CA69700CFA822 /* MuxNavBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MuxNavBar.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -86,11 +95,10 @@
19822A512A4CA69700CFA822 /* Mux Style */,
19822A572A4CA69700CFA822 /* Fake Server Backend */,
19822A592A4CA69700CFA822 /* Assets.xcassets */,
19822A5F2A4CA69700CFA822 /* SwiftUploadSDKExample.swift */,
19822A5A2A4CA69700CFA822 /* Preview Content */,
19822A5C2A4CA69700CFA822 /* Views */,
19822A5F2A4CA69700CFA822 /* SwiftUploadSDKExample.swift */,
19822A602A4CA69700CFA822 /* Model */,
19822A652A4CA69700CFA822 /* Widgets */,
);
path = SwiftUploadSDKExample;
sourceTree = "<group>";
Expand Down Expand Up @@ -135,8 +143,13 @@
children = (
19822A642A4CA69700CFA822 /* ContentView.swift */,
19822A5D2A4CA69700CFA822 /* CreateUploadView.swift */,
197DD9E12C0E71C6002C1294 /* ErrorView.swift */,
19822A5E2A4CA69700CFA822 /* UploadListView.swift */,
19822A662A4CA69700CFA822 /* UploadCallToActionLabel.swift */,
197DD9D92C0E428C002C1294 /* UploadListPlaceholderView.swift */,
197DD9DB2C0E7003002C1294 /* SelectVideoView.swift */,
197DD9DD2C0E7161002C1294 /* ThumbnailView.swift */,
197DD9DF2C0E71A1002C1294 /* ProcessingView.swift */,
);
path = Views;
sourceTree = "<group>";
Expand All @@ -151,13 +164,6 @@
path = Model;
sourceTree = "<group>";
};
19822A652A4CA69700CFA822 /* Widgets */ = {
isa = PBXGroup;
children = (
);
path = Widgets;
sourceTree = "<group>";
};
19822A7A2A4CA6A300CFA822 /* SwiftUploadSDKExampleTests */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -306,16 +312,21 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
197DD9DC2C0E7003002C1294 /* SelectVideoView.swift in Sources */,
19822A702A4CA69700CFA822 /* CreateUploadView.swift in Sources */,
19822A762A4CA69700CFA822 /* ContentView.swift in Sources */,
19822A722A4CA69700CFA822 /* SwiftUploadSDKExample.swift in Sources */,
197DD9E22C0E71C6002C1294 /* ErrorView.swift in Sources */,
19822A6C2A4CA69700CFA822 /* Mux Colors.swift in Sources */,
197DD9DA2C0E428C002C1294 /* UploadListPlaceholderView.swift in Sources */,
19822A752A4CA69700CFA822 /* UploadCreationModel.swift in Sources */,
197DD9E02C0E71A1002C1294 /* ProcessingView.swift in Sources */,
19822A6B2A4CA69700CFA822 /* MuxNavBar.swift in Sources */,
19822A732A4CA69700CFA822 /* ThumbnailModel.swift in Sources */,
19822A6A2A4CA69700CFA822 /* Buttons.swift in Sources */,
19822A6D2A4CA69700CFA822 /* FakeBackend.swift in Sources */,
19822A712A4CA69700CFA822 /* UploadListView.swift in Sources */,
197DD9DE2C0E7161002C1294 /* ThumbnailView.swift in Sources */,
19822A742A4CA69700CFA822 /* UploadListModel.swift in Sources */,
19822A772A4CA69700CFA822 /* UploadCallToActionLabel.swift in Sources */,
);
Expand Down Expand Up @@ -463,7 +474,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUploadSDKExample/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XX95P4Y787;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This app uploads photos from your camera roll";
Expand Down Expand Up @@ -495,7 +506,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUploadSDKExample/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XX95P4Y787;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This app uploads photos from your camera roll";
Expand Down Expand Up @@ -525,7 +536,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XX95P4Y787;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests";
Expand All @@ -543,7 +554,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XX95P4Y787;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests";
Expand Down

0 comments on commit 474b17b

Please sign in to comment.