Skip to content

Commit

Permalink
Merge pull request #6 from mbabicz/app-refactor
Browse files Browse the repository at this point in the history
App refactor
  • Loading branch information
mbabicz authored Mar 7, 2024
2 parents 237ed33 + 0a05349 commit 7ea4df6
Show file tree
Hide file tree
Showing 28 changed files with 491 additions and 309 deletions.
Binary file added .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions API.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// API.swift
// SwiftGPT
//
// Created by mbabicz on 07/03/2024.
//

import Foundation

struct API {
static let apiKey = "API_KEY"
}
103 changes: 0 additions & 103 deletions OpenAI chat-dalle/Views/DalleView.swift

This file was deleted.

110 changes: 0 additions & 110 deletions OpenAI chat-dalle/Views/GPT3View.swift

This file was deleted.

5 changes: 1 addition & 4 deletions OpenAI-chat-dalle-Info.plist
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>selection</key>
<string></string>
</dict>
<dict/>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>OpenAI chat-dalle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>selection</key>
<string></string>
</dict>
</plist>
Loading

0 comments on commit 7ea4df6

Please sign in to comment.