Skip to content

Commit 025a1c0

Browse files
committed
Merged with master
2 parents e5c3a77 + 669813d commit 025a1c0

17 files changed

+102
-112
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ DerivedData
1818
generatechangelog.sh
1919
Pods/
2020
Carthage
21-
Provisioning
21+
Provisioning
22+
TeamID.xcconfig

Packages/ConfCore/ConfCore/ConfCoreExports.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88

99
@_exported import Foundation
1010
@_exported import RealmSwift
11-
@_exported import RxSwift
12-
@_exported import RxCocoa
13-
@_exported import RxRealm
1411
@_exported import Siesta
1512
@_exported import Transcripts

WWDC.xcodeproj/project.pbxproj

Lines changed: 27 additions & 85 deletions
Large diffs are not rendered by default.

WWDC/AppCoordinator+Bookmarks.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
import Cocoa
1010
import AVFoundation
1111
import PlayerUI
12-
import RxSwift
13-
import RxCocoa
1412
import RealmSwift
15-
import RxRealm
1613
import ConfCore
1714

1815
extension AppCoordinator: PUITimelineDelegate, VideoPlayerViewControllerDelegate {

WWDC/AppCoordinator+SessionActions.swift

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

99
import Cocoa
1010
import RealmSwift
11-
import RxSwift
1211
import ConfCore
1312
import PlayerUI
1413
import EventKit

WWDC/AppCoordinator+SessionTableViewContextMenuActions.swift

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

99
import Cocoa
1010
import RealmSwift
11-
import RxSwift
1211
import ConfCore
1312
import PlayerUI
1413

WWDC/AppCoordinator+Shelf.swift

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

99
import Cocoa
1010
import RealmSwift
11-
import RxSwift
1211
import ConfCore
1312
import PlayerUI
1413
import CoreMedia

WWDC/AppCoordinator+UserActivity.swift

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

99
import Cocoa
1010
import RealmSwift
11-
import RxSwift
1211
import ConfCore
1312
import PlayerUI
1413

WWDC/ExploreTabProvider.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Cocoa
22
import SwiftUI
33
import Combine
44
import ConfCore
5+
import RxSwift
56

67
final class ExploreTabProvider: ObservableObject {
78
let storage: Storage

WWDC/Main.xcconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// If you see this error: "could not find included file 'TeamID.xcconfig' in search paths"
2+
// Make sure you have run the bootstrap script from the project's root directory to set up signing for your team ID.
3+
#include "TeamID.xcconfig"
4+
15
MARKETING_VERSION = 7.4
26
CURRENT_PROJECT_VERSION = 1030
37

@@ -6,3 +10,5 @@ MACOSX_DEPLOYMENT_TARGET = 12.0
610
VERSIONING_SYSTEM = apple-generic
711

812
COPYRIGHT=© 2017-2023 Buddy Software LTD
13+
14+
CODE_SIGN_STYLE = Automatic

0 commit comments

Comments
 (0)