Skip to content

Commit

Permalink
feat: removed authors per request. Headers are now added to hls downl…
Browse files Browse the repository at this point in the history
…oader. Logger shows errors that caused the download to fail.
  • Loading branch information
danielbady committed May 23, 2024
1 parent a0813c2 commit d96ef5d
Show file tree
Hide file tree
Showing 278 changed files with 430 additions and 362 deletions.
8 changes: 4 additions & 4 deletions App/Mochi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = ..;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = GYXF583PFT;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -394,7 +394,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = dev.errorerrorerror.mochi;
PRODUCT_BUNDLE_IDENTIFIER = "com.mochi-team.mochi";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = auto;
Expand All @@ -418,7 +418,7 @@
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = ..;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = GYXF583PFT;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -436,7 +436,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = dev.errorerrorerror.mochi;
PRODUCT_BUNDLE_IDENTIFIER = "com.mochi-team.mochi";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = auto;
Expand Down
2 changes: 1 addition & 1 deletion App/Shared/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppDelegate.swift
// mochi
//
// Created by ErrorErrorError on 5/19/23.
// Created by MochiTeam on 5/19/23.
//
//

Expand Down
2 changes: 1 addition & 1 deletion App/Shared/MochiApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// MochiApp.swift
// mochi
//
// Created by ErrorErrorError on 3/24/23.
// Created by MochiTeam on 3/24/23.
//
//

Expand Down
2 changes: 1 addition & 1 deletion App/Shared/mochi-info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>dev.errorerrorerror.mochi</string>
<string>dev.MochiTeam.mochi</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mochi</string>
Expand Down
2 changes: 1 addition & 1 deletion App/iOS/PreferenceHostingController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PreferenceHostingController.swift
// mochi
//
// Created by ErrorErrorError on 6/27/23.
// Created by MochiTeam on 6/27/23.
//
//

Expand Down
2 changes: 1 addition & 1 deletion App/iOS/PreferenceHostingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PreferenceHostingView.swift
// Mochi
//
// Created by ErrorErrorError on 11/28/23.
// Created by MochiTeam on 11/28/23.
//
//

Expand Down
Loading

0 comments on commit d96ef5d

Please sign in to comment.