Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit d687270

Browse files
authored
Can't be bothered to write a commit message
1 parent de50cad commit d687270

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Sources/prostore/views/CertificateView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ struct CertificateView: View {
265265
}
266266
.padding()
267267
}
268+
.scrollContentBackground(.hidden)
269+
.background(Color(.systemGray6))
268270
.navigationTitle("Certificate App")
269271
.navigationBarTitleDisplayMode(.inline)
270272
.toolbar {

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ targets:
3030
properties:
3131
CFBundleDisplayName: "ProStore"
3232
CFBundleName: "prostore"
33-
CFBundleVersion: "34"
34-
CFBundleShortVersionString: "1.6.1"
33+
CFBundleVersion: "35"
34+
CFBundleShortVersionString: "1.6.2"
3535
UILaunchStoryboardName: "LaunchScreen"
3636
NSPrincipalClass: "UIApplication"
3737
NSAppTransportSecurity:

0 commit comments

Comments
 (0)