File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
arduino.json
11
11
c_cpp_properties.json
12
12
launch.json
13
+ lwtools /* /* .d
14
+ lwtools /* /* .o
15
+ lwasm
16
+ lwtools /* /* .a
Original file line number Diff line number Diff line change 395
395
attributes = {
396
396
BuildIndependentTargetsInParallel = 1;
397
397
LastSwiftUpdateCheck = 1340;
398
- LastUpgradeCheck = 1520 ;
398
+ LastUpgradeCheck = 1540 ;
399
399
TargetAttributes = {
400
400
490F11112BF3D05500AC1440 = {
401
401
CreatedOnToolsVersion = 13.4;
451
451
/* Begin PBXShellScriptBuildPhase section */
452
452
49750B132BE30E3000B7C3CF /* ShellScript */ = {
453
453
isa = PBXShellScriptBuildPhase;
454
+ alwaysOutOfDate = 1;
454
455
buildActionMask = 2147483647;
455
456
files = (
456
457
);
464
465
);
465
466
runOnlyForDeploymentPostprocessing = 0;
466
467
shellPath = /bin/sh;
467
- shellScript = "# Type a script or drag a script file from your workspace to insert its path. \n";
468
+ shellScript = "cd $PROJECT_DIR/../lwtools ; make lwasm \n";
468
469
};
469
470
/* End PBXShellScriptBuildPhase section */
470
471
654
655
MTL_ENABLE_DEBUG_INFO = NO;
655
656
MTL_FAST_MATH = YES;
656
657
SDKROOT = macosx;
658
+ SWIFT_COMPILATION_MODE = wholemodule;
657
659
};
658
660
name = Release;
659
661
};
You can’t perform that action at this time.
0 commit comments