forked from blinksh/blink
-
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
1 parent
23a9aa9
commit ed56fa5
Showing
6 changed files
with
68 additions
and
29 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
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
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 |
---|---|---|
|
@@ -222,6 +222,7 @@ | |
D27AD9BC222FDD3D00379872 /* xcall.m in Sources */ = {isa = PBXBuildFile; fileRef = D27AD9BB222FDD3D00379872 /* xcall.m */; }; | ||
D27BBA1C20529FFF00AEA303 /* TermStream.m in Sources */ = {isa = PBXBuildFile; fileRef = D27BBA1B20529FFF00AEA303 /* TermStream.m */; }; | ||
D27D0118261202A400128C23 /* KeyUIError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27D0117261202A400128C23 /* KeyUIError.swift */; }; | ||
D27D01272615F1BD00128C23 /* developer_setup.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = D27D01232615F1BD00128C23 /* developer_setup.xcconfig */; }; | ||
D2887A5622DC676F00701BD5 /* SpaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2887A5522DC676F00701BD5 /* SpaceController.swift */; }; | ||
D2887A5E22DCA6D500701BD5 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2887A5D22DCA6D500701BD5 /* SceneDelegate.swift */; }; | ||
D28B0337243EF5F2008F38F6 /* Set+UIScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = D28B0336243EF5F2008F38F6 /* Set+UIScene.swift */; }; | ||
|
@@ -685,6 +686,7 @@ | |
D27BBA1A20529FFF00AEA303 /* TermStream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TermStream.h; sourceTree = "<group>"; }; | ||
D27BBA1B20529FFF00AEA303 /* TermStream.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TermStream.m; sourceTree = "<group>"; }; | ||
D27D0117261202A400128C23 /* KeyUIError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyUIError.swift; sourceTree = "<group>"; }; | ||
D27D01232615F1BD00128C23 /* developer_setup.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = developer_setup.xcconfig; sourceTree = "<group>"; }; | ||
D2887A5522DC676F00701BD5 /* SpaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpaceController.swift; sourceTree = "<group>"; }; | ||
D2887A5D22DCA6D500701BD5 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; | ||
D28B0336243EF5F2008F38F6 /* Set+UIScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Set+UIScene.swift"; sourceTree = "<group>"; }; | ||
|
@@ -1497,6 +1499,7 @@ | |
EA0BA1821C0CC57B00719C1A = { | ||
isa = PBXGroup; | ||
children = ( | ||
D27D01232615F1BD00128C23 /* developer_setup.xcconfig */, | ||
D2C243F7238E44960082C69C /* KB */, | ||
C9B2E0031D6B612300B89F69 /* Settings */, | ||
D265FBBB2317DD3C0017EAC4 /* BlinkTests */, | ||
|
@@ -1719,13 +1722,13 @@ | |
}; | ||
D265FBB92317DD3C0017EAC4 = { | ||
CreatedOnToolsVersion = 11.0; | ||
DevelopmentTeam = HV2S48975V; | ||
DevelopmentTeam = "$(TEAM_ID)"; | ||
ProvisioningStyle = Automatic; | ||
TestTargetID = EA0BA18A1C0CC57B00719C1A; | ||
}; | ||
EA0BA18A1C0CC57B00719C1A = { | ||
CreatedOnToolsVersion = 7.1.1; | ||
DevelopmentTeam = HV2S48975V; | ||
DevelopmentTeam = "$(TEAM_ID)"; | ||
LastSwiftMigration = 0830; | ||
ProvisioningStyle = Automatic; | ||
SystemCapabilities = { | ||
|
@@ -1876,6 +1879,7 @@ | |
buildActionMask = 2147483647; | ||
files = ( | ||
D21A3FE321943BE200269705 /* [email protected] in Resources */, | ||
D27D01272615F1BD00128C23 /* developer_setup.xcconfig in Resources */, | ||
07E3AED31D919272007BC086 /* css in Resources */, | ||
D21A3FDD21943BE200269705 /* [email protected] in Resources */, | ||
D21A3FDF21943BE200269705 /* [email protected] in Resources */, | ||
|
@@ -2261,7 +2265,7 @@ | |
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
|
@@ -2310,7 +2314,7 @@ | |
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
|
@@ -2348,7 +2352,7 @@ | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
|
@@ -2386,7 +2390,7 @@ | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
INFOPLIST_FILE = SSHTests/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.4; | ||
|
@@ -2421,7 +2425,7 @@ | |
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
|
@@ -2470,7 +2474,7 @@ | |
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
|
@@ -2508,7 +2512,7 @@ | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
|
@@ -2546,7 +2550,7 @@ | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
INFOPLIST_FILE = BlinkFilesTests/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.4; | ||
|
@@ -2577,7 +2581,7 @@ | |
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
|
@@ -2610,7 +2614,7 @@ | |
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
INFOPLIST_FILE = AppKitBridge/Info.plist; | ||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; | ||
|
@@ -2637,7 +2641,7 @@ | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
|
@@ -2673,7 +2677,7 @@ | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
INFOPLIST_FILE = BlinkTests/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
|
@@ -2691,6 +2695,7 @@ | |
}; | ||
EA0BA1AB1C0CC57C00719C1A /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
baseConfigurationReference = D27D01232615F1BD00128C23 /* developer_setup.xcconfig */; | ||
buildSettings = { | ||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | ||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
|
@@ -2743,6 +2748,7 @@ | |
}; | ||
EA0BA1AC1C0CC57C00719C1A /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
baseConfigurationReference = D27D01232615F1BD00128C23 /* developer_setup.xcconfig */; | ||
buildSettings = { | ||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | ||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
|
@@ -2806,7 +2812,7 @@ | |
DEAD_CODE_STRIPPING = NO; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
ENABLE_BITCODE = NO; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
|
@@ -2820,7 +2826,7 @@ | |
); | ||
MARKETING_VERSION = 13.90.3; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_BUNDLE_IDENTIFIER = Com.CarlosCabanero.BlinkShell; | ||
PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_ID)"; | ||
PRODUCT_NAME = Blink; | ||
PROVISIONING_PROFILE_SPECIFIER = ""; | ||
RUN_CLANG_STATIC_ANALYZER = YES; | ||
|
@@ -2844,7 +2850,7 @@ | |
CURRENT_PROJECT_VERSION = 273; | ||
DEAD_CODE_STRIPPING = NO; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = HV2S48975V; | ||
DEVELOPMENT_TEAM = "$(TEAM_ID)"; | ||
ENABLE_BITCODE = NO; | ||
GCC_PREPROCESSOR_DEFINITIONS = ""; | ||
INFOPLIST_FILE = Blink/Info.plist; | ||
|
@@ -2854,7 +2860,7 @@ | |
); | ||
MARKETING_VERSION = 13.90.3; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_BUNDLE_IDENTIFIER = Com.CarlosCabanero.BlinkShell; | ||
PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_ID)"; | ||
PRODUCT_NAME = Blink; | ||
PROVISIONING_PROFILE_SPECIFIER = ""; | ||
STRIP_STYLE = "non-global"; | ||
|
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
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
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,24 @@ | ||
// | ||
// template_setup.xcconfig | ||
// --> copied to developer_setup.xcconfig | ||
// | ||
// Created by Jan Iversen on 20/03/2021. | ||
// | ||
|
||
// Configuration settings file format documentation can be found at: | ||
// https://help.apple.com/xcode/#/dev745c5c974 | ||
|
||
// update TEAM_ID with your apple developer id | ||
TEAM_ID = HV2S48975V | ||
|
||
// BUNDLE_ID is used as name for BUNDLE_IDENTIFIER | ||
BUNDLE_ID = Com.CarlosCabanero.BlinkShell | ||
|
||
// CLOUD_ID is used as name for iCloud (prefix icloud. is added) | ||
CLOUD_ID = com.carloscabanero.blinkshell | ||
// if you want to build without iCloud, please remove the section in xCode | ||
|
||
// KEYCHAIN_ID is used as name for keychain | ||
KEYCHAIN_ID1 = Com.carloscabanero.blink | ||
KEYCHAIN_ID2 = Com.carloscabanero.blinkshell | ||
// if you want to build without keychain, please remove the section in xCode |