Skip to content

Commit d1a7d25

Browse files
committed
added installer
1 parent dd1ea12 commit d1a7d25

File tree

38 files changed

+1383
-17
lines changed

38 files changed

+1383
-17
lines changed

CSSketch Helper/CSSketch Helper.xcodeproj/project.pbxproj

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
FA38F4B91BC3A70F00787508 /* icon-layout24.png in Resources */ = {isa = PBXBuildFile; fileRef = FA38F4B81BC3A70F00787508 /* icon-layout24.png */; };
1818
FA38F4BE1BC3C93F00787508 /* RegExCategories.m in Sources */ = {isa = PBXBuildFile; fileRef = FA38F4BD1BC3C93F00787508 /* RegExCategories.m */; };
1919
FA4B27BF1C64182500C82A0C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4B27BE1C64182500C82A0C /* main.m */; };
20+
FA4B27C31C641EB900C82A0C /* SketchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4B27AD1C63FE3900C82A0C /* SketchKit.framework */; };
21+
FA4B27E31C6542DF00C82A0C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4B27E21C6542DF00C82A0C /* AppDelegate.m */; };
22+
FA4B27E61C6542DF00C82A0C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4B27E51C6542DF00C82A0C /* main.m */; };
23+
FA4B27E81C6542DF00C82A0C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA4B27E71C6542DF00C82A0C /* Assets.xcassets */; };
24+
FA4B27EB1C6542DF00C82A0C /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = FA4B27E91C6542DF00C82A0C /* MainMenu.xib */; };
25+
FA4B27F51C659DF300C82A0C /* CSKInstallButton.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4B27F41C659DF300C82A0C /* CSKInstallButton.m */; };
2026
FA56F7E01BC0DDE7005673E0 /* CSKFileMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = FA56F7DF1BC0DDE7005673E0 /* CSKFileMonitor.m */; };
2127
FA56F7E31BC0E15E005673E0 /* CSSketch Helper.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = FA56F7CF1BC0D6C4005673E0 /* CSSketch Helper.bundle */; };
2228
FA6F46F41C5EB0A0002EE579 /* libCocoaSass.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA6F46F31C5EB095002EE579 /* libCocoaSass.a */; };
@@ -56,6 +62,27 @@
5662
remoteGlobalIDString = FADCE72A1C5FC8C200F746B8;
5763
remoteInfo = SketchKit;
5864
};
65+
FA4B27D51C652B4700C82A0C /* PBXContainerItemProxy */ = {
66+
isa = PBXContainerItemProxy;
67+
containerPortal = FA56F7C71BC0D6C4005673E0 /* Project object */;
68+
proxyType = 1;
69+
remoteGlobalIDString = FA56F7CE1BC0D6C4005673E0;
70+
remoteInfo = "CSSketch Helper";
71+
};
72+
FA4B27F61C65A08100C82A0C /* PBXContainerItemProxy */ = {
73+
isa = PBXContainerItemProxy;
74+
containerPortal = FA56F7C71BC0D6C4005673E0 /* Project object */;
75+
proxyType = 1;
76+
remoteGlobalIDString = FA56F7CE1BC0D6C4005673E0;
77+
remoteInfo = "CSSketch Helper";
78+
};
79+
FA4B27F91C65A09A00C82A0C /* PBXContainerItemProxy */ = {
80+
isa = PBXContainerItemProxy;
81+
containerPortal = FA4B27A61C63FE3800C82A0C /* SketchKit.xcodeproj */;
82+
proxyType = 1;
83+
remoteGlobalIDString = FADCE72A1C5FC8C200F746B8;
84+
remoteInfo = SketchKit;
85+
};
5986
FA6F46F21C5EB095002EE579 /* PBXContainerItemProxy */ = {
6087
isa = PBXContainerItemProxy;
6188
containerPortal = FA6F46EE1C5EB095002EE579 /* CocoaSass.xcodeproj */;
@@ -114,6 +141,15 @@
114141
FA4B27A61C63FE3800C82A0C /* SketchKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SketchKit.xcodeproj; path = ../External/SketchKit/SketchKit.xcodeproj; sourceTree = "<group>"; };
115142
FA4B27BC1C64182500C82A0C /* CSS Launcher */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "CSS Launcher"; sourceTree = BUILT_PRODUCTS_DIR; };
116143
FA4B27BE1C64182500C82A0C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
144+
FA4B27DF1C6542DF00C82A0C /* CSSketchInstaller.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CSSketchInstaller.app; sourceTree = BUILT_PRODUCTS_DIR; };
145+
FA4B27E11C6542DF00C82A0C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
146+
FA4B27E21C6542DF00C82A0C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
147+
FA4B27E51C6542DF00C82A0C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
148+
FA4B27E71C6542DF00C82A0C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
149+
FA4B27EA1C6542DF00C82A0C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
150+
FA4B27EC1C6542DF00C82A0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
151+
FA4B27F31C659DF300C82A0C /* CSKInstallButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSKInstallButton.h; sourceTree = "<group>"; };
152+
FA4B27F41C659DF300C82A0C /* CSKInstallButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSKInstallButton.m; sourceTree = "<group>"; };
117153
FA56F7CF1BC0D6C4005673E0 /* CSSketch Helper.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "CSSketch Helper.bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
118154
FA56F7D21BC0D6C4005673E0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
119155
FA56F7D81BC0D72F005673E0 /* CSSketch Helper-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CSSketch Helper-Bridging-Header.h"; sourceTree = "<group>"; };
@@ -154,10 +190,18 @@
154190
);
155191
runOnlyForDeploymentPostprocessing = 0;
156192
};
193+
FA4B27DC1C6542DF00C82A0C /* Frameworks */ = {
194+
isa = PBXFrameworksBuildPhase;
195+
buildActionMask = 2147483647;
196+
files = (
197+
);
198+
runOnlyForDeploymentPostprocessing = 0;
199+
};
157200
FA56F7CC1BC0D6C4005673E0 /* Frameworks */ = {
158201
isa = PBXFrameworksBuildPhase;
159202
buildActionMask = 2147483647;
160203
files = (
204+
FA4B27C31C641EB900C82A0C /* SketchKit.framework in Frameworks */,
161205
FA6F46F71C5EB74F002EE579 /* libc++.tbd in Frameworks */,
162206
FA6F46F41C5EB0A0002EE579 /* libCocoaSass.a in Frameworks */,
163207
FA38F4B01BC325D200787508 /* AppKit.framework in Frameworks */,
@@ -264,11 +308,35 @@
264308
path = "CSS Launcher";
265309
sourceTree = "<group>";
266310
};
311+
FA4B27E01C6542DF00C82A0C /* CSSketch-Installer */ = {
312+
isa = PBXGroup;
313+
children = (
314+
FA4B27E11C6542DF00C82A0C /* AppDelegate.h */,
315+
FA4B27E21C6542DF00C82A0C /* AppDelegate.m */,
316+
FA4B27E71C6542DF00C82A0C /* Assets.xcassets */,
317+
FA4B27E91C6542DF00C82A0C /* MainMenu.xib */,
318+
FA4B27EC1C6542DF00C82A0C /* Info.plist */,
319+
FA4B27E41C6542DF00C82A0C /* Supporting Files */,
320+
FA4B27F31C659DF300C82A0C /* CSKInstallButton.h */,
321+
FA4B27F41C659DF300C82A0C /* CSKInstallButton.m */,
322+
);
323+
path = "CSSketch-Installer";
324+
sourceTree = "<group>";
325+
};
326+
FA4B27E41C6542DF00C82A0C /* Supporting Files */ = {
327+
isa = PBXGroup;
328+
children = (
329+
FA4B27E51C6542DF00C82A0C /* main.m */,
330+
);
331+
name = "Supporting Files";
332+
sourceTree = "<group>";
333+
};
267334
FA56F7C61BC0D6C4005673E0 = {
268335
isa = PBXGroup;
269336
children = (
270337
FA6F46ED1C5EB088002EE579 /* External */,
271338
FA4B27BD1C64182500C82A0C /* CSS Launcher */,
339+
FA4B27E01C6542DF00C82A0C /* CSSketch-Installer */,
272340
FA7D76EF1BC1CC2900FCDEF5 /* Frameworks */,
273341
FA56F7D11BC0D6C4005673E0 /* CSSketch Helper */,
274342
FA7D76D61BC1AB6900FCDEF5 /* CSK Tests */,
@@ -284,6 +352,7 @@
284352
FA56F7CF1BC0D6C4005673E0 /* CSSketch Helper.bundle */,
285353
FA7D76D51BC1AB6900FCDEF5 /* CSK Tests.xctest */,
286354
FA4B27BC1C64182500C82A0C /* CSS Launcher */,
355+
FA4B27DF1C6542DF00C82A0C /* CSSketchInstaller.app */,
287356
);
288357
name = Products;
289358
sourceTree = "<group>";
@@ -432,12 +501,33 @@
432501
buildRules = (
433502
);
434503
dependencies = (
504+
FA4B27D61C652B4700C82A0C /* PBXTargetDependency */,
435505
);
436506
name = "CSS Launcher";
437507
productName = "CSS Launcher";
438508
productReference = FA4B27BC1C64182500C82A0C /* CSS Launcher */;
439509
productType = "com.apple.product-type.tool";
440510
};
511+
FA4B27DE1C6542DF00C82A0C /* CSSketch Install */ = {
512+
isa = PBXNativeTarget;
513+
buildConfigurationList = FA4B27ED1C6542DF00C82A0C /* Build configuration list for PBXNativeTarget "CSSketch Install" */;
514+
buildPhases = (
515+
FA4B27DB1C6542DF00C82A0C /* Sources */,
516+
FA4B27DC1C6542DF00C82A0C /* Frameworks */,
517+
FA4B27DD1C6542DF00C82A0C /* Resources */,
518+
FA4B28021C65A5AC00C82A0C /* ShellScript */,
519+
);
520+
buildRules = (
521+
);
522+
dependencies = (
523+
FA4B27FA1C65A09A00C82A0C /* PBXTargetDependency */,
524+
FA4B27F71C65A08100C82A0C /* PBXTargetDependency */,
525+
);
526+
name = "CSSketch Install";
527+
productName = "CSSketch-Installer";
528+
productReference = FA4B27DF1C6542DF00C82A0C /* CSSketchInstaller.app */;
529+
productType = "com.apple.product-type.application";
530+
};
441531
FA56F7CE1BC0D6C4005673E0 /* CSSketch Helper */ = {
442532
isa = PBXNativeTarget;
443533
buildConfigurationList = FA56F7D51BC0D6C4005673E0 /* Build configuration list for PBXNativeTarget "CSSketch Helper" */;
@@ -488,6 +578,9 @@
488578
FA4B27BB1C64182500C82A0C = {
489579
CreatedOnToolsVersion = 7.2;
490580
};
581+
FA4B27DE1C6542DF00C82A0C = {
582+
CreatedOnToolsVersion = 7.2;
583+
};
491584
FA56F7CE1BC0D6C4005673E0 = {
492585
CreatedOnToolsVersion = 7.0;
493586
};
@@ -502,6 +595,7 @@
502595
hasScannedForEncodings = 0;
503596
knownRegions = (
504597
en,
598+
Base,
505599
);
506600
mainGroup = FA56F7C61BC0D6C4005673E0;
507601
productRefGroup = FA56F7D01BC0D6C4005673E0 /* Products */;
@@ -521,6 +615,7 @@
521615
FA56F7CE1BC0D6C4005673E0 /* CSSketch Helper */,
522616
FA7D76D41BC1AB6900FCDEF5 /* CSK Tests */,
523617
FA4B27BB1C64182500C82A0C /* CSS Launcher */,
618+
FA4B27DE1C6542DF00C82A0C /* CSSketch Install */,
524619
);
525620
};
526621
/* End PBXProject section */
@@ -550,6 +645,15 @@
550645
/* End PBXReferenceProxy section */
551646

552647
/* Begin PBXResourcesBuildPhase section */
648+
FA4B27DD1C6542DF00C82A0C /* Resources */ = {
649+
isa = PBXResourcesBuildPhase;
650+
buildActionMask = 2147483647;
651+
files = (
652+
FA4B27E81C6542DF00C82A0C /* Assets.xcassets in Resources */,
653+
FA4B27EB1C6542DF00C82A0C /* MainMenu.xib in Resources */,
654+
);
655+
runOnlyForDeploymentPostprocessing = 0;
656+
};
553657
FA56F7CD1BC0D6C4005673E0 /* Resources */ = {
554658
isa = PBXResourcesBuildPhase;
555659
buildActionMask = 2147483647;
@@ -570,6 +674,22 @@
570674
};
571675
/* End PBXResourcesBuildPhase section */
572676

677+
/* Begin PBXShellScriptBuildPhase section */
678+
FA4B28021C65A5AC00C82A0C /* ShellScript */ = {
679+
isa = PBXShellScriptBuildPhase;
680+
buildActionMask = 2147483647;
681+
files = (
682+
);
683+
inputPaths = (
684+
);
685+
outputPaths = (
686+
);
687+
runOnlyForDeploymentPostprocessing = 0;
688+
shellPath = /bin/sh;
689+
shellScript = "#rm -R \"${PROJECT_DIR}/SketchKit.sketchplugin/${WRAPPER_NAME}\"\n#cp -R \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}\" \"${PROJECT_DIR}/SketchKit.sketchplugin/\"\ncp -R \"${PROJECT_DIR}/../External/SketchKit/SketchKit.sketchplugin\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Contents/Resources/\"\ncp -R \"${PROJECT_DIR}/../CSSketch.sketchplugin\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Contents/Resources/\"";
690+
};
691+
/* End PBXShellScriptBuildPhase section */
692+
573693
/* Begin PBXSourcesBuildPhase section */
574694
FA4B27B81C64182500C82A0C /* Sources */ = {
575695
isa = PBXSourcesBuildPhase;
@@ -579,6 +699,16 @@
579699
);
580700
runOnlyForDeploymentPostprocessing = 0;
581701
};
702+
FA4B27DB1C6542DF00C82A0C /* Sources */ = {
703+
isa = PBXSourcesBuildPhase;
704+
buildActionMask = 2147483647;
705+
files = (
706+
FA4B27E61C6542DF00C82A0C /* main.m in Sources */,
707+
FA4B27F51C659DF300C82A0C /* CSKInstallButton.m in Sources */,
708+
FA4B27E31C6542DF00C82A0C /* AppDelegate.m in Sources */,
709+
);
710+
runOnlyForDeploymentPostprocessing = 0;
711+
};
582712
FA56F7CB1BC0D6C4005673E0 /* Sources */ = {
583713
isa = PBXSourcesBuildPhase;
584714
buildActionMask = 2147483647;
@@ -614,8 +744,34 @@
614744
name = SketchKit;
615745
targetProxy = FA4B27B01C63FE3F00C82A0C /* PBXContainerItemProxy */;
616746
};
747+
FA4B27D61C652B4700C82A0C /* PBXTargetDependency */ = {
748+
isa = PBXTargetDependency;
749+
target = FA56F7CE1BC0D6C4005673E0 /* CSSketch Helper */;
750+
targetProxy = FA4B27D51C652B4700C82A0C /* PBXContainerItemProxy */;
751+
};
752+
FA4B27F71C65A08100C82A0C /* PBXTargetDependency */ = {
753+
isa = PBXTargetDependency;
754+
target = FA56F7CE1BC0D6C4005673E0 /* CSSketch Helper */;
755+
targetProxy = FA4B27F61C65A08100C82A0C /* PBXContainerItemProxy */;
756+
};
757+
FA4B27FA1C65A09A00C82A0C /* PBXTargetDependency */ = {
758+
isa = PBXTargetDependency;
759+
name = SketchKit;
760+
targetProxy = FA4B27F91C65A09A00C82A0C /* PBXContainerItemProxy */;
761+
};
617762
/* End PBXTargetDependency section */
618763

764+
/* Begin PBXVariantGroup section */
765+
FA4B27E91C6542DF00C82A0C /* MainMenu.xib */ = {
766+
isa = PBXVariantGroup;
767+
children = (
768+
FA4B27EA1C6542DF00C82A0C /* Base */,
769+
);
770+
name = MainMenu.xib;
771+
sourceTree = "<group>";
772+
};
773+
/* End PBXVariantGroup section */
774+
619775
/* Begin XCBuildConfiguration section */
620776
FA4B27C11C64182500C82A0C /* Debug */ = {
621777
isa = XCBuildConfiguration;
@@ -633,6 +789,32 @@
633789
};
634790
name = Release;
635791
};
792+
FA4B27EE1C6542DF00C82A0C /* Debug */ = {
793+
isa = XCBuildConfiguration;
794+
buildSettings = {
795+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
796+
CODE_SIGN_IDENTITY = "-";
797+
COMBINE_HIDPI_IMAGES = YES;
798+
INFOPLIST_FILE = "CSSketch-Installer/Info.plist";
799+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
800+
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.CSSketch-Installer";
801+
PRODUCT_NAME = "$(TARGET_NAME)";
802+
};
803+
name = Debug;
804+
};
805+
FA4B27EF1C6542DF00C82A0C /* Release */ = {
806+
isa = XCBuildConfiguration;
807+
buildSettings = {
808+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
809+
CODE_SIGN_IDENTITY = "-";
810+
COMBINE_HIDPI_IMAGES = YES;
811+
INFOPLIST_FILE = "CSSketch-Installer/Info.plist";
812+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
813+
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.CSSketch-Installer";
814+
PRODUCT_NAME = "$(TARGET_NAME)";
815+
};
816+
name = Release;
817+
};
636818
FA56F7D31BC0D6C4005673E0 /* Debug */ = {
637819
isa = XCBuildConfiguration;
638820
buildSettings = {
@@ -781,6 +963,15 @@
781963
FA4B27C21C64182500C82A0C /* Release */,
782964
);
783965
defaultConfigurationIsVisible = 0;
966+
defaultConfigurationName = Release;
967+
};
968+
FA4B27ED1C6542DF00C82A0C /* Build configuration list for PBXNativeTarget "CSSketch Install" */ = {
969+
isa = XCConfigurationList;
970+
buildConfigurations = (
971+
FA4B27EE1C6542DF00C82A0C /* Debug */,
972+
FA4B27EF1C6542DF00C82A0C /* Release */,
973+
);
974+
defaultConfigurationIsVisible = 0;
784975
};
785976
FA56F7CA1BC0D6C4005673E0 /* Build configuration list for PBXProject "CSSketch Helper" */ = {
786977
isa = XCConfigurationList;

CSSketch Helper/CSSketch Helper.xcodeproj/project.xcworkspace/xcshareddata/CSSketch Helper.xcscmblueprint

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
},
66
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
77
"DB0AA8B77050AFE7C658D7A871F99ECFEA6230C3" : 0,
8-
"3F4433ED5A780EDFF7B8C0257D51FE25CD8299D4" : 0
8+
"3F4433ED5A780EDFF7B8C0257D51FE25CD8299D4" : 0,
9+
"B5579E252A63267B1B29E4E7A348EF9ECB94F757" : 0
910
},
1011
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "1F81B77F-C239-4FCF-B140-193D31D526C3",
1112
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
1213
"DB0AA8B77050AFE7C658D7A871F99ECFEA6230C3" : "CSSketch\/",
13-
"3F4433ED5A780EDFF7B8C0257D51FE25CD8299D4" : "CSSketch\/external\/libsass\/"
14+
"3F4433ED5A780EDFF7B8C0257D51FE25CD8299D4" : "CSSketch\/external\/libsass\/",
15+
"B5579E252A63267B1B29E4E7A348EF9ECB94F757" : "CSSketch\/External\/SketchKit\/"
1416
},
1517
"DVTSourceControlWorkspaceBlueprintNameKey" : "CSSketch Helper",
1618
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
@@ -21,6 +23,11 @@
2123
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
2224
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "3F4433ED5A780EDFF7B8C0257D51FE25CD8299D4"
2325
},
26+
{
27+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/JohnCoates\/SketchKit",
28+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
29+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "B5579E252A63267B1B29E4E7A348EF9ECB94F757"
30+
},
2431
{
2532
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:JohnCoates\/CSSketch.git",
2633
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",

CSSketch Helper/CSSketch Helper.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/CSSketch Helper.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</AdditionalOptions>
5353
</TestAction>
5454
<LaunchAction
55-
buildConfiguration = "Release"
55+
buildConfiguration = "Debug"
5656
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5757
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5858
launchStyle = "0"

CSSketch Helper/CSSketch Helper.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<key>orderHint</key>
2020
<integer>1</integer>
2121
</dict>
22+
<key>CSSketch-Installer.xcscheme</key>
23+
<dict>
24+
<key>orderHint</key>
25+
<integer>6</integer>
26+
</dict>
2227
</dict>
2328
<key>SuppressBuildableAutocreation</key>
2429
<dict>
@@ -27,6 +32,11 @@
2732
<key>primary</key>
2833
<true/>
2934
</dict>
35+
<key>FA4B27DE1C6542DF00C82A0C</key>
36+
<dict>
37+
<key>primary</key>
38+
<true/>
39+
</dict>
3040
<key>FA56F7CE1BC0D6C4005673E0</key>
3141
<dict>
3242
<key>primary</key>

CSSketch Helper/CSSketch Helper/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>1.1</string>
2323
<key>NSHumanReadableCopyright</key>
2424
<string>Copyright © 2015 John Coates. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)