Skip to content

Commit 5a933a1

Browse files
committed
Inline icon into README
1 parent f6d24d2 commit 5a933a1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

EnvPane.png

14.6 KB
Loading

EnvPane.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
D19BDB611671286100C6467B /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D19BDB601671286100C6467B /* PreferencePanes.framework */; };
5050
D19BDB6F1671286100C6467B /* EnvPane.m in Sources */ = {isa = PBXBuildFile; fileRef = D19BDB6E1671286100C6467B /* EnvPane.m */; };
5151
D1C85DBE167FCC6C007C2CE7 /* libEnvLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D1C85DAF167FC18B007C2CE7 /* libEnvLib.a */; };
52+
D1DF567E29A3108D00F15FFE /* EnvPane.png in Resources */ = {isa = PBXBuildFile; fileRef = D1DF567D29A3106600F15FFE /* EnvPane.png */; };
5253
D1E16E68167292D100724499 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1E16E66167292D100724499 /* CoreFoundation.framework */; };
5354
D1EFCA4D16911E3400013C1A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D1FC1DBC168F90AB004F5901 /* README.md */; };
5455
D1EFCA5116912C6600013C1A /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1EFCA5016912C6600013C1A /* WebKit.framework */; };
@@ -163,6 +164,7 @@
163164
D19BDB6D1671286100C6467B /* EnvPane.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EnvPane.h; sourceTree = "<group>"; };
164165
D19BDB6E1671286100C6467B /* EnvPane.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EnvPane.m; sourceTree = "<group>"; };
165166
D1C85DAF167FC18B007C2CE7 /* libEnvLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEnvLib.a; sourceTree = BUILT_PRODUCTS_DIR; };
167+
D1DF567D29A3106600F15FFE /* EnvPane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EnvPane.png; sourceTree = "<group>"; };
166168
D1E16E66167292D100724499 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
167169
D1EFCA5016912C6600013C1A /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
168170
D1EFCA52169240E000013C1A /* AboutSheetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutSheetController.h; sourceTree = "<group>"; };
@@ -322,6 +324,7 @@
322324
E2ADE09E08395023000B79B2 = {
323325
isa = PBXGroup;
324326
children = (
327+
D1DF567D29A3106600F15FFE /* EnvPane.png */,
325328
D1FC1DBC168F90AB004F5901 /* README.md */,
326329
D1F739AE168F7F40009F8342 /* NOTICE */,
327330
D1F739AD168EFA01009F8342 /* LICENSE */,
@@ -508,6 +511,7 @@
508511
D11D590A2993761A00C9BA62 /* EnvPane.xib in Resources */,
509512
D1334E3E168699030018F00D /* EnvPane.icns in Resources */,
510513
D11D5903299375B600C9BA62 /* AboutSheet.xib in Resources */,
514+
D1DF567E29A3108D00F15FFE /* EnvPane.png in Resources */,
511515
);
512516
runOnlyForDeploymentPostprocessing = 0;
513517
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EnvPane - A macOS preference pane for environment variables
22

3-
<img src="http://diaryproducts.net/files/EnvPane.png" style="float:left"/>
3+
<img src="EnvPane.png" style="float:left"/>
44

55
EnvPane is a preference pane for Mac OS X (10.8 or newer) that lets you set
66
environment variables for all applications, both GUI and terminal. Not only

0 commit comments

Comments
 (0)