Skip to content

Commit

Permalink
Remove iOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
antranapp committed Sep 24, 2024
1 parent ab473c4 commit bbe346d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 225 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand Down
133 changes: 1 addition & 132 deletions Sample/Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
7F302A612789B3D3002774BD /* InternalAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F343EDD265080E8002DC440 /* InternalAppDelegate.swift */; };
7F343EBC26507FCD002DC440 /* BaseAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F343EBB26507FCD002DC440 /* BaseAppDelegate.swift */; };
7F343EC026507FCD002DC440 /* DocView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F343EBF26507FCD002DC440 /* DocView.swift */; };
7F343EC226507FCF002DC440 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F343EC126507FCF002DC440 /* Assets.xcassets */; };
Expand Down Expand Up @@ -139,29 +138,16 @@
D7580B96269FDE640003F79F /* ErrorViewScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7580B95269FDE640003F79F /* ErrorViewScenario.swift */; };
D7580B98269FE2220003F79F /* View+If.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7580B97269FE2220003F79F /* View+If.swift */; };
D7580B99269FE2220003F79F /* View+If.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7580B97269FE2220003F79F /* View+If.swift */; };
D7657AB1271D3E4E00FDF4C5 /* Scenarios in Frameworks */ = {isa = PBXBuildFile; productRef = D7657AB0271D3E4E00FDF4C5 /* Scenarios */; };
D7657AB3271D3E5200FDF4C5 /* Scenarios in Frameworks */ = {isa = PBXBuildFile; productRef = D7657AB2271D3E5200FDF4C5 /* Scenarios */; };
D76CC628269FE57500499B2B /* RemoteImageViewScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76CC627269FE57500499B2B /* RemoteImageViewScenario.swift */; };
D76DC230271D136200396CE9 /* Debouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7B1C278269E922300F1C62D /* Debouncer.swift */; };
D76DC236271D136200396CE9 /* BaseAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F343EBB26507FCD002DC440 /* BaseAppDelegate.swift */; };
D76DC23E271D136200396CE9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F343EC626507FCF002DC440 /* LaunchScreen.storyboard */; };
D76DC23F271D136200396CE9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D7B1C285269ED87A00F1C62D /* Localizable.strings */; };
D76DC240271D136200396CE9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F343EC426507FCF002DC440 /* Preview Assets.xcassets */; };
D76DC241271D136200396CE9 /* response.json in Resources */ = {isa = PBXBuildFile; fileRef = D7AAA23626A025D500C2F987 /* response.json */; };
D76DC242271D136200396CE9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F343EC126507FCF002DC440 /* Assets.xcassets */; };
D76DC248271D138500396CE9 /* Paging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7B1C27B269E923000F1C62D /* Paging.swift */; };
D76DC24C271D197100396CE9 /* PrototypeScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76DC24B271D197100396CE9 /* PrototypeScenario.swift */; };
D76DC24D271D197100396CE9 /* PrototypeScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76DC24B271D197100396CE9 /* PrototypeScenario.swift */; };
D76DC24E271D199800396CE9 /* ScenarioKinds.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76FF0FA269D948C009223E6 /* ScenarioKinds.swift */; };
D76DC251271D232F00396CE9 /* UIView+Autolayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76DC250271D232F00396CE9 /* UIView+Autolayout.swift */; };
D76DC252271D232F00396CE9 /* UIView+Autolayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76DC250271D232F00396CE9 /* UIView+Autolayout.swift */; };
D76FF0FB269D948C009223E6 /* ScenarioKinds.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76FF0FA269D948C009223E6 /* ScenarioKinds.swift */; };
D76FF100269D94BA009223E6 /* GithubRepositoryListScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76FF0FF269D94BA009223E6 /* GithubRepositoryListScenario.swift */; };
D76FF104269D9539009223E6 /* DashboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76FF103269D9538009223E6 /* DashboardView.swift */; };
D76FF105269D9539009223E6 /* DashboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76FF103269D9538009223E6 /* DashboardView.swift */; };
D79B18F82742327A00681BC4 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D79B18F72742327A00681BC4 /* Media.xcassets */; };
D79B18FA2742329100681BC4 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D79B18F92742329100681BC4 /* Media.xcassets */; };
D79B18FB2742329100681BC4 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D79B18F92742329100681BC4 /* Media.xcassets */; };
D7AAA22426A0090F00C2F987 /* RepositoryRowViewScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7AAA22326A0090F00C2F987 /* RepositoryRowViewScenario.swift */; };
D7AAA22626A0104E00C2F987 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7AAA22526A0104E00C2F987 /* Configuration.swift */; };
D7AAA22726A0104E00C2F987 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7AAA22526A0104E00C2F987 /* Configuration.swift */; };
Expand Down Expand Up @@ -290,7 +276,6 @@
D7580B95269FDE640003F79F /* ErrorViewScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorViewScenario.swift; sourceTree = "<group>"; };
D7580B97269FE2220003F79F /* View+If.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+If.swift"; sourceTree = "<group>"; };
D76CC627269FE57500499B2B /* RemoteImageViewScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteImageViewScenario.swift; sourceTree = "<group>"; };
D76DC246271D136200396CE9 /* Sample-Internal-iOS11.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Sample-Internal-iOS11.app"; sourceTree = BUILT_PRODUCTS_DIR; };
D76DC247271D136200396CE9 /* Info-Internal-iOS11.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Internal-iOS11.plist"; sourceTree = "<group>"; };
D76DC24B271D197100396CE9 /* PrototypeScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrototypeScenario.swift; sourceTree = "<group>"; };
D76DC250271D232F00396CE9 /* UIView+Autolayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Autolayout.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -388,14 +373,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
D76DC23B271D136200396CE9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D7657AB1271D3E4E00FDF4C5 /* Scenarios in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -417,7 +394,6 @@
7F343EDB265080AC002DC440 /* Internal.app */,
7F343EF92650CA6B002DC440 /* UnitTests.xctest */,
7F343F072650CA8D002DC440 /* UITests.xctest */,
D76DC246271D136200396CE9 /* Sample-Internal-iOS11.app */,
7FD1CE04276F174900B50786 /* Sample-Internal-SwiftUI.app */,
7FD1CE37276F179100B50786 /* Sample-Production-SwiftUI.app */,
);
Expand Down Expand Up @@ -933,26 +909,6 @@
productReference = 7FD1CE37276F179100B50786 /* Sample-Production-SwiftUI.app */;
productType = "com.apple.product-type.application";
};
D76DC204271D136200396CE9 /* Sample-Internal-iOS11 */ = {
isa = PBXNativeTarget;
buildConfigurationList = D76DC243271D136200396CE9 /* Build configuration list for PBXNativeTarget "Sample-Internal-iOS11" */;
buildPhases = (
D76DC206271D136200396CE9 /* Sources */,
D76DC23B271D136200396CE9 /* Frameworks */,
D76DC23D271D136200396CE9 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Sample-Internal-iOS11";
packageProductDependencies = (
D7657AB0271D3E4E00FDF4C5 /* Scenarios */,
);
productName = Sample;
productReference = D76DC246271D136200396CE9 /* Sample-Internal-iOS11.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand Down Expand Up @@ -996,7 +952,6 @@
7F343EB726507FCD002DC440 /* Sample-Production */,
7FD1CE06276F179100B50786 /* Sample-Production-SwiftUI */,
7F343ECF265080AC002DC440 /* Sample-Internal */,
D76DC204271D136200396CE9 /* Sample-Internal-iOS11 */,
7FD1CDBE276F174900B50786 /* Sample-Internal-SwiftUI */,
7F343EF82650CA6B002DC440 /* UnitTests */,
7F343F062650CA8D002DC440 /* UITests */,
Expand Down Expand Up @@ -1069,19 +1024,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
D76DC23D271D136200396CE9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D76DC23E271D136200396CE9 /* LaunchScreen.storyboard in Resources */,
D76DC23F271D136200396CE9 /* Localizable.strings in Resources */,
D76DC240271D136200396CE9 /* Preview Assets.xcassets in Resources */,
D76DC241271D136200396CE9 /* response.json in Resources */,
D79B18FB2742329100681BC4 /* Media.xcassets in Resources */,
D76DC242271D136200396CE9 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -1309,20 +1251,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
D76DC206271D136200396CE9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D76DC24D271D197100396CE9 /* PrototypeScenario.swift in Sources */,
D76DC252271D232F00396CE9 /* UIView+Autolayout.swift in Sources */,
D76DC24E271D199800396CE9 /* ScenarioKinds.swift in Sources */,
D76DC230271D136200396CE9 /* Debouncer.swift in Sources */,
7F302A612789B3D3002774BD /* InternalAppDelegate.swift in Sources */,
D76DC248271D138500396CE9 /* Paging.swift in Sources */,
D76DC236271D136200396CE9 /* BaseAppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand Down Expand Up @@ -1753,52 +1681,6 @@
};
name = Release;
};
D76DC244271D136200396CE9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Sample/Preview Content\"";
DEVELOPMENT_TEAM = MLEGRA34R3;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Sample/Resources/Info-Internal-iOS11.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = app.antran.scenarios.Sample.internal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
D76DC245271D136200396CE9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Sample/Preview Content\"";
DEVELOPMENT_TEAM = MLEGRA34R3;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Sample/Resources/Info-Internal-iOS11.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = app.antran.scenarios.Sample.internal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -1865,15 +1747,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D76DC243271D136200396CE9 /* Build configuration list for PBXNativeTarget "Sample-Internal-iOS11" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D76DC244271D136200396CE9 /* Debug */,
D76DC245271D136200396CE9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
Expand Down Expand Up @@ -1923,10 +1796,6 @@
package = D721CD4D2740E9DF00F14D0A /* XCRemoteSwiftPackageReference "CodeViewer" */;
productName = CodeViewer;
};
D7657AB0271D3E4E00FDF4C5 /* Scenarios */ = {
isa = XCSwiftPackageProductDependency;
productName = Scenarios;
};
D7657AB2271D3E5200FDF4C5 /* Scenarios */ = {
isa = XCSwiftPackageProductDependency;
productName = Scenarios;
Expand Down

This file was deleted.

0 comments on commit bbe346d

Please sign in to comment.