Skip to content

Commit 4714371

Browse files
committed
Remove Secrets.xcconfig
1 parent a3f86f1 commit 4714371

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

Config.debug.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Version.xcconfig"
2-
#include "Secrets.xcconfig"
32

43
BUNDLE_IDENTIFIER_BASE = dev.com.intii.CopilotForXcode
54
EXTENSION_BUNDLE_NAME = Copilot Dev

Config.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Version.xcconfig"
2-
#include "Secrets.xcconfig"
32

43
BUNDLE_IDENTIFIER_BASE = com.intii.CopilotForXcode
54
EXTENSION_BUNDLE_NAME = Copilot

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefetchSuggestionsCommand.swift; sourceTree = "<group>"; };
146146
C81291D52994FE6900196E12 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
147147
C81291D92994FE7900196E12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
148-
C813B41E29B7B0F100FADAE3 /* Secrets.sample.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Secrets.sample.xcconfig; sourceTree = "<group>"; };
149148
C814588C2939EFDC00135263 /* Copilot.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Copilot.appex; sourceTree = BUILT_PRODUCTS_DIR; };
150149
C814588E2939EFDC00135263 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
151150
C81458902939EFDC00135263 /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; };
@@ -155,7 +154,6 @@
155154
C81458982939EFDC00135263 /* EditorExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EditorExtension.entitlements; sourceTree = "<group>"; };
156155
C81458AD293A009600135263 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
157156
C81458AE293A009800135263 /* Config.debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.debug.xcconfig; sourceTree = "<group>"; };
158-
C815034B29B3A7CC00751CAC /* Secrets.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Secrets.xcconfig; sourceTree = "<group>"; };
159157
C8189B162938972F00C9DCDA /* Copilot for Xcode Dev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Copilot for Xcode Dev.app"; sourceTree = BUILT_PRODUCTS_DIR; };
160158
C8189B192938972F00C9DCDA /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
161159
C8189B1B2938972F00C9DCDA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
@@ -264,8 +262,6 @@
264262
C887BC832965D96000931567 /* DEVELOPMENT.md */,
265263
C8520308293D805800460097 /* README.md */,
266264
C81E867D296FE4420026E908 /* Version.xcconfig */,
267-
C813B41E29B7B0F100FADAE3 /* Secrets.sample.xcconfig */,
268-
C815034B29B3A7CC00751CAC /* Secrets.xcconfig */,
269265
C81458AD293A009600135263 /* Config.xcconfig */,
270266
C81458AE293A009800135263 /* Config.debug.xcconfig */,
271267
C8CD828229B88006008D044D /* TestPlan.xctestplan */,

ExtensionService/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<string>$(BUNDLE_IDENTIFIER_BASE)</string>
77
<key>EXTENSION_BUNDLE_NAME</key>
88
<string>$(EXTENSION_BUNDLE_NAME)</string>
9-
<key>GITHUB_TOKEN</key>
10-
<string>$(GITHUB_TOKEN)</string>
119
<key>XPCService</key>
1210
<dict>
1311
<key>ServiceType</key>

Secrets.sample.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)