fix upload issue and framework embedding

sync3
Laurent 6 months ago
parent 6f84f671ba
commit 8496becacd
  1. 19
      PadelClubData.xcodeproj/project.pbxproj

@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
C4AD86CA2DAEB37900022F97 /* PadelClubData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4AD86BF2DAEB37900022F97 /* PadelClubData.framework */; }; C4AD86CA2DAEB37900022F97 /* PadelClubData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4AD86BF2DAEB37900022F97 /* PadelClubData.framework */; };
C4AD86E22DAEB39100022F97 /* LeStorage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4AD86E12DAEB39100022F97 /* LeStorage.framework */; }; C4AD86E22DAEB39100022F97 /* LeStorage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4AD86E12DAEB39100022F97 /* LeStorage.framework */; };
C4AD86E32DAEB39100022F97 /* LeStorage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C4AD86E12DAEB39100022F97 /* LeStorage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C4B685A02DAF99CE0031750D /* Algorithms in Frameworks */ = {isa = PBXBuildFile; productRef = C4B6859F2DAF99CE0031750D /* Algorithms */; }; C4B685A02DAF99CE0031750D /* Algorithms in Frameworks */ = {isa = PBXBuildFile; productRef = C4B6859F2DAF99CE0031750D /* Algorithms */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
@ -23,20 +22,6 @@
}; };
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
C4AD86E42DAEB39100022F97 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
C4AD86E32DAEB39100022F97 /* LeStorage.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
C4AD86BF2DAEB37900022F97 /* PadelClubData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PadelClubData.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C4AD86BF2DAEB37900022F97 /* PadelClubData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PadelClubData.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C4AD86C92DAEB37900022F97 /* PadelClubDataTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PadelClubDataTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; C4AD86C92DAEB37900022F97 /* PadelClubDataTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PadelClubDataTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@ -46,6 +31,9 @@
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
C4AD86D12DAEB37900022F97 /* Exceptions for "PadelClubData" folder in "PadelClubData" target */ = { C4AD86D12DAEB37900022F97 /* Exceptions for "PadelClubData" folder in "PadelClubData" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet; isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Data/Gen/generator.py,
);
publicHeaders = ( publicHeaders = (
PadelClubData.h, PadelClubData.h,
); );
@ -138,7 +126,6 @@
C4AD86BB2DAEB37900022F97 /* Sources */, C4AD86BB2DAEB37900022F97 /* Sources */,
C4AD86BC2DAEB37900022F97 /* Frameworks */, C4AD86BC2DAEB37900022F97 /* Frameworks */,
C4AD86BD2DAEB37900022F97 /* Resources */, C4AD86BD2DAEB37900022F97 /* Resources */,
C4AD86E42DAEB39100022F97 /* Embed Frameworks */,
); );
buildRules = ( buildRules = (
); );

Loading…
Cancel
Save