Skip to content

Commit

Permalink
Revert "DEVELOPMENT_TEAM is in .xcconfig (#131)" (#133)
Browse files Browse the repository at this point in the history
This reverts commit 8c390f1.
  • Loading branch information
bolsinga authored Sep 26, 2023
1 parent 8c390f1 commit 97e7d21
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
xcuserdata/
Package.resolved
.swiftpm
DevelopmentTeam.xcconfig
13 changes: 0 additions & 13 deletions Config.xcconfig

This file was deleted.

7 changes: 0 additions & 7 deletions MissingArt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
FE6D2C5627FF54680056FA7E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FE6D2C5527FF54680056FA7E /* Preview Assets.xcassets */; };
FE8BA47E297DA92F00FD0823 /* LoadingState+AppleScript.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8BA47D297DA92F00FD0823 /* LoadingState+AppleScript.swift */; };
FE95DA48281216E1009B0209 /* MissingArtwork in Frameworks */ = {isa = PBXBuildFile; productRef = FE95DA47281216E1009B0209 /* MissingArtwork */; };
FE9910E22AC33D2E0054D229 /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FE9910E12AC33D2D0054D229 /* Config.xcconfig */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -34,7 +33,6 @@
FE6D2C5727FF54680056FA7E /* MissingArt.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MissingArt.entitlements; sourceTree = "<group>"; };
FE8A3F6929CA28F600D58741 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
FE8BA47D297DA92F00FD0823 /* LoadingState+AppleScript.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LoadingState+AppleScript.swift"; sourceTree = "<group>"; };
FE9910E12AC33D2D0054D229 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -53,7 +51,6 @@
FE6D2C4227FF54670056FA7E = {
isa = PBXGroup;
children = (
FE9910E12AC33D2D0054D229 /* Config.xcconfig */,
FE6D2C4D27FF54670056FA7E /* MissingArt */,
FE6D2C4C27FF54670056FA7E /* Products */,
FE6D2C6127FF551F0056FA7E /* Frameworks */,
Expand Down Expand Up @@ -167,7 +164,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FE9910E22AC33D2E0054D229 /* Config.xcconfig in Resources */,
FE6D2C5627FF54680056FA7E /* Preview Assets.xcassets in Resources */,
FE21F50C298DD81800605465 /* Localizable.strings in Resources */,
FE6D2C5327FF54680056FA7E /* Assets.xcassets in Resources */,
Expand Down Expand Up @@ -325,7 +321,6 @@
};
FE6D2C5B27FF54680056FA7E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE9910E12AC33D2D0054D229 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -335,7 +330,6 @@
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"MissingArt/Preview Content\"";
DEVELOPMENT_TEAM = "$(inherited)";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -359,7 +353,6 @@
};
FE6D2C5C27FF54680056FA7E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE9910E12AC33D2D0054D229 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down

0 comments on commit 97e7d21

Please sign in to comment.