Skip to content

Commit 55d319e

Browse files
committed
The generated .gitignore was incorrect. Restore missing files.
Luckily I have backed up the folder before I submit it to the public repo
1 parent fb5f749 commit 55d319e

8 files changed

Lines changed: 1339 additions & 31 deletions

File tree

.gitignore

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ https://www.toptal.com/developers/gitignore?templates=xcode,macos,swift,swiftpac
99
.AppleDouble
1010
.LSOverride
1111

12-
# Icon must end with two \r
13-
Icon
14-
15-
16-
# Thumbnails
17-
._*
18-
1912
# Files that might appear in the root of a volume
2013
.DocumentRevisions-V100
2114
.fseventsd
@@ -72,10 +65,6 @@ DerivedData/
7265
*.dSYM.zip
7366
*.dSYM
7467

75-
## Playgrounds
76-
timeline.xctimeline
77-
playground.xcworkspace
78-
7968
# Swift Package Manager
8069
# Add this line if you want to avoid checking in source code from Swift
8170
Package Manager dependencies.
@@ -99,8 +88,6 @@ However
9988
https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
10089
# Pods/
10190
# Add this line if you want to avoid checking in source code from the
102-
Xcode workspace
103-
# *.xcworkspace
10491

10592
# Carthage
10693
# Add this line if you want to avoid checking in source code from Carthage
@@ -133,24 +120,6 @@ fastlane/test_output
133120

134121
iOSInjectionProject/
135122

136-
### SwiftPackageManager ###
137-
Packages
138-
xcuserdata
139-
*.xcodeproj
140-
141-
142-
### Xcode ###
143-
144-
## Xcode 8 and earlier
145-
146-
### Xcode Patch ###
147-
*.xcodeproj/*
148-
!*.xcodeproj/project.pbxproj
149-
!*.xcodeproj/xcshareddata/
150-
!*.xcodeproj/project.xcworkspace/
151-
!*.xcworkspace/contents.xcworkspacedata
152-
/*.gcno
153-
**/xcshareddata/WorkspaceSettings.xcsettings
154123

155124
# End of
156125
https://www.toptal.com/developers/gitignore/api/xcode,macos,swift,swiftpackagemanager

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 998 additions & 0 deletions
Large diffs are not rendered by default.

Copilot for Xcode.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Copilot for Xcode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1410"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
18+
BuildableName = "Copilot for Xcode.app"
19+
BlueprintName = "Copilot for Xcode"
20+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
48+
BuildableName = "Copilot for Xcode.app"
49+
BlueprintName = "Copilot for Xcode"
50+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
65+
BuildableName = "Copilot for Xcode.app"
66+
BlueprintName = "Copilot for Xcode"
67+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1410"
4+
wasCreatedForAppExtension = "YES"
5+
version = "2.0">
6+
<BuildAction
7+
parallelizeBuildables = "YES"
8+
buildImplicitDependencies = "YES">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "C814588B2939EFDC00135263"
19+
BuildableName = "Copilot.appex"
20+
BlueprintName = "EditorExtension"
21+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
<BuildActionEntry
25+
buildForTesting = "YES"
26+
buildForRunning = "YES"
27+
buildForProfiling = "YES"
28+
buildForArchiving = "YES"
29+
buildForAnalyzing = "YES">
30+
<BuildableReference
31+
BuildableIdentifier = "primary"
32+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
33+
BuildableName = "Copilot for Xcode.app"
34+
BlueprintName = "Copilot for Xcode"
35+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
36+
</BuildableReference>
37+
</BuildActionEntry>
38+
</BuildActionEntries>
39+
</BuildAction>
40+
<TestAction
41+
buildConfiguration = "Debug"
42+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
43+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
44+
shouldUseLaunchSchemeArgsEnv = "YES">
45+
<Testables>
46+
</Testables>
47+
</TestAction>
48+
<LaunchAction
49+
buildConfiguration = "Debug"
50+
selectedDebuggerIdentifier = ""
51+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
52+
launchStyle = "0"
53+
askForAppToLaunch = "Yes"
54+
useCustomWorkingDirectory = "NO"
55+
ignoresPersistentStateOnLaunch = "NO"
56+
debugDocumentVersioning = "YES"
57+
debugServiceExtension = "internal"
58+
allowLocationSimulation = "YES"
59+
launchAutomaticallySubstyle = "2">
60+
<RemoteRunnable
61+
runnableDebuggingMode = "0"
62+
BundleIdentifier = "com.apple.dt.Xcode"
63+
RemotePath = "/Applications/Xcode-14.1.0.app">
64+
</RemoteRunnable>
65+
<MacroExpansion>
66+
<BuildableReference
67+
BuildableIdentifier = "primary"
68+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
69+
BuildableName = "Copilot for Xcode.app"
70+
BlueprintName = "Copilot for Xcode"
71+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
72+
</BuildableReference>
73+
</MacroExpansion>
74+
</LaunchAction>
75+
<ProfileAction
76+
buildConfiguration = "Release"
77+
shouldUseLaunchSchemeArgsEnv = "YES"
78+
savedToolIdentifier = ""
79+
useCustomWorkingDirectory = "NO"
80+
debugDocumentVersioning = "YES"
81+
askForAppToLaunch = "Yes"
82+
launchAutomaticallySubstyle = "2">
83+
<BuildableProductRunnable
84+
runnableDebuggingMode = "0">
85+
<BuildableReference
86+
BuildableIdentifier = "primary"
87+
BlueprintIdentifier = "C8189B152938972F00C9DCDA"
88+
BuildableName = "Copilot for Xcode.app"
89+
BlueprintName = "Copilot for Xcode"
90+
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
91+
</BuildableReference>
92+
</BuildableProductRunnable>
93+
</ProfileAction>
94+
<AnalyzeAction
95+
buildConfiguration = "Debug">
96+
</AnalyzeAction>
97+
<ArchiveAction
98+
buildConfiguration = "Release"
99+
revealArchiveInOrganizer = "YES">
100+
</ArchiveAction>
101+
</Scheme>

0 commit comments

Comments
 (0)