From 32a811edeb6de852e26908801a8a1b8f6afc3ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Herculano?= Date: Fri, 19 Apr 2024 13:33:05 +0200 Subject: [PATCH] update xcode project * add SPCongif plist * remove duplicate api folder from package sources --- SPDiagnose.xcodeproj/project.pbxproj | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/SPDiagnose.xcodeproj/project.pbxproj b/SPDiagnose.xcodeproj/project.pbxproj index 09a68f0..8c9c6ea 100644 --- a/SPDiagnose.xcodeproj/project.pbxproj +++ b/SPDiagnose.xcodeproj/project.pbxproj @@ -84,9 +84,6 @@ 829EBC392BA3417F0063F156 /* SPDiagnose.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SPDiagnose.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 829EBC402BA3417F0063F156 /* SPDiagnoseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SPDiagnoseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 829EBC642BA344190063F156 /* SPDiagnose+AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SPDiagnose+AppDelegate.swift"; sourceTree = ""; }; - 829EBC672BA344190063F156 /* SPConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPConfig.swift; sourceTree = ""; }; - 829EBC682BA344190063F156 /* SPLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPLogger.swift; sourceTree = ""; }; - 829EBC692BA344190063F156 /* SPDiagnoseAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPDiagnoseAPI.swift; sourceTree = ""; }; 829EBC6A2BA344190063F156 /* SPDiagnose.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPDiagnose.swift; sourceTree = ""; }; 829EBC922BA3444A0063F156 /* SPDiagnoseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPDiagnoseTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -195,22 +192,11 @@ 8205F2262BA4A59800A47D82 /* api */, 8205F2212BA4A59800A47D82 /* objc */, 829EBC642BA344190063F156 /* SPDiagnose+AppDelegate.swift */, - 829EBC662BA344190063F156 /* api */, 829EBC6A2BA344190063F156 /* SPDiagnose.swift */, ); path = Sources; sourceTree = ""; }; - 829EBC662BA344190063F156 /* api */ = { - isa = PBXGroup; - children = ( - 829EBC672BA344190063F156 /* SPConfig.swift */, - 829EBC682BA344190063F156 /* SPLogger.swift */, - 829EBC692BA344190063F156 /* SPDiagnoseAPI.swift */, - ); - path = api; - sourceTree = ""; - }; 829EBC912BA3444A0063F156 /* Tests */ = { isa = PBXGroup; children = (