Skip to content

Commit

Permalink
v2.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Dec 14, 2024
1 parent 87aeb67 commit c0ccd07
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 51 deletions.
4 changes: 2 additions & 2 deletions SF2Files/SF2Files.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -396,7 +396,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 2 additions & 2 deletions SF2Files/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -375,7 +375,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 3 additions & 1 deletion SoundFontInfoLib/FourCharCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import Foundation
import os.log

extension FourCharCode: ExpressibleByStringLiteral {
extension UInt32: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
extension UInt32: @retroactive ExpressibleByUnicodeScalarLiteral {}
extension FourCharCode: @retroactive ExpressibleByStringLiteral {

public init(stringLiteral value: StringLiteralType) {
var code: FourCharCode = 0
Expand Down
12 changes: 6 additions & 6 deletions SoundFontInfoLib/SoundFontInfoLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -401,7 +401,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -456,7 +456,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UP6SS5ES7E;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -486,7 +486,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++17";
OTHER_CPLUSPLUSFLAGS = (
Expand Down Expand Up @@ -530,7 +530,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UP6SS5ES7E;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -561,7 +561,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++17";
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFontInfoLib;
Expand Down
36 changes: 18 additions & 18 deletions SoundFontsApp/SoundFontsApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SoundFontsApp/SoundFontsAU/SoundFontsAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/SoundFontsAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -753,7 +753,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.SoundFontsAU;
PRODUCT_NAME = SoundFonts;
SKIP_INSTALL = YES;
Expand All @@ -772,7 +772,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SoundFontsApp/SoundFontsAU/SoundFontsAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/SoundFontsAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -781,7 +781,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.SoundFontsAU;
PRODUCT_NAME = SoundFonts;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -843,7 +843,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = ReverbAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/ReverbAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -852,7 +852,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.Reverb;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -870,7 +870,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = ReverbAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/ReverbAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -879,7 +879,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.Reverb;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -897,7 +897,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = DelayAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/DelayAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -906,7 +906,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.Delay;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -924,7 +924,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = DelayAU.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
INFOPLIST_FILE = SoundFontsApp/DelayAU/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -933,7 +933,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts.Delay;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -983,7 +983,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1052,7 +1052,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1088,7 +1088,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SoundFontsApp/App/Resources/SoundFonts.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = SoundFontsApp/App/Info.plist;
Expand All @@ -1099,7 +1099,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand All @@ -1120,7 +1120,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SoundFontsApp/App/Resources/SoundFonts.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEVELOPMENT_TEAM = UP6SS5ES7E;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
INFOPLIST_FILE = SoundFontsApp/App/Info.plist;
Expand All @@ -1131,7 +1131,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFonts;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 1 addition & 1 deletion SoundFontsApp/SoundFontsApp/App/UI/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Synthesizer</string>
<color key="textColor" systemColor="systemTealColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.2" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sgP-cx-wPP" userLabel="APP_VERSION">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.3" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sgP-cx-wPP" userLabel="APP_VERSION">
<rect key="frame" x="158" y="598.5" width="59" height="20"/>
<fontDescription key="fontDescription" name="EurostileRegular" family="Eurostile" pointSize="18"/>
<color key="textColor" systemColor="systemTealColor"/>
Expand Down
2 changes: 1 addition & 1 deletion SoundFontsApp/SoundFontsApp/DelayAU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<key>type</key>
<string>aufx</string>
<key>version</key>
<integer>138754</integer>
<integer>138755</integer>
</dict>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SoundFontsApp/SoundFontsApp/ReverbAU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<key>type</key>
<string>aufx</string>
<key>version</key>
<integer>138754</integer>
<integer>138755</integer>
</dict>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SoundFontsApp/SoundFontsApp/SF2AU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<key>type</key>
<string>aumu</string>
<key>version</key>
<real>138754</real>
<real>138755</real>
</dict>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SoundFontsApp/SoundFontsApp/SoundFontsAU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<key>type</key>
<string>aumu</string>
<key>version</key>
<real>138754</real>
<real>138755</real>
</dict>
</array>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1673,7 +1673,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1704,7 +1704,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UP6SS5ES7E;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1718,7 +1718,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFontsFramework;
Expand All @@ -1738,7 +1738,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20241025233306;
CURRENT_PROJECT_VERSION = 20241214181016;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UP6SS5ES7E;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1752,7 +1752,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.30.2;
MARKETING_VERSION = 2.30.3;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = com.braysoftware.SoundFontsFramework;
Expand Down
5 changes: 5 additions & 0 deletions SoundFontsFramework/SoundFontsFramework/Resources/Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The parsing is really simplistic:
- always put most-recent changes at the top of the file (versions in descending order)
- if a line begins with '* ' then it is a change entry to show to the user. The change *must* be all on one line (keep it short and sweet)

# 2.30.3

* Fixed crash due to accessing configuration information before config file was loaded
* Fixed crash due to invalid assumption when saving configuration file

# 2.30.2

* Fixed restoration of SF2 files store on iCloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ln6-wm-AuL" userLabel="Version Review">
<rect key="frame" x="0.0" y="1194.5" width="374" height="33"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.2" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhk-bi-aBB" userLabel="APP_VERSION">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.3" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhk-bi-aBB" userLabel="APP_VERSION">
<rect key="frame" x="0.0" y="7.5" width="51" height="18"/>
<accessibility key="accessibilityConfiguration" identifier="Version"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ln6-wm-AuL" userLabel="Version Review">
<rect key="frame" x="0.0" y="1236" width="374" height="33"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.2" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhk-bi-aBB" userLabel="APP_VERSION">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2.30.3" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhk-bi-aBB" userLabel="APP_VERSION">
<rect key="frame" x="0.0" y="7.5" width="51" height="18"/>
<accessibility key="accessibilityConfiguration" identifier="Version"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
Expand Down
Loading

0 comments on commit c0ccd07

Please sign in to comment.