Skip to content

Commit

Permalink
There was an issue with PocketSVG 2.8.0 that causes all ownBrander bu…
Browse files Browse the repository at this point in the history
…ilds / clean Xcode builds to fail due to a missing PocketSVG framework, resulting in a crash on startup.
  • Loading branch information
hosy committed Mar 7, 2025
1 parent cbde29b commit 722b164
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
5 changes: 5 additions & 0 deletions changelog/1446/1448
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions ownCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down
17 changes: 17 additions & 0 deletions ownCloud/Release Notes/ReleaseNotes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,23 @@ Added an optional "Wait for completion" option to the "Save File&
</dict>
</array>
</dict>
<dict>
<key>Version</key>
<string>12.4.1</string>
<key>ReleaseNotes</key>
<array>
<dict>
<key>Title</key>
<string>Startup Crash</string>
<key>Subtitle</key>
<string>Resolved a rare crash issue</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>ladybug</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 722b164

Please sign in to comment.