diff --git a/changelog/1446/1448 b/changelog/1446/1448 new file mode 100644 index 000000000..7dfceb657 --- /dev/null +++ b/changelog/1446/1448 @@ -0,0 +1,5 @@ +Bugfix: Missing Framework + +There was an issue with PocketSVG 2.8.0 that causes all ownBrander builds / clean Xcode builds to fail due to a missing PocketSVG framework, resulting in a crash on startup. + +https://github.com/owncloud/ios-app/issues/1448 diff --git a/ownCloud.xcodeproj/project.pbxproj b/ownCloud.xcodeproj/project.pbxproj index 113c4697e..35f2267d0 100644 --- a/ownCloud.xcodeproj/project.pbxproj +++ b/ownCloud.xcodeproj/project.pbxproj @@ -5273,8 +5273,8 @@ APP_BUILD_FLAGS = "$(inherited)"; APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)"; APP_PRODUCT_NAME = ownCloud; - APP_SHORT_VERSION = 12.4.0; - APP_VERSION = 296; + APP_SHORT_VERSION = 12.4.1; + APP_VERSION = 297; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -5344,8 +5344,8 @@ APP_BUILD_FLAGS = "$(inherited)"; APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)"; APP_PRODUCT_NAME = ownCloud; - APP_SHORT_VERSION = 12.4.0; - APP_VERSION = 296; + APP_SHORT_VERSION = 12.4.1; + APP_VERSION = 297; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -6253,32 +6253,32 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/microsoft/plcrashreporter.git"; requirement = { - kind = upToNextMajorVersion; - minimumVersion = 1.10.1; + kind = exactVersion; + version = 1.12.0; }; }; DC049197258CAF8200DEDC27 /* XCRemoteSwiftPackageReference "PocketSVG" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/pocketsvg/PocketSVG.git"; requirement = { - kind = upToNextMajorVersion; - minimumVersion = 2.7.0; + kind = exactVersion; + version = 2.7.3; }; }; DCEAF066280767BC00980B6D /* XCRemoteSwiftPackageReference "OpenSSL" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/krzyzanowskim/OpenSSL.git"; requirement = { - kind = upToNextMajorVersion; - minimumVersion = 3.1.5006; + kind = exactVersion; + version = 3.3.2000; }; }; DCEAF08B28084B3800980B6D /* XCRemoteSwiftPackageReference "Down" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/johnxnguyen/Down"; requirement = { - branch = master; - kind = branch; + kind = revision; + revision = e754ab1c80920dd51a8e08290c912ac1c2ac8b58; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ownCloud/Release Notes/ReleaseNotes.plist b/ownCloud/Release Notes/ReleaseNotes.plist index a9629268f..7d2e1264e 100644 --- a/ownCloud/Release Notes/ReleaseNotes.plist +++ b/ownCloud/Release Notes/ReleaseNotes.plist @@ -2033,6 +2033,23 @@ Added an optional "Wait for completion" option to the "Save File& + + Version + 12.4.1 + ReleaseNotes + + + Title + Startup Crash + Subtitle + Resolved a rare crash issue + Type + Fix + ImageName + ladybug + + +