Commit 914952f 1 parent 5e35758 commit 914952f Copy full SHA for 914952f
File tree 3 files changed +19
-15
lines changed
XcodeClangFormat.xcodeproj
3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 428
428
ENABLE_HARDENED_RUNTIME = YES;
429
429
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
430
430
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
431
+ MARKETING_VERSION = 1.2;
431
432
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
432
433
PRODUCT_NAME = "$(TARGET_NAME)";
433
434
};
445
446
ENABLE_HARDENED_RUNTIME = YES;
446
447
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
447
448
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
449
+ MARKETING_VERSION = 1.2;
448
450
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
449
451
PRODUCT_NAME = "$(TARGET_NAME)";
450
452
};
468
470
INFOPLIST_FILE = "clang-format/Info.plist";
469
471
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
470
472
MACOSX_DEPLOYMENT_TARGET = 10.11;
473
+ MARKETING_VERSION = 1.2;
471
474
OTHER_CPLUSPLUSFLAGS = (
472
475
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
473
476
"$(LLVM_CXXFLAGS)",
512
515
INFOPLIST_FILE = "clang-format/Info.plist";
513
516
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
514
517
MACOSX_DEPLOYMENT_TARGET = 10.11;
518
+ MARKETING_VERSION = 1.2;
515
519
OTHER_CPLUSPLUSFLAGS = (
516
520
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
517
521
"$(LLVM_CXXFLAGS)",
Original file line number Diff line number Diff line change 4
4
<dict >
5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >en </string >
7
+ <key >CFBundleDocumentTypes </key >
8
+ <array >
9
+ <dict >
10
+ <key >CFBundleTypeExtensions </key >
11
+ <array >
12
+ <string >clang-format </string >
13
+ </array >
14
+ <key >CFBundleTypeName </key >
15
+ <string >clang-format Style </string >
16
+ <key >CFBundleTypeRole </key >
17
+ <string >Viewer </string >
18
+ </dict >
19
+ </array >
7
20
<key >CFBundleExecutable </key >
8
21
<string >$(EXECUTABLE_NAME) </string >
9
22
<key >CFBundleIconFile </key >
17
30
<key >CFBundlePackageType </key >
18
31
<string >APPL </string >
19
32
<key >CFBundleShortVersionString </key >
20
- <string >1.1 </string >
33
+ <string >$(MARKETING_VERSION) </string >
21
34
<key >CFBundleVersion </key >
22
35
<string >1 </string >
23
36
<key >LSMinimumSystemVersion </key >
28
41
<string >MainMenu </string >
29
42
<key >NSPrincipalClass </key >
30
43
<string >NSApplication </string >
31
- <key >CFBundleDocumentTypes </key >
32
- <array >
33
- <dict >
34
- <key >CFBundleTypeExtensions </key >
35
- <array >
36
- <string >clang-format </string >
37
- </array >
38
- <key >CFBundleTypeName </key >
39
- <string >clang-format Style </string >
40
- <key >CFBundleTypeRole </key >
41
- <string >Viewer </string >
42
- </dict >
43
- </array >
44
44
</dict >
45
45
</plist >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1 </string >
20
+ <string >$(MARKETING_VERSION) </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments