Skip to content

Commit

Permalink
Swiftlint
Browse files Browse the repository at this point in the history
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
Discussion on this: realm/SwiftLint#5785
  • Loading branch information
vdhamer committed Oct 12, 2024
1 parent 691e9c0 commit e20f8d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 27 deletions.
32 changes: 15 additions & 17 deletions Photo Club Hub HTML.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
D00E56842CA60D44007F50BB /* Ignite in Frameworks */ = {isa = PBXBuildFile; productRef = D00E56832CA60D44007F50BB /* Ignite */; };
D014A99C2C9DC50200ED412D /* Ignite in Frameworks */ = {isa = PBXBuildFile; productRef = D014A99B2C9DC50200ED412D /* Ignite */; };
D065BD6A2CB08B7600346F66 /* SwiftyJSON in Frameworks */ = {isa = PBXBuildFile; productRef = D065BD692CB08B7600346F66 /* SwiftyJSON */; };
D08191FA2CBADF760034D19E /* Ignite in Frameworks */ = {isa = PBXBuildFile; productRef = D08191F92CBADF760034D19E /* Ignite */; };
D0D9F81C2C8DE36400FE030A /* Screenshot_Ignite.png in Resources */ = {isa = PBXBuildFile; fileRef = D0D9F8162C8DE36400FE030A /* Screenshot_Ignite.png */; };
D0F3B6132CB9B951008C9F26 /* Screenshot_comparison.png in Resources */ = {isa = PBXBuildFile; fileRef = D0F3B6122CB9B951008C9F26 /* Screenshot_comparison.png */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -37,8 +37,8 @@
buildActionMask = 2147483647;
files = (
D065BD6A2CB08B7600346F66 /* SwiftyJSON in Frameworks */,
D00E56842CA60D44007F50BB /* Ignite in Frameworks */,
D014A99C2C9DC50200ED412D /* Ignite in Frameworks */,
D08191FA2CBADF760034D19E /* Ignite in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -104,8 +104,8 @@
name = "Photo Club Hub HTML";
packageProductDependencies = (
D014A99B2C9DC50200ED412D /* Ignite */,
D00E56832CA60D44007F50BB /* Ignite */,
D065BD692CB08B7600346F66 /* SwiftyJSON */,
D08191F92CBADF760034D19E /* Ignite */,
);
productName = "Photo Club Hub HTML";
productReference = D0E06C102C8C5ABC0025734B /* Photo Club Hub HTML.app */;
Expand Down Expand Up @@ -136,8 +136,8 @@
mainGroup = D0E06C072C8C5ABC0025734B;
minimizedProjectReferenceProxies = 1;
packageReferences = (
D00E56822CA60D44007F50BB /* XCRemoteSwiftPackageReference "Ignite" */,
D065BD682CB08B7600346F66 /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
D08191F82CBADF760034D19E /* XCLocalSwiftPackageReference "../../Ignite" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = D0E06C112C8C5ABC0025734B /* Products */;
Expand Down Expand Up @@ -411,15 +411,14 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
D00E56822CA60D44007F50BB /* XCRemoteSwiftPackageReference "Ignite" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/twostraws/Ignite";
requirement = {
branch = main;
kind = branch;
};
/* Begin XCLocalSwiftPackageReference section */
D08191F82CBADF760034D19E /* XCLocalSwiftPackageReference "../../Ignite" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../Ignite;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
D065BD682CB08B7600346F66 /* XCRemoteSwiftPackageReference "SwiftyJSON" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SwiftyJSON/SwiftyJSON";
Expand All @@ -431,11 +430,6 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
D00E56832CA60D44007F50BB /* Ignite */ = {
isa = XCSwiftPackageProductDependency;
package = D00E56822CA60D44007F50BB /* XCRemoteSwiftPackageReference "Ignite" */;
productName = Ignite;
};
D014A99B2C9DC50200ED412D /* Ignite */ = {
isa = XCSwiftPackageProductDependency;
productName = Ignite;
Expand All @@ -445,6 +439,10 @@
package = D065BD682CB08B7600346F66 /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
productName = SwiftyJSON;
};
D08191F92CBADF760034D19E /* Ignite */ = {
isa = XCSwiftPackageProductDependency;
productName = Ignite;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = D0E06C082C8C5ABC0025734B /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"originHash" : "6c902fe4f99c6240b5657119169a7f0106a572f11d3ec4afd647c7d5460fd243",
"originHash" : "530871bd4b320b614316c0b2d7317fc2da2367d0d3f2d23d4437fcf2b9537833",
"pins" : [
{
"identity" : "ignite",
"kind" : "remoteSourceControl",
"location" : "https://github.com/twostraws/Ignite",
"state" : {
"branch" : "main",
"revision" : "c2a22687c197a7d4c60df33845c8ad868970eab6"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
Expand Down
1 change: 1 addition & 0 deletions Photo Club Hub HTML/Ignite
Submodule Ignite added at 7989d3

0 comments on commit e20f8d3

Please sign in to comment.