From 4f9c58ec4a11e61e3d3941ad236138d114f5b942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wei=C3=9F?= Date: Mon, 17 Feb 2020 13:47:16 +0100 Subject: [PATCH 1/2] Remove DevelopmentTeam that slipped through. --- Cog.xcodeproj/project.pbxproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 70aa9bdb8..685912537 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -1943,7 +1943,6 @@ LastUpgradeCheck = 1100; TargetAttributes = { 8D1107260486CEB800E47090 = { - DevelopmentTeam = 4S876G9VCD; ProvisioningStyle = Automatic; }; }; -- 2.45.2 From f01915ed809cb13fe38f8d4ba64384f9a95415f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wei=C3=9F?= Date: Mon, 17 Feb 2020 17:06:48 +0100 Subject: [PATCH 2/2] Project touched by Xcode. --- Cog.xcodeproj/project.pbxproj | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 685912537..993d09425 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -329,6 +329,20 @@ remoteGlobalIDString = 8D5B49AC048680CD000E48DA; remoteInfo = General; }; + 3D2C77DC23FABECD00B3FAEC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 83E6B750181612FD00D4576D /* Sparkle.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EA4311EA229D651300A5503D; + remoteInfo = bsdiff; + }; + 3D2C77DE23FABECD00B3FAEC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 83E6B750181612FD00D4576D /* Sparkle.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EA4311A0229D5FBC00A5503D; + remoteInfo = ed25519; + }; 566D321A0D538550004466A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 566D32160D538550004466A5 /* APL.xcodeproj */; @@ -1758,6 +1772,8 @@ 8319A68B1F79E99300C168D6 /* generate_appcast */, 835C888622CC1853001B4B3F /* generate_keys */, 835C888822CC1853001B4B3F /* sign_update */, + 3D2C77DD23FABECD00B3FAEC /* libbsdiff.a */, + 3D2C77DF23FABECD00B3FAEC /* libed25519.a */, ); name = Products; sourceTree = ""; @@ -2151,6 +2167,20 @@ remoteRef = 17F5622D0C3BD8FB0019975C /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 3D2C77DD23FABECD00B3FAEC /* libbsdiff.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libbsdiff.a; + remoteRef = 3D2C77DC23FABECD00B3FAEC /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3D2C77DF23FABECD00B3FAEC /* libed25519.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libed25519.a; + remoteRef = 3D2C77DE23FABECD00B3FAEC /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 566D321B0D538550004466A5 /* APL.bundle */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; -- 2.45.2