File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
SwiftUI-WorkoutApp.xcodeproj
SwiftUI-WorkoutApp/Screens/Root Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 974974 CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
975975 CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES;
976976 CODE_SIGN_STYLE = Automatic;
977- CURRENT_PROJECT_VERSION = 1 ;
977+ CURRENT_PROJECT_VERSION = 2 ;
978978 DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
979979 DEVELOPMENT_TEAM = CR68PP2Z3F;
980980 ENABLE_PREVIEWS = YES;
10231023 CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
10241024 CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES;
10251025 CODE_SIGN_STYLE = Automatic;
1026- CURRENT_PROJECT_VERSION = 1 ;
1026+ CURRENT_PROJECT_VERSION = 2 ;
10271027 DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
10281028 DEVELOPMENT_TEAM = CR68PP2Z3F;
10291029 ENABLE_PREVIEWS = YES;
Original file line number Diff line number Diff line change 1+ import NetworkStatus
12import SWDesignSystem
23import SwiftUI
34
@@ -23,5 +24,7 @@ struct RootView: View {
2324 RootView ( )
2425 . environmentObject ( DefaultsService ( ) )
2526 . environmentObject ( TabViewModel ( ) )
27+ . environmentObject ( SportsGroundsManager ( ) )
28+ . environmentObject ( NetworkStatus ( ) )
2629}
2730#endif
You can’t perform that action at this time.
0 commit comments