an open source Navidrome client written in Swift — https://dub.sh/getflo

build(release): bump build number

+2 -3
+2 -2
flo.xcodeproj/project.pbxproj
··· 568 568 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 569 569 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 570 570 CODE_SIGN_STYLE = Manual; 571 - CURRENT_PROJECT_VERSION = 161; 571 + CURRENT_PROJECT_VERSION = 162; 572 572 DEVELOPMENT_ASSET_PATHS = "\"flo/Resources/Preview Content\""; 573 573 DEVELOPMENT_TEAM = ""; 574 574 "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8BJ4LW5J8P; ··· 608 608 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 609 609 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; 610 610 CODE_SIGN_STYLE = Manual; 611 - CURRENT_PROJECT_VERSION = 161; 611 + CURRENT_PROJECT_VERSION = 162; 612 612 DEVELOPMENT_ASSET_PATHS = "\"flo/Resources/Preview Content\""; 613 613 DEVELOPMENT_TEAM = ""; 614 614 "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8BJ4LW5J8P;
-1
flo/flo.xcdatamodeld/flo.xcdatamodel/contents
··· 36 36 <attribute name="suffix" optional="YES" attributeType="String"/> 37 37 </entity> 38 38 <entity name="SongEntity" representedClassName="SongEntity" syncable="YES" codeGenerationType="class"> 39 - <attribute name="albumArtistName" optional="YES" attributeType="String"/> 40 39 <attribute name="albumId" attributeType="String"/> 41 40 <attribute name="artistName" optional="YES" attributeType="String"/> 42 41 <attribute name="bitRate" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>