From f7f816dca33d4454e2fe646ab7f1844b723d2b09 Mon Sep 17 00:00:00 2001 From: Aral Balkan Date: Fri, 18 Mar 2016 15:35:22 +0100 Subject: [PATCH] Now not linking to Handle framework in the framework to avoid iTunes submission error about nested frameworks not being acceptable. --- .../GlobalTouchNotifications.xcodeproj/project.pbxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GlobalTouchNotifications/GlobalTouchNotifications.xcodeproj/project.pbxproj b/GlobalTouchNotifications/GlobalTouchNotifications.xcodeproj/project.pbxproj index 7212fd6..321286e 100644 --- a/GlobalTouchNotifications/GlobalTouchNotifications.xcodeproj/project.pbxproj +++ b/GlobalTouchNotifications/GlobalTouchNotifications.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ A781C3381C5A584100A8AE0F /* GlobalTouchNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A781C3371C5A584100A8AE0F /* GlobalTouchNotifications.h */; settings = {ATTRIBUTES = (Public, ); }; }; A781C3401C5A585200A8AE0F /* GlobalTouchNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = A781C33F1C5A585200A8AE0F /* GlobalTouchNotifications.swift */; }; - A781C3421C5A586A00A8AE0F /* Handle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A781C3411C5A586A00A8AE0F /* Handle.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -25,7 +24,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A781C3421C5A586A00A8AE0F /* Handle.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -309,6 +307,7 @@ A781C33E1C5A584100A8AE0F /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; -- GitLab