Skip to content

Commit

Permalink
1.1.2(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard committed May 9, 2023
1 parent 635d4fe commit 2ff9e7a
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 184 deletions.
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@ SwiftSage provides numerous features to accelerate software development and impr

## News, Changelog

---
05-09-2023

[LogicSage: The Mobile AI Workspace](https://apps.apple.com/us/app/logicsage/id6448485441) - on the AppStore for free now!


Feedback in Github Issues please! Thank you if you try!

---
05-08-2023

Multiple repositories can be downloaded to your device! Woo! Enjoy all those tasty codes even on the go in the tunnel. Stay tuned for the next updates folks.
---

05-07-2023
Introducing customizable Source Editor colors! Check it out in Settings :)
Expand Down
73 changes: 2 additions & 71 deletions SwiftSageiOS/SwiftSageiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
B70971F829F62DF3008ED803 /* MultipeerProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerProtocol.swift; sourceTree = "<group>"; };
B70971FA29F62DF3008ED803 /* MultipeerMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerMessage.swift; sourceTree = "<group>"; };
B70971FC29F62DF3008ED803 /* MCPeerID+Me.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "MCPeerID+Me.swift"; sourceTree = "<group>"; };
B70971FD29F62DF3008ED803 /* MultipeerConnection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerConnection.swift; sourceTree = "<group>"; };
B70971FE29F62DF3008ED803 /* MultipeerKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerKit.swift; sourceTree = "<group>"; };
B70971FF29F62DF3008ED803 /* MockMultipeerConnection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockMultipeerConnection.swift; sourceTree = "<group>"; };
B709720129F62DF3008ED803 /* MultipeerDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerDataSource.swift; sourceTree = "<group>"; };
B709720229F62DF3008ED803 /* MultipeerTransceiver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerTransceiver.swift; sourceTree = "<group>"; };
B709720429F62DF3008ED803 /* Peer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Peer.swift; sourceTree = "<group>"; };
B709720529F62DF3008ED803 /* MultipeerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipeerConfiguration.swift; sourceTree = "<group>"; };
B7191EF529F9F09A00078D8D /* SourceCodeRegexLexer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SourceCodeRegexLexer.swift; sourceTree = "<group>"; };
B7191EF729F9F09A00078D8D /* String+Range.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Range.swift"; sourceTree = "<group>"; };
B7191EF829F9F09A00078D8D /* NSTextView+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSTextView+UIKit.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -229,64 +219,6 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
B70971F629F62DF3008ED803 /* MultipeerKit */ = {
isa = PBXGroup;
children = (
B70971F729F62DF3008ED803 /* Internal API */,
B709720029F62DF3008ED803 /* Public API */,
);
name = MultipeerKit;
path = ../../MultipeerKit;
sourceTree = "<group>";
};
B70971F729F62DF3008ED803 /* Internal API */ = {
isa = PBXGroup;
children = (
B70971F829F62DF3008ED803 /* MultipeerProtocol.swift */,
B70971F929F62DF3008ED803 /* Models */,
B70971FB29F62DF3008ED803 /* Extensions */,
B70971FD29F62DF3008ED803 /* MultipeerConnection.swift */,
B70971FE29F62DF3008ED803 /* MultipeerKit.swift */,
B70971FF29F62DF3008ED803 /* MockMultipeerConnection.swift */,
);
path = "Internal API";
sourceTree = "<group>";
};
B70971F929F62DF3008ED803 /* Models */ = {
isa = PBXGroup;
children = (
B70971FA29F62DF3008ED803 /* MultipeerMessage.swift */,
);
path = Models;
sourceTree = "<group>";
};
B70971FB29F62DF3008ED803 /* Extensions */ = {
isa = PBXGroup;
children = (
B70971FC29F62DF3008ED803 /* MCPeerID+Me.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
B709720029F62DF3008ED803 /* Public API */ = {
isa = PBXGroup;
children = (
B709720129F62DF3008ED803 /* MultipeerDataSource.swift */,
B709720229F62DF3008ED803 /* MultipeerTransceiver.swift */,
B709720329F62DF3008ED803 /* Models */,
B709720529F62DF3008ED803 /* MultipeerConfiguration.swift */,
);
path = "Public API";
sourceTree = "<group>";
};
B709720329F62DF3008ED803 /* Models */ = {
isa = PBXGroup;
children = (
B709720429F62DF3008ED803 /* Peer.swift */,
);
path = Models;
sourceTree = "<group>";
};
B7191EF429F9F09A00078D8D /* Sourceful */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -426,7 +358,6 @@
B78DA95E2A02AF01002343AB /* InstructionsPopup.swift */,
B78DA9732A04A083002343AB /* KeychainManager.swift */,
B78DA9602A02AF3A002343AB /* Loading */,
B70971F629F62DF3008ED803 /* MultipeerKit */,
B7F3A11529F74C9E0006C837 /* NetServiceBrowserWrapper.swift */,
B746DFD429F5E78A002804EB /* Preview Content */,
B7C11F2A2A01C62500701721 /* PTTWrapper.swift */,
Expand Down Expand Up @@ -891,7 +822,7 @@
CODE_SIGN_ENTITLEMENTS = SwiftSageiOS/SwiftSageiOS.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"SwiftSageiOS/Preview Content\"";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 72WEN2C47N;
Expand Down Expand Up @@ -942,7 +873,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = SwiftSageiOS/SwiftSageiOS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"SwiftSageiOS/Preview Content\"";
DEVELOPMENT_TEAM = 72WEN2C47N;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
11 changes: 1 addition & 10 deletions SwiftSageiOS/SwiftSageiOS/AddView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ struct AddView: View {
consoleManager.isVisible = false
}
#endif
// For all windowzzz...

showAddView.toggle()
#if !os(macOS)
//let defSize = CGRect(x: 0, y: 0, width: geometry.size.width - geometry.size.width / 3, height: geometry.size.height - geometry.size.height / 3)
Expand All @@ -66,7 +64,6 @@ struct AddView: View {
consoleManager.isVisible = false
}
#endif

print("open Webview")
showAddView.toggle()

Expand Down Expand Up @@ -116,12 +113,6 @@ struct AddView: View {
.lineLimit(nil)
.fontWeight(.bold)
.border(settingsViewModel.buttonColor, width: 2)

// .foregroundColor(.white)
// .padding(.horizontal, 40)
// .padding(.vertical, 12)
// .background(settingsViewModel.buttonColor)
// .cornerRadius(8)
}

if !settingsViewModel.isLoading {
Expand Down Expand Up @@ -169,7 +160,7 @@ struct AddView: View {

.environmentObject(windowManager)
}
.frame(minWidth: 0, maxWidth: .infinity, minHeight: geometry.size.height/listHeightFactor * Double(windowManager.windows.count), maxHeight: geometry.size.height/listHeightFactor * Double(settingsViewModel.rootFiles.count))
.frame(minWidth: 0, maxWidth: .infinity, minHeight: geometry.size.height/listHeightFactor * Double(windowManager.windows.count), maxHeight: geometry.size.height/listHeightFactor * Double(windowManager.windows.count))

.navigationViewStyle(StackNavigationViewStyle())
.navigationTitle("Window List:")
Expand Down
4 changes: 2 additions & 2 deletions SwiftSageiOS/SwiftSageiOS/Command/GPTCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ func searchIt(query: String, completion: @escaping (String?) -> Void) {
search(query: query, apiKey: "GOOGLE_KEY", searchEngineId: "GOOGLE_ID") { result in
switch result {
case .success(let searchItems):
for item in searchItems {
// for item in searchItems {
// logD("Title: \(item.title ?? "none")")
// logD("Link: \(item.link ?? "none")")
// logD("Snippet: \(item.snippet ?? "none")")
// logD("\n")
}
// }

func searchItemsToJSONString(_ searchItems: [SearchItem]) -> String? {
let encoder = JSONEncoder()
Expand Down
5 changes: 2 additions & 3 deletions SwiftSageiOS/SwiftSageiOS/Config/Reset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import Foundation

// OPEN AI SETTING
// DEFAULT GPT MODEL ON CLIENT SIDE.
// CONSTANTS FOR GPT in mobile mode
//let gptModel = "gpt-4"
let gptModel = "gpt-3.5-turbo"
Expand Down Expand Up @@ -46,9 +48,6 @@ let swiftyGPTWorkspaceFirstName = "SwiftyGPTWorkspace"

let swiftyGPTWorkspaceName = "\(swiftyGPTWorkspaceFirstName)/Workspace"

// OPEN AI SETTING
// DEFAULT GPT MODEL ON CLIENT SIDE.


// 1. change your loading mode, matrix is fun but busy, waves is classy, dots are minimal. Let me know if these chocices don't suit
// your fancy and you know i'll add more.
Expand Down
7 changes: 4 additions & 3 deletions SwiftSageiOS/SwiftSageiOS/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct ContentView: View {
// SOURCE CODE EDITOR HANDLE
ZStack {

// MAC OS SPECIFIC PANE FOR OPENING TERMINALS AND POTENTIALLY MORE.
// START MAC OS SPECIFIC PANE FOR OPENING TERMINALS AND POTENTIALLY MORE. *********************
#if os(macOS)
VStack(alignment: .leading, spacing: 8) {
Button(action: {
Expand Down Expand Up @@ -70,6 +70,9 @@ struct ContentView: View {
.zIndex(2)
#endif
}

// END MAC OS SPECIFIC PANE FOR OPENING TERMINALS AND POTENTIALLY MORE. *********************

}
#if !os(macOS)

Expand Down Expand Up @@ -100,8 +103,6 @@ struct ContentView: View {
Spacer()
CommandButtonView(settingsViewModel: settingsViewModel)
}
// .animation(.easeInOut(duration: 0.25), value: keyboardObserver.isKeyboardVisible)
// .environmentObject(keyboardObserver)

VStack {
Spacer()
Expand Down
Loading

0 comments on commit 2ff9e7a

Please sign in to comment.