Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packages/ConfCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
.package(url: "https://github.com/bustoutsolutions/siesta", from: "1.5.2"),
.package(url: "https://github.com/realm/realm-swift", from: "10.0.0"),
.package(url: "https://github.com/insidegui/realm-swift.git", exact: "20.0.3"),
.package(url: "https://github.com/insidegui/CloudKitCodable", branch: "spm"),
.package(path: "../Transcripts")
],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) before opening an iss
A number of third-party libraries are used by the app:

- [Realm](https://realm.io): data storage and caching
- **Note**: We have a [fork](https://github.com/insidegui/realm-swift) that swaps a `target` for a [`binaryTarget`](https://github.com/insidegui/realm-swift/pull/1). If this causes trouble in the future, consider switching back to the "normal" realm-swift. @SeeAlso: [PR 732](https://github.com/insidegui/WWDC/pull/732)
- [Sparkle](https://sparkle-project.org/): automatic updates
- [CloudKitCodable](https://github.com/insidegui/CloudKitCodable): sync support
- [Siesta](http://bustoutsolutions.github.io/siesta/): networking
Expand Down
19 changes: 19 additions & 0 deletions WWDC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
911C72C92A52169A00CB3757 /* CombineLatestMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911C72C82A52169A00CB3757 /* CombineLatestMany.swift */; };
914367202A4C6B0E004E4392 /* Sequence+GroupedBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9143671F2A4C6B0E004E4392 /* Sequence+GroupedBy.swift */; };
914C83B42E1ECBFF001AEE5C /* SessionDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 914C83B32E1ECBFF001AEE5C /* SessionDetailsView.swift */; };
9171CEFC2E5391CF0063BBA7 /* RealmSwift in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 91973A9B2E538BE200C4A644 /* RealmSwift */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
91973A9C2E538BE200C4A644 /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 91973A9B2E538BE200C4A644 /* RealmSwift */; };
91C2A0BC2A4DE9B60049B6B7 /* OrderedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 91C2A0BB2A4DE9B60049B6B7 /* OrderedCollections */; };
91DB93E82E1FF610002E8716 /* IsSelected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91DB93E72E1FF60C002E8716 /* IsSelected.swift */; };
91DB9FD02E21777E002E8716 /* CursorShapeViewModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91DB9FCF2E21777E002E8716 /* CursorShapeViewModifier.swift */; };
Expand Down Expand Up @@ -264,6 +266,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
9171CEFC2E5391CF0063BBA7 /* RealmSwift in Embed Frameworks */,
DD600AB82487F1730071B90E /* ConfUIFoundation.framework in Embed Frameworks */,
DDB1A2642577E67A00995FF1 /* ConfCore in Embed Frameworks */,
DDF7219E1ECA12780054C503 /* PlayerUI.framework in Embed Frameworks */,
Expand Down Expand Up @@ -528,6 +531,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
91973A9C2E538BE200C4A644 /* RealmSwift in Frameworks */,
012BEFA41EE8658F007E72CA /* EventKit.framework in Frameworks */,
DDF7219D1ECA12780054C503 /* PlayerUI.framework in Frameworks */,
DDB1A2632577E67A00995FF1 /* ConfCore in Frameworks */,
Expand Down Expand Up @@ -1294,6 +1298,7 @@
DDB1A2622577E67A00995FF1 /* ConfCore */,
DDB1A2692577E7E900995FF1 /* Sparkle */,
91C2A0BB2A4DE9B60049B6B7 /* OrderedCollections */,
91973A9B2E538BE200C4A644 /* RealmSwift */,
);
productName = WWDC;
productReference = DD36A4AC1E478C6A00B2EA88 /* WWDC.app */;
Expand Down Expand Up @@ -1422,6 +1427,7 @@
DDB1A2682577E7E900995FF1 /* XCRemoteSwiftPackageReference "Sparkle" */,
91C2A0BA2A4DE9B60049B6B7 /* XCRemoteSwiftPackageReference "swift-collections" */,
F4F189742C0773C9006EA9A2 /* XCRemoteSwiftPackageReference "MacPreviewUtils" */,
91973A9A2E538BE200C4A644 /* XCRemoteSwiftPackageReference "realm-swift" */,
);
productRefGroup = DD36A4AD1E478C6A00B2EA88 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2534,6 +2540,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
91973A9A2E538BE200C4A644 /* XCRemoteSwiftPackageReference "realm-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/insidegui/realm-swift.git";
requirement = {
kind = exactVersion;
version = 20.0.3;
};
};
91C2A0BA2A4DE9B60049B6B7 /* XCRemoteSwiftPackageReference "swift-collections" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-collections.git";
Expand Down Expand Up @@ -2561,6 +2575,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
91973A9B2E538BE200C4A644 /* RealmSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 91973A9A2E538BE200C4A644 /* XCRemoteSwiftPackageReference "realm-swift" */;
productName = RealmSwift;
};
91C2A0BB2A4DE9B60049B6B7 /* OrderedCollections */ = {
isa = XCSwiftPackageProductDependency;
package = 91C2A0BA2A4DE9B60049B6B7 /* XCRemoteSwiftPackageReference "swift-collections" */;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.