File tree Expand file tree Collapse file tree 6 files changed +2
-6
lines changed
Expand file tree Collapse file tree 6 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ struct MainApp: App {
2727 )
2828 . onAppear {
2929 router. makeRoot ( . main)
30- NFX . sharedInstance ( ) . start ( )
3130 }
3231 }
3332 }
Original file line number Diff line number Diff line change 2424 <key >CFBundlePackageType </key >
2525 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2626 <key >CFBundleShortVersionString </key >
27- <string >1.0 </string >
27+ <string >1.0.0 </string >
2828 <key >CFBundleVersion </key >
2929 <string >1 </string >
3030 <key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change @@ -34,14 +34,12 @@ public struct AIGenReducer {
3434 Reduce { state, action in
3535 switch action {
3636 case let . onPrompt( string) :
37- print ( " TRIGGRED \( string) " )
3837 return . run { send in
3938 let images = try ? await aiGenUseCase. execute ( request: string)
4039 await send ( . success( images ?? [ ] ) )
4140 }
4241
4342 case let . success( images) :
44- print ( " GENERATED \( images) " )
4543 state. images = images
4644 return . none
4745 }
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ struct AIGenView: View {
2424 }
2525 }
2626 . onAppear {
27- print ( " ONAPPEARED " )
2827 viewStore. send ( . onPrompt( " ninja " ) )
2928 }
3029 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ packages:
2424 version : 2.8.0
2525 Lottie :
2626 github : airbnb/lottie-spm
27- version : 4.3.0
27+ version : 4.5.1
2828 netfox :
2929 github : kasketis/netfox
3030 version : 1.21.0
You can’t perform that action at this time.
0 commit comments