Skip to content

Commit

Permalink
1.1.6: introducing the fork button, oh and fixes, go wild.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard committed May 17, 2023
1 parent be1bbe3 commit 1e72eba
Show file tree
Hide file tree
Showing 12 changed files with 265 additions and 205 deletions.
20 changes: 10 additions & 10 deletions SwiftSageiOS/SwiftSageiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
B767E9C329F6DAED003EC13F /* GestureEndpointPredictor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B767E9BD29F6DAED003EC13F /* GestureEndpointPredictor.swift */; };
B767E9C429F6DAED003EC13F /* SystemReport.swift in Sources */ = {isa = PBXBuildFile; fileRef = B767E9BE29F6DAED003EC13F /* SystemReport.swift */; };
B767E9C629F6DAED003EC13F /* BorderManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B767E9C029F6DAED003EC13F /* BorderManager.swift */; };
B76AFCA52A15788100980EC7 /* Settings+ForkGithub.swift in Sources */ = {isa = PBXBuildFile; fileRef = B76AFCA42A15788100980EC7 /* Settings+ForkGithub.swift */; };
B78DA95F2A02AF01002343AB /* InstructionsPopup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78DA95E2A02AF01002343AB /* InstructionsPopup.swift */; };
B78DA9652A02AF3A002343AB /* AsciiAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78DA9612A02AF3A002343AB /* AsciiAnimator.swift */; };
B78DA9662A02AF3A002343AB /* SpinnerThread.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78DA9622A02AF3A002343AB /* SpinnerThread.swift */; };
Expand All @@ -103,7 +104,6 @@
B78EAF812A13B7D4003095A2 /* SwiftSageiOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF802A13B7D4003095A2 /* SwiftSageiOSTests.swift */; };
B78EAF882A13B820003095A2 /* SettingsViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF872A13B820003095A2 /* SettingsViewModelTests.swift */; };
B78EAF902A13B955003095A2 /* SwiftSageiOSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF8F2A13B955003095A2 /* SwiftSageiOSUITests.swift */; };
B78EAF922A13B955003095A2 /* SwiftSageiOSUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF912A13B955003095A2 /* SwiftSageiOSUITestsLaunchTests.swift */; };
B7AED3712A0AC0420013E8D9 /* SageMultiViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7AED3702A0AC0420013E8D9 /* SageMultiViewModel.swift */; };
B7C11F2B2A01C62500701721 /* PTTWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C11F2A2A01C62500701721 /* PTTWrapper.swift */; };
B7EF2A2B2A0C2D620048CFFC /* View+Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7EF2A2A2A0C2D620048CFFC /* View+Keyboard.swift */; };
Expand Down Expand Up @@ -207,6 +207,7 @@
B767E9BD29F6DAED003EC13F /* GestureEndpointPredictor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GestureEndpointPredictor.swift; sourceTree = "<group>"; };
B767E9BE29F6DAED003EC13F /* SystemReport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SystemReport.swift; sourceTree = "<group>"; };
B767E9C029F6DAED003EC13F /* BorderManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BorderManager.swift; sourceTree = "<group>"; };
B76AFCA42A15788100980EC7 /* Settings+ForkGithub.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Settings+ForkGithub.swift"; sourceTree = "<group>"; };
B78DA95E2A02AF01002343AB /* InstructionsPopup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InstructionsPopup.swift; sourceTree = "<group>"; };
B78DA9612A02AF3A002343AB /* AsciiAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsciiAnimator.swift; sourceTree = "<group>"; };
B78DA9622A02AF3A002343AB /* SpinnerThread.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpinnerThread.swift; sourceTree = "<group>"; };
Expand All @@ -231,7 +232,6 @@
B78EAF872A13B820003095A2 /* SettingsViewModelTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewModelTests.swift; sourceTree = "<group>"; };
B78EAF8D2A13B955003095A2 /* SwiftSageiOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftSageiOSUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B78EAF8F2A13B955003095A2 /* SwiftSageiOSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftSageiOSUITests.swift; sourceTree = "<group>"; };
B78EAF912A13B955003095A2 /* SwiftSageiOSUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftSageiOSUITestsLaunchTests.swift; sourceTree = "<group>"; };
B7AED3702A0AC0420013E8D9 /* SageMultiViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SageMultiViewModel.swift; sourceTree = "<group>"; };
B7C11F2A2A01C62500701721 /* PTTWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PTTWrapper.swift; sourceTree = "<group>"; };
B7EF2A2A2A0C2D620048CFFC /* View+Keyboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Keyboard.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -604,6 +604,7 @@
B78DA9852A07FEC1002343AB /* CommitDownloader.swift */,
B78DA9872A07FEF3002343AB /* Settings+Github.swift */,
B78EAF632A11C242003095A2 /* Settings+WriteGithub.swift */,
B76AFCA42A15788100980EC7 /* Settings+ForkGithub.swift */,
);
name = Github;
sourceTree = "<group>";
Expand All @@ -621,7 +622,6 @@
isa = PBXGroup;
children = (
B78EAF8F2A13B955003095A2 /* SwiftSageiOSUITests.swift */,
B78EAF912A13B955003095A2 /* SwiftSageiOSUITestsLaunchTests.swift */,
);
path = SwiftSageiOSUITests;
sourceTree = "<group>";
Expand Down Expand Up @@ -793,6 +793,7 @@
B767E9C329F6DAED003EC13F /* GestureEndpointPredictor.swift in Sources */,
B74A2CD129F7F6990051DB52 /* WSCompression.swift in Sources */,
B71C62E529FEB794004296E4 /* SpeechRecog.swift in Sources */,
B76AFCA52A15788100980EC7 /* Settings+ForkGithub.swift in Sources */,
B7191F2629F9F09A00078D8D /* SyntaxTextView.swift in Sources */,
B7191F1A29F9F09A00078D8D /* NSMutableAttributedString+Tokens.swift in Sources */,
B7191F1D29F9F09A00078D8D /* SwiftLexer.swift in Sources */,
Expand Down Expand Up @@ -883,7 +884,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B78EAF922A13B955003095A2 /* SwiftSageiOSUITestsLaunchTests.swift in Sources */,
B78EAF902A13B955003095A2 /* SwiftSageiOSUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -1052,7 +1052,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.1.5;
MARKETING_VERSION = 1.1.6;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisdillard.SwiftSageDev;
PRODUCT_NAME = LogicSageDev;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1102,7 +1102,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.1.5;
MARKETING_VERSION = 1.1.6;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisdillard.SwiftSage;
PRODUCT_NAME = LogicSage;
SDKROOT = auto;
Expand All @@ -1121,7 +1121,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 72WEN2C47N;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisswiftygpt.SwiftSageiOSTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1141,7 +1141,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 72WEN2C47N;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisswiftygpt.SwiftSageiOSTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1161,7 +1161,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 72WEN2C47N;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisswiftygpt.SwiftSageiOSUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1180,7 +1180,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 72WEN2C47N;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.chrisswiftygpt.SwiftSageiOSUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Loading

0 comments on commit 1e72eba

Please sign in to comment.