-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Magic
committed
Jul 14, 2023
1 parent
301e274
commit bb37722
Showing
27 changed files
with
950 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
bmob-chatgpt-demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "bmobchatai", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/bmob/bmobChatAi", | ||
"state" : { | ||
"revision" : "b26b323caaa8d9af397863a53c57689dafeec3ab", | ||
"version" : "0.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "starscream", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/daltoniam/Starscream", | ||
"state" : { | ||
"revision" : "df8d82047f6654d8e4b655d1b1525c64e1059d21", | ||
"version" : "4.0.4" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
56 changes: 56 additions & 0 deletions
56
...-chatgpt-demo.xcodeproj/xcuserdata/magic.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Bucket | ||
uuid = "5A9E1321-45D3-46A7-A2EC-C23D65B1BBF6" | ||
type = "1" | ||
version = "2.0"> | ||
<Breakpoints> | ||
<BreakpointProxy | ||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | ||
<BreakpointContent | ||
uuid = "E646EE2F-612F-4AA6-85C6-4BE40BA0DDC4" | ||
shouldBeEnabled = "No" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "bmob-chatgpt-demo/ChatView.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "117" | ||
endingLineNumber = "117" | ||
landmarkName = "body" | ||
landmarkType = "24"> | ||
<Locations> | ||
<Location | ||
uuid = "E646EE2F-612F-4AA6-85C6-4BE40BA0DDC4 - ac78b2688b0bc56a" | ||
shouldBeEnabled = "Yes" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
symbolName = "bmob_chatgpt_demo.ChatView.body.getter : some" | ||
moduleName = "bmob-chatgpt-demo" | ||
usesParentBreakpointCondition = "Yes" | ||
urlString = "file:///Users/magic/Documents/bmob/ios/chatgpt-bmob/bmob-chatgpt-demo/bmob-chatgpt-demo/ChatView.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "106" | ||
endingLineNumber = "106" | ||
offsetFromSymbolStart = "460"> | ||
</Location> | ||
<Location | ||
uuid = "E646EE2F-612F-4AA6-85C6-4BE40BA0DDC4 - 10ec54e0bdc8643c" | ||
shouldBeEnabled = "Yes" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
symbolName = "closure #1 () -> SwiftUI.TupleView<(<<opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional<CoreGraphics.CGFloat>) -> some>>.0, SwiftUI.HStack<SwiftUI.TupleView<(<<opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional<CoreGraphics.CGFloat>) -> some>>.0, <<opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional<CoreGraphics.CGFloat>) -> some>>.0)>>)> in bmob_chatgpt_demo.ChatView.body.getter : some" | ||
moduleName = "bmob-chatgpt-demo" | ||
usesParentBreakpointCondition = "Yes" | ||
urlString = "file:///Users/magic/Documents/bmob/ios/chatgpt-bmob/bmob-chatgpt-demo/bmob-chatgpt-demo/ChatView.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "108" | ||
endingLineNumber = "108" | ||
offsetFromSymbolStart = "316"> | ||
</Location> | ||
</Locations> | ||
</BreakpointContent> | ||
</BreakpointProxy> | ||
</Breakpoints> | ||
</Bucket> |
Oops, something went wrong.