Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit de843c8

Browse files
committed
[ios, macos] #5626 - moved script to platform/darwin and updated comments
1 parent 24598f3 commit de843c8

16 files changed

+16
-16
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ ifabric: $(IOS_PROJ_PATH)
162162
idocument:
163163
OUTPUT=$(OUTPUT) ./platform/ios/scripts/document.sh
164164

165-
style-code-ios:
166-
node platform/ios/scripts/generate-style-code.js
165+
style-code-darwin:
166+
node platform/darwin/scripts/generate-style-code.js
167167

168168
#### Android targets #####################################################
169169

platform/darwin/src/MGLBackgroundStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLBackgroundStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLBackgroundStyleLayer.h"

platform/darwin/src/MGLCircleStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLCircleStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLCircleStyleLayer.h"

platform/darwin/src/MGLFillStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLFillStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLFillStyleLayer.h"

platform/darwin/src/MGLLineStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLLineStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLLineStyleLayer.h"

platform/darwin/src/MGLRasterStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLRasterStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLRasterStyleLayer.h"

platform/darwin/src/MGLStyleLayer.h.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const paintProperties = locals.paintProperties;
55
-%>
66
// This file is generated.
7-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
7+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
88

99
#import <Mapbox/Mapbox.h>
1010

platform/darwin/src/MGLStyleLayer.mm.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const paintProperties = locals.paintProperties;
55
-%>
66
// This file is generated.
7-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
7+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
88

99
#import "MGLStyleLayer_Private.hpp"
1010
#import "MGL<%- camelize(type) %>StyleLayer.h"

platform/darwin/src/MGLSymbolStyleLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import <Mapbox/Mapbox.h>
55

platform/darwin/src/MGLSymbolStyleLayer.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated.
2-
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-ios`.
2+
// Edit platform/ios/scripts/generate-style-code.js, then run `make style-code-darwin`.
33

44
#import "MGLStyleLayer_Private.hpp"
55
#import "MGLSymbolStyleLayer.h"

0 commit comments

Comments
 (0)