fix Xcode signing error
This commit is contained in:
@@ -1044,6 +1044,7 @@
|
|||||||
AD30D8201F783B5600B6A112 /* CopyFiles */,
|
AD30D8201F783B5600B6A112 /* CopyFiles */,
|
||||||
ADFD32202166AA6000F46F85 /* CopyFiles */,
|
ADFD32202166AA6000F46F85 /* CopyFiles */,
|
||||||
ADC8F77421665FD20084ECAD /* Hockeyapp */,
|
ADC8F77421665FD20084ECAD /* Hockeyapp */,
|
||||||
|
ADE3DFE822971A5F001B8206 /* Run xattr */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
@@ -1104,6 +1105,7 @@
|
|||||||
AD06989C20CC89370010825F /* CopyFiles */,
|
AD06989C20CC89370010825F /* CopyFiles */,
|
||||||
AD787AEE20D4611100C4712A /* Embed App Extensions */,
|
AD787AEE20D4611100C4712A /* Embed App Extensions */,
|
||||||
ADC8F7782166778C0084ECAD /* Hockeyapp */,
|
ADC8F7782166778C0084ECAD /* Hockeyapp */,
|
||||||
|
ADE3DFE922971ABC001B8206 /* Run xattr */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
@@ -1180,6 +1182,7 @@
|
|||||||
developmentRegion = English;
|
developmentRegion = English;
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
|
English,
|
||||||
en,
|
en,
|
||||||
Base,
|
Base,
|
||||||
);
|
);
|
||||||
@@ -1404,6 +1407,42 @@
|
|||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "FILE=\"${SRCROOT}/libs/hockeyapp/HockeySDK-iOS/BuildAgent\"\nif [ -f \"$FILE\" ]; then\n \"$FILE\"\nfi";
|
shellScript = "FILE=\"${SRCROOT}/libs/hockeyapp/HockeySDK-iOS/BuildAgent\"\nif [ -f \"$FILE\" ]; then\n \"$FILE\"\nfi";
|
||||||
};
|
};
|
||||||
|
ADE3DFE822971A5F001B8206 /* Run xattr */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
|
name = "Run xattr";
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "xattr -cr \"${BUILT_PRODUCTS_DIR}\"\n";
|
||||||
|
};
|
||||||
|
ADE3DFE922971ABC001B8206 /* Run xattr */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
|
name = "Run xattr";
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "xattr -cr \"${BUILT_PRODUCTS_DIR}\"\n";
|
||||||
|
};
|
||||||
/* End PBXShellScriptBuildPhase section */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
|||||||
@@ -505,7 +505,7 @@ void NodeStrokePreview::draw_stroke()
|
|||||||
s_renderer = std::thread([] {
|
s_renderer = std::thread([] {
|
||||||
BT_SetTerminate();
|
BT_SetTerminate();
|
||||||
#if __OSX__
|
#if __OSX__
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||||
#endif
|
#endif
|
||||||
App::I.async_start();
|
App::I.async_start();
|
||||||
m_sampler_linear.create();
|
m_sampler_linear.create();
|
||||||
|
|||||||
Reference in New Issue
Block a user