Skip to content

Commit

Permalink
fix merge conflict related to removing openai-kit related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldacanay committed Jun 7, 2023
2 parents 71d93e3 + 8a0fbc8 commit 1e02c0b
Show file tree
Hide file tree
Showing 24 changed files with 595 additions and 232 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store

Keys.plist
BlogSmart/BlogSmart/Keys.plist
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down
Binary file removed BlogSmart/.DS_Store
Binary file not shown.
37 changes: 20 additions & 17 deletions BlogSmart/BlogSmart.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
A22881DF29F5FEF3007F48B9 /* OpenAIKit in Frameworks */ = {isa = PBXBuildFile; productRef = A22881DE29F5FEF3007F48B9 /* OpenAIKit */; };
A22881E429FB5DD2007F48B9 /* WriteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22881E329FB5DD2007F48B9 /* WriteViewController.swift */; };
A22881EA29FCC824007F48B9 /* GPTResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22881E929FCC824007F48B9 /* GPTResponse.swift */; };
A27AC8B829EC31450011E378 /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A27AC8B729EC31450011E378 /* SignUpViewController.swift */; };
AF202F0929E889E600D18F2C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF202F0829E889E600D18F2C /* AppDelegate.swift */; };
AF202F0B29E889E600D18F2C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF202F0A29E889E600D18F2C /* SceneDelegate.swift */; };
Expand All @@ -21,6 +21,8 @@
AF202F2429E88A4A00D18F2C /* AlamofireImage in Frameworks */ = {isa = PBXBuildFile; productRef = AF202F2329E88A4A00D18F2C /* AlamofireImage */; };
AFA3139729FA22B4003719FE /* PostCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA3139629FA22B4003719FE /* PostCell.swift */; };
AFA3139929FA2A5B003719FE /* Post.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA3139829FA2A5B003719FE /* Post.swift */; };
AFAD94482A007BF900510528 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFAD94472A007BF900510528 /* DetailViewController.swift */; };
AFF89DCF29FDB31300302838 /* Keys.plist in Resources */ = {isa = PBXBuildFile; fileRef = AFF89DCE29FDB31300302838 /* Keys.plist */; };
BA1BA4F129EA503A00E13CDC /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F029EA503A00E13CDC /* LoginViewController.swift */; };
BA1BA4F429EA534100E13CDC /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F329EA534100E13CDC /* User.swift */; };
BA1BA4F729EA571700E13CDC /* ViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F629EA571700E13CDC /* ViewController+Extensions.swift */; };
Expand All @@ -29,6 +31,7 @@

/* Begin PBXFileReference section */
A22881E329FB5DD2007F48B9 /* WriteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteViewController.swift; sourceTree = "<group>"; };
A22881E929FCC824007F48B9 /* GPTResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPTResponse.swift; sourceTree = "<group>"; };
A27AC8B729EC31450011E378 /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = "<group>"; };
AF202F0529E889E600D18F2C /* BlogSmart.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BlogSmart.app; sourceTree = BUILT_PRODUCTS_DIR; };
AF202F0829E889E600D18F2C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -40,6 +43,8 @@
AF202F1629E889E800D18F2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AFA3139629FA22B4003719FE /* PostCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostCell.swift; sourceTree = "<group>"; };
AFA3139829FA2A5B003719FE /* Post.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Post.swift; sourceTree = "<group>"; };
AFAD94472A007BF900510528 /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
AFF89DCE29FDB31300302838 /* Keys.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Keys.plist; sourceTree = "<group>"; };
BA1BA4F029EA503A00E13CDC /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
BA1BA4F329EA534100E13CDC /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
BA1BA4F629EA571700E13CDC /* ViewController+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewController+Extensions.swift"; sourceTree = "<group>"; };
Expand All @@ -52,7 +57,6 @@
buildActionMask = 2147483647;
files = (
AF202F2129E88A2E00D18F2C /* ParseSwift in Frameworks */,
A22881DF29F5FEF3007F48B9 /* OpenAIKit in Frameworks */,
AF202F1E29E88A1700D18F2C /* Alamofire in Frameworks */,
AF202F2429E88A4A00D18F2C /* AlamofireImage in Frameworks */,
);
Expand Down Expand Up @@ -88,6 +92,7 @@
AF202F0729E889E600D18F2C /* BlogSmart */ = {
isa = PBXGroup;
children = (
AFAD94462A007BD500510528 /* Detail */,
A22881E229FB5DBF007F48B9 /* Write */,
AFA3139529FA2231003719FE /* Feed */,
AFA3139329FA1F42003719FE /* Login */,
Expand All @@ -99,6 +104,7 @@
AF202F1129E889E800D18F2C /* Assets.xcassets */,
AF202F1329E889E800D18F2C /* LaunchScreen.storyboard */,
AF202F1629E889E800D18F2C /* Info.plist */,
AFF89DCE29FDB31300302838 /* Keys.plist */,
);
path = BlogSmart;
sourceTree = "<group>";
Expand All @@ -121,11 +127,20 @@
path = Feed;
sourceTree = "<group>";
};
AFAD94462A007BD500510528 /* Detail */ = {
isa = PBXGroup;
children = (
AFAD94472A007BF900510528 /* DetailViewController.swift */,
);
path = Detail;
sourceTree = "<group>";
};
BA1BA4F229EA532A00E13CDC /* Models */ = {
isa = PBXGroup;
children = (
BA1BA4F329EA534100E13CDC /* User.swift */,
AFA3139829FA2A5B003719FE /* Post.swift */,
A22881E929FCC824007F48B9 /* GPTResponse.swift */,
);
path = Models;
sourceTree = "<group>";
Expand Down Expand Up @@ -159,7 +174,6 @@
AF202F1D29E88A1700D18F2C /* Alamofire */,
AF202F2029E88A2E00D18F2C /* ParseSwift */,
AF202F2329E88A4A00D18F2C /* AlamofireImage */,
A22881DE29F5FEF3007F48B9 /* OpenAIKit */,
);
productName = BlogSmart;
productReference = AF202F0529E889E600D18F2C /* BlogSmart.app */;
Expand Down Expand Up @@ -193,7 +207,6 @@
AF202F1C29E88A1700D18F2C /* XCRemoteSwiftPackageReference "Alamofire" */,
AF202F1F29E88A2E00D18F2C /* XCRemoteSwiftPackageReference "Parse-Swift" */,
AF202F2229E88A4A00D18F2C /* XCRemoteSwiftPackageReference "AlamofireImage" */,
A22881DD29F5FEF3007F48B9 /* XCRemoteSwiftPackageReference "openai-kit" */,
);
productRefGroup = AF202F0629E889E600D18F2C /* Products */;
projectDirPath = "";
Expand All @@ -209,6 +222,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AFF89DCF29FDB31300302838 /* Keys.plist in Resources */,
AF202F1529E889E800D18F2C /* LaunchScreen.storyboard in Resources */,
AF202F1229E889E800D18F2C /* Assets.xcassets in Resources */,
AF202F1029E889E600D18F2C /* Main.storyboard in Resources */,
Expand All @@ -222,8 +236,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AFAD94482A007BF900510528 /* DetailViewController.swift in Sources */,
BA1BA4F129EA503A00E13CDC /* LoginViewController.swift in Sources */,
A22881E429FB5DD2007F48B9 /* WriteViewController.swift in Sources */,
A22881EA29FCC824007F48B9 /* GPTResponse.swift in Sources */,
AF202F0D29E889E600D18F2C /* ReadViewController.swift in Sources */,
A27AC8B829EC31450011E378 /* SignUpViewController.swift in Sources */,
BA1BA4F929EA57F200E13CDC /* DateFormatter+Extensions.swift in Sources */,
Expand Down Expand Up @@ -456,14 +472,6 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
A22881DD29F5FEF3007F48B9 /* XCRemoteSwiftPackageReference "openai-kit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dylanshine/openai-kit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
AF202F1C29E88A1700D18F2C /* XCRemoteSwiftPackageReference "Alamofire" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Alamofire/Alamofire";
Expand Down Expand Up @@ -491,11 +499,6 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
A22881DE29F5FEF3007F48B9 /* OpenAIKit */ = {
isa = XCSwiftPackageProductDependency;
package = A22881DD29F5FEF3007F48B9 /* XCRemoteSwiftPackageReference "openai-kit" */;
productName = OpenAIKit;
};
AF202F1D29E88A1700D18F2C /* Alamofire */ = {
isa = XCSwiftPackageProductDependency;
package = AF202F1C29E88A1700D18F2C /* XCRemoteSwiftPackageReference "Alamofire" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
"version" : "4.2.0"
}
},
{
"identity" : "async-http-client",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client.git",
"state" : {
"revision" : "333e60cc90f52973f7ee29cd8e3a7f6adfe79f4e",
"version" : "1.17.0"
}
},
{
"identity" : "openai-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/dylanshine/openai-kit",
"state" : {
"revision" : "db5c74c5ad637376f6c778db188c5c2fd8d606ab",
"version" : "1.7.2"
}
},
{
"identity" : "parse-swift",
"kind" : "remoteSourceControl",
Expand All @@ -44,78 +26,6 @@
"revision" : "dc7666f774755be333f48f25c4d8bead0a1a6877",
"version" : "4.14.2"
}
},
{
"identity" : "swift-atomics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-atomics.git",
"state" : {
"revision" : "6c89474e62719ddcc1e9614989fff2f68208fe10",
"version" : "1.1.0"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "32e8d724467f8fe623624570367e3d50c5638e46",
"version" : "1.5.2"
}
},
{
"identity" : "swift-nio",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "e0cc6dd6ffa8e6a6f565938acd858b24e47902d0",
"version" : "2.50.0"
}
},
{
"identity" : "swift-nio-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-extras.git",
"state" : {
"revision" : "0e0d0aab665ff1a0659ce75ac003081f2b1c8997",
"version" : "1.19.0"
}
},
{
"identity" : "swift-nio-http2",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-http2.git",
"state" : {
"revision" : "6d021a48483dbb273a9be43f65234bdc9185b364",
"version" : "1.26.0"
}
},
{
"identity" : "swift-nio-ssl",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-ssl.git",
"state" : {
"revision" : "9d0d5d8798a576fbf674a823734e65e15ca5f2ec",
"version" : "2.23.1"
}
},
{
"identity" : "swift-nio-transport-services",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-transport-services.git",
"state" : {
"revision" : "59b966415dd336db6f388bbfe3fb43cfa549b981",
"version" : "1.16.0"
}
}
],
"version" : 2
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"colors" : [
{
"color" : {
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "0.239",
"green" : "0.635",
"red" : "0.949"
}
},
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "BlogIT default image.png",
"filename" : "blogsmart.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "BlogIT default image.png",
"filename" : "blogsmart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "BlogIT default image 1.png",
"filename" : "blogsmart 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "BlogIT default image 2.png",
"filename" : "blogsmart 2.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e02c0b

Please sign in to comment.