Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app version to 1.6 #67

Merged
merged 1 commit into from
Oct 27, 2024
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
24 changes: 19 additions & 5 deletions Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
D3C41324289FB12F00936C02 /* GenerateOutputView+iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41323289FB12F00936C02 /* GenerateOutputView+iOS.swift */; platformFilter = ios; };
D3C41326289FB13800936C02 /* GenerateOutputView+macOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41325289FB13800936C02 /* GenerateOutputView+macOS.swift */; platformFilters = (macos, ); };
D3C41328289FB66400936C02 /* CButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41327289FB66400936C02 /* CButton.swift */; };
D3DA4F1F2CCE2F2C00EF2177 /* Csv2ImgCore in Frameworks */ = {isa = PBXBuildFile; productRef = D3DA4F1E2CCE2F2C00EF2177 /* Csv2ImgCore */; };
D3DA4F212CCE2F2C00EF2177 /* CsvBuilder in Frameworks */ = {isa = PBXBuildFile; productRef = D3DA4F202CCE2F2C00EF2177 /* CsvBuilder */; };
D3E3789828A92C5600154577 /* UIApplication+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E3789728A92C5600154577 /* UIApplication+Ex.swift */; };
D3E378B528A9391600154577 /* CsvConfig+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E378B028A9391600154577 /* CsvConfig+CoreDataProperties.swift */; };
D3E378B628A9391600154577 /* CsvOutput+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E378B128A9391600154577 /* CsvOutput+CoreDataClass.swift */; };
Expand Down Expand Up @@ -110,6 +112,8 @@
buildActionMask = 2147483647;
files = (
D37E66772CC0074000C0B18C /* Csv2ImgCore in Frameworks */,
D3DA4F212CCE2F2C00EF2177 /* CsvBuilder in Frameworks */,
D3DA4F1F2CCE2F2C00EF2177 /* Csv2ImgCore in Frameworks */,
D37E66792CC0074000C0B18C /* CsvBuilder in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -315,6 +319,8 @@
packageProductDependencies = (
D37E66762CC0074000C0B18C /* Csv2ImgCore */,
D37E66782CC0074000C0B18C /* CsvBuilder */,
D3DA4F1E2CCE2F2C00EF2177 /* Csv2ImgCore */,
D3DA4F202CCE2F2C00EF2177 /* CsvBuilder */,
);
productName = Csv2ImageApp;
productReference = D3A4EB14284F11A3002E3499 /* Csv2ImageApp.app */;
Expand Down Expand Up @@ -389,7 +395,7 @@
);
mainGroup = D3A4EB0B284F11A3002E3499;
packageReferences = (
D37E66752CC0074000C0B18C /* XCLocalSwiftPackageReference "../../Csv2Img" */,
D3DA4F1D2CCE2F2C00EF2177 /* XCLocalSwiftPackageReference "../../csv2img" */,
);
productRefGroup = D3A4EB15284F11A3002E3499 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -644,7 +650,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
PRODUCT_BUNDLE_IDENTIFIER = dev.fummicc1.Csv2ImageApp_debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -689,7 +695,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
PRODUCT_BUNDLE_IDENTIFIER = dev.fummicc1.Csv2ImageApp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -820,9 +826,9 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
D37E66752CC0074000C0B18C /* XCLocalSwiftPackageReference "../../Csv2Img" */ = {
D3DA4F1D2CCE2F2C00EF2177 /* XCLocalSwiftPackageReference "../../csv2img" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../Csv2Img;
relativePath = ../../csv2img;
};
/* End XCLocalSwiftPackageReference section */

Expand All @@ -835,6 +841,14 @@
isa = XCSwiftPackageProductDependency;
productName = CsvBuilder;
};
D3DA4F1E2CCE2F2C00EF2177 /* Csv2ImgCore */ = {
isa = XCSwiftPackageProductDependency;
productName = Csv2ImgCore;
};
D3DA4F202CCE2F2C00EF2177 /* CsvBuilder */ = {
isa = XCSwiftPackageProductDependency;
productName = CsvBuilder;
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCVersionGroup section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "a804df4f2e9499f79a58f7dce2779a724a3b2089595d233cd22859515ffe8e4f",
"originHash" : "c09f66e72e7c4c85dc2f8d0b89481743b664e377ef344ce7e3c67dd83fda0ec6",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -10,6 +10,24 @@
"version" : "1.1.4"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-docc-plugin",
"state" : {
"revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64",
"version" : "1.4.3"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand Down
Loading