Skip to content

Commit 9c95343

Browse files
authored
Обновил CachedAcyncImage и поднял версию сборки (#69)
+ мелкий рефактор
1 parent 197a84c commit 9c95343

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SwiftUI-WorkoutApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@
14371437
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14381438
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
14391439
CODE_SIGN_STYLE = Automatic;
1440-
CURRENT_PROJECT_VERSION = 3;
1440+
CURRENT_PROJECT_VERSION = 4;
14411441
DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
14421442
DEVELOPMENT_TEAM = CR68PP2Z3F;
14431443
ENABLE_PREVIEWS = YES;
@@ -1473,7 +1473,7 @@
14731473
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14741474
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
14751475
CODE_SIGN_STYLE = Automatic;
1476-
CURRENT_PROJECT_VERSION = 3;
1476+
CURRENT_PROJECT_VERSION = 4;
14771477
DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
14781478
DEVELOPMENT_TEAM = CR68PP2Z3F;
14791479
ENABLE_PREVIEWS = YES;

SwiftUI-WorkoutApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SwiftUI-WorkoutApp/Screens/Common/PhotoSection/PhotoSectionCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ struct PhotoSectionCell: View {
77
let photo: Photo
88
let canDelete: Bool
99
let reportClbk: () -> Void
10-
var onTapClbk: (UIImage) -> Void
11-
var deleteClbk: (Int) -> Void
10+
let onTapClbk: (UIImage) -> Void
11+
let deleteClbk: (Int) -> Void
1212

1313
var body: some View {
1414
CachedAsyncImage(url: photo.imageURL) { uiImage in

0 commit comments

Comments
 (0)