Skip to content

Commit

Permalink
Removed local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bates committed Apr 24, 2024
1 parent 4dab0a0 commit c8b30ed
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions GovUK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
5D363D822BD8F96E00B6CBDA /* Onboarding in Frameworks */ = {isa = PBXBuildFile; productRef = 5D363D812BD8F96E00B6CBDA /* Onboarding */; };
5D5BCDBF2BD8F90E00A02937 /* Services in Frameworks */ = {isa = PBXBuildFile; productRef = 5D5BCDBE2BD8F90E00A02937 /* Services */; };
5DAD71782BD250DB0075F648 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DAD71772BD250DB0075F648 /* AppDelegate.swift */; };
5DAD717A2BD250DB0075F648 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DAD71792BD250DB0075F648 /* SceneDelegate.swift */; };
5DAD717C2BD250DB0075F648 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DAD717B2BD250DB0075F648 /* ViewController.swift */; };
Expand Down Expand Up @@ -57,7 +59,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5D5BCDBF2BD8F90E00A02937 /* Services in Frameworks */,
5DE25EF02BD7F106008F4D90 /* Onboarding in Frameworks */,
5D363D822BD8F96E00B6CBDA /* Onboarding in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -204,6 +208,8 @@
name = govuk_ios;
packageProductDependencies = (
5DE25EEF2BD7F106008F4D90 /* Onboarding */,
5D5BCDBE2BD8F90E00A02937 /* Services */,
5D363D812BD8F96E00B6CBDA /* Onboarding */,
);
productName = GovUK;
productReference = 5DAD71742BD250DB0075F648 /* govuk_ios.app */;
Expand Down Expand Up @@ -278,7 +284,6 @@
);
mainGroup = 5DAD716B2BD250DA0075F648;
packageReferences = (
5DE25EEE2BD7F106008F4D90 /* XCLocalSwiftPackageReference "../govuk-mobile-ios-onboarding" */,
);
productRefGroup = 5DAD71752BD250DB0075F648 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -335,7 +340,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nif which swiftlint >/dev/null; then\n swiftlint --fix\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, please run brew install swiftlint\"\nfi\n";
shellScript = "if test -d \"/opt/homebrew/bin/\"; then\n PATH=\"/opt/homebrew/bin/:${PATH}\"\nfi\n\nif which swiftlint >/dev/null; then\n swiftlint --fix\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, please run brew install swiftlint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -696,14 +701,15 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
5DE25EEE2BD7F106008F4D90 /* XCLocalSwiftPackageReference "../govuk-mobile-ios-onboarding" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = "../govuk-mobile-ios-onboarding";
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
5D363D812BD8F96E00B6CBDA /* Onboarding */ = {
isa = XCSwiftPackageProductDependency;
productName = Onboarding;
};
5D5BCDBE2BD8F90E00A02937 /* Services */ = {
isa = XCSwiftPackageProductDependency;
productName = Services;
};
5DE25EEF2BD7F106008F4D90 /* Onboarding */ = {
isa = XCSwiftPackageProductDependency;
productName = Onboarding;
Expand Down

0 comments on commit c8b30ed

Please sign in to comment.