From c43599d4c99955fb3d22d4d56816f0de096993d2 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 6 Oct 2019 18:58:28 -0500 Subject: [PATCH] Fix default team for framework projects --- Frameworks/Articles/xcconfig/Articles_project.xcconfig | 2 +- .../ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig | 2 +- Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Frameworks/Articles/xcconfig/Articles_project.xcconfig b/Frameworks/Articles/xcconfig/Articles_project.xcconfig index 718c2a7f1..95eefa99f 100644 --- a/Frameworks/Articles/xcconfig/Articles_project.xcconfig +++ b/Frameworks/Articles/xcconfig/Articles_project.xcconfig @@ -1,6 +1,6 @@ CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_STYLE = Automatic -DEVELOPMENT_TEAM = 9C84TZ7Q6Z +DEVELOPMENT_TEAM = M8L2WTLA8W // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig b/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig index 718c2a7f1..95eefa99f 100644 --- a/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig +++ b/Frameworks/ArticlesDatabase/xcconfig/ArticlesDatabase_project.xcconfig @@ -1,6 +1,6 @@ CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_STYLE = Automatic -DEVELOPMENT_TEAM = 9C84TZ7Q6Z +DEVELOPMENT_TEAM = M8L2WTLA8W // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here diff --git a/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig b/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig index 4dc0ed9c2..12400df54 100644 --- a/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig +++ b/Frameworks/SyncDatabase/xcconfig/SyncDatabase_project.xcconfig @@ -1,6 +1,6 @@ CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_STYLE = Automatic -DEVELOPMENT_TEAM = 9C84TZ7Q6Z +DEVELOPMENT_TEAM = M8L2WTLA8W // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here