Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: macOS
strategy:
matrix:
xcode: ["26.2"]
xcode: ["26.6"]
config: ["debug", "release"]
runs-on: macos-26
steps:
Expand All @@ -23,16 +23,16 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run ${{ matrix.config }} tests
run: swift test -c ${{ matrix.config }}
- name: Run ${{ matrix.config }} tests with all traits
run: swift test -c ${{ matrix.config }} --enable-all-traits

examples:
name: Examples
strategy:
matrix:
xcode: ["26.2"]
config: ["debug"]
xcode: ["26.6"]
scheme: ["UndoForMacOS"]
runs-on: macos-26
continue-on-error: true
steps:
- uses: actions/checkout@v5
- name: Select Xcode ${{ matrix.xcode }}
Expand Down
109 changes: 12 additions & 97 deletions Examples/Examples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objectVersion = 100;
objects = {

/* Begin PBXBuildFile section */
C441694F2F38F3B100051412 /* SQLiteUndo in Frameworks */ = {isa = PBXBuildFile; productRef = C441694E2F38F3B100051412 /* SQLiteUndo */; };
C44169512F38F3B100051412 /* SQLiteUndoTCA in Frameworks */ = {isa = PBXBuildFile; productRef = C44169502F38F3B100051412 /* SQLiteUndoTCA */; };
C45245EF2F3D353800F31BB8 /* SQLiteUndo in Frameworks */ = {isa = PBXBuildFile; productRef = C45245EE2F3D353800F31BB8 /* SQLiteUndo */; };
C45245F12F3D353800F31BB8 /* SQLiteUndoTCA in Frameworks */ = {isa = PBXBuildFile; productRef = C45245F02F3D353800F31BB8 /* SQLiteUndoTCA */; };
C4B1976A2F33B52B001EAFC2 /* SQLiteUndo in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197692F33B52B001EAFC2 /* SQLiteUndo */; };
C4B197712F33B5D9001EAFC2 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197702F33B5D9001EAFC2 /* ComposableArchitecture */; };
C4B197F02F33C28A001EAFC2 /* SQLiteUndo in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197EF2F33C28A001EAFC2 /* SQLiteUndo */; };
C4B197F22F33C28A001EAFC2 /* SQLiteUndoTCA in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197F12F33C28A001EAFC2 /* SQLiteUndoTCA */; };
C4B197F52F33C2B0001EAFC2 /* SQLiteUndo in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197F42F33C2B0001EAFC2 /* SQLiteUndo */; };
C4B197F72F33C2B0001EAFC2 /* SQLiteUndoTCA in Frameworks */ = {isa = PBXBuildFile; productRef = C4B197F62F33C2B0001EAFC2 /* SQLiteUndoTCA */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -34,20 +25,9 @@
/* Begin PBXFrameworksBuildPhase section */
C4B1975A2F33B502001EAFC2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C441694F2F38F3B100051412 /* SQLiteUndo in Frameworks */,
C45245EF2F3D353800F31BB8 /* SQLiteUndo in Frameworks */,
C4B197712F33B5D9001EAFC2 /* ComposableArchitecture in Frameworks */,
C4B197F22F33C28A001EAFC2 /* SQLiteUndoTCA in Frameworks */,
C4B197F52F33C2B0001EAFC2 /* SQLiteUndo in Frameworks */,
C4B197F02F33C28A001EAFC2 /* SQLiteUndo in Frameworks */,
C44169512F38F3B100051412 /* SQLiteUndoTCA in Frameworks */,
C45245F12F3D353800F31BB8 /* SQLiteUndoTCA in Frameworks */,
C4B1976A2F33B52B001EAFC2 /* SQLiteUndo in Frameworks */,
C4B197F72F33C2B0001EAFC2 /* SQLiteUndoTCA in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

Expand Down Expand Up @@ -81,23 +61,12 @@
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
C4B1975E2F33B502001EAFC2 /* UndoForMacOS */,
);
name = UndoForMacOS;
packageProductDependencies = (
C4B197692F33B52B001EAFC2 /* SQLiteUndo */,
C4B197702F33B5D9001EAFC2 /* ComposableArchitecture */,
C4B197EF2F33C28A001EAFC2 /* SQLiteUndo */,
C4B197F12F33C28A001EAFC2 /* SQLiteUndoTCA */,
C4B197F42F33C2B0001EAFC2 /* SQLiteUndo */,
C4B197F62F33C2B0001EAFC2 /* SQLiteUndoTCA */,
C441694E2F38F3B100051412 /* SQLiteUndo */,
C44169502F38F3B100051412 /* SQLiteUndoTCA */,
C45245EE2F3D353800F31BB8 /* SQLiteUndo */,
C45245F02F3D353800F31BB8 /* SQLiteUndoTCA */,
);
productName = UndoForMacOS;
productReference = C4B1975D2F33B502001EAFC2 /* UndoForMacOS.app */;
Expand Down Expand Up @@ -128,7 +97,6 @@
mainGroup = C4B1973C2F33B4B4001EAFC2;
minimizedProjectReferenceProxies = 1;
packageReferences = (
C4B1976F2F33B5D9001EAFC2 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */,
C45245ED2F3D353800F31BB8 /* XCLocalSwiftPackageReference "../../sqlite-undo" */,
);
preferredProjectObjectVersion = 77;
Expand All @@ -144,25 +112,21 @@
/* Begin PBXResourcesBuildPhase section */
C4B1975B2F33B502001EAFC2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C4B197592F33B502001EAFC2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
C4B1974E2F33B4B5001EAFC2 /* Debug */ = {
C4B1974E2F33B4B5001EAFC2 /* Debug configuration for PBXProject "Examples" */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
Expand Down Expand Up @@ -224,7 +188,7 @@
};
name = Debug;
};
C4B1974F2F33B4B5001EAFC2 /* Release */ = {
C4B1974F2F33B4B5001EAFC2 /* Release configuration for PBXProject "Examples" */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
Expand Down Expand Up @@ -278,7 +242,7 @@
};
name = Release;
};
C4B197662F33B503001EAFC2 /* Debug */ = {
C4B197662F33B503001EAFC2 /* Debug configuration for PBXNativeTarget "UndoForMacOS" */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand Down Expand Up @@ -312,7 +276,7 @@
};
name = Debug;
};
C4B197672F33B503001EAFC2 /* Release */ = {
C4B197672F33B503001EAFC2 /* Release configuration for PBXNativeTarget "UndoForMacOS" */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand Down Expand Up @@ -352,19 +316,17 @@
C4B197402F33B4B4001EAFC2 /* Build configuration list for PBXProject "Examples" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C4B1974E2F33B4B5001EAFC2 /* Debug */,
C4B1974F2F33B4B5001EAFC2 /* Release */,
C4B1974E2F33B4B5001EAFC2 /* Debug configuration for PBXProject "Examples" */,
C4B1974F2F33B4B5001EAFC2 /* Release configuration for PBXProject "Examples" */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C4B197652F33B503001EAFC2 /* Build configuration list for PBXNativeTarget "UndoForMacOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C4B197662F33B503001EAFC2 /* Debug */,
C4B197672F33B503001EAFC2 /* Release */,
C4B197662F33B503001EAFC2 /* Debug configuration for PBXNativeTarget "UndoForMacOS" */,
C4B197672F33B503001EAFC2 /* Release configuration for PBXNativeTarget "UndoForMacOS" */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
Expand All @@ -373,64 +335,17 @@
C45245ED2F3D353800F31BB8 /* XCLocalSwiftPackageReference "../../sqlite-undo" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = "../../sqlite-undo";
traits = (
ComposableArchitecture,
);
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
C4B1976F2F33B5D9001EAFC2 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pointfreeco/swift-composable-architecture.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.23.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
C441694E2F38F3B100051412 /* SQLiteUndo */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndo;
};
C44169502F38F3B100051412 /* SQLiteUndoTCA */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndoTCA;
};
C45245EE2F3D353800F31BB8 /* SQLiteUndo */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndo;
};
C45245F02F3D353800F31BB8 /* SQLiteUndoTCA */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndoTCA;
};
C4B197692F33B52B001EAFC2 /* SQLiteUndo */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndo;
};
C4B197702F33B5D9001EAFC2 /* ComposableArchitecture */ = {
isa = XCSwiftPackageProductDependency;
package = C4B1976F2F33B5D9001EAFC2 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */;
productName = ComposableArchitecture;
};
C4B197EF2F33C28A001EAFC2 /* SQLiteUndo */ = {
isa = XCSwiftPackageProductDependency;
package = C4B1976F2F33B5D9001EAFC2 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */;
productName = SQLiteUndo;
};
C4B197F12F33C28A001EAFC2 /* SQLiteUndoTCA */ = {
isa = XCSwiftPackageProductDependency;
package = C4B1976F2F33B5D9001EAFC2 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */;
productName = SQLiteUndoTCA;
};
C4B197F42F33C2B0001EAFC2 /* SQLiteUndo */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndo;
};
C4B197F62F33C2B0001EAFC2 /* SQLiteUndoTCA */ = {
isa = XCSwiftPackageProductDependency;
productName = SQLiteUndoTCA;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = C4B1973D2F33B4B4001EAFC2 /* Project object */;
Expand Down
Loading