Skip to content

Commit 83d59ee

Browse files
authored
Merge pull request #73 from replete-repl/2.3
2.3
2 parents 3452a74 + b2eef71 commit 83d59ee

File tree

7 files changed

+63
-64
lines changed

7 files changed

+63
-64
lines changed

ClojureScript/replete/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
1+
{:deps {org.clojure/clojurescript {:mvn/version "1.10.597"}
22
github-replete-repl/replete-shared {:git/url "https://github.com/replete-repl/replete-shared"
3-
:sha "eda33a0cb206b601acf9a2a0a0202e8b139081b7"}}}
3+
:sha "d1b30441e34db96f25bd718e9ee1bd15ae54eac4"}}}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Replete macOS
1+
# Replete REPL macOS
22

33
ClojureScript REPL macOS app.
44

5-
Interested in iOS instead? See [Replete for iOS](https://github.com/replete-repl/replete-ios).
5+
Interested in iOS instead? See [Replete REPL for iOS](https://github.com/replete-repl/replete-ios).
66

7-
Interested in Android instead? See [Replete for Android](https://github.com/replete-repl/replete-android).
7+
Interested in Android instead? See [Replete REPL for Android](https://github.com/replete-repl/replete-android).
88

99
# Running
1010

1111
1. Clone [planck](https://github.com/mfikes/planck) into a sibling directory and build it.
1212
1. In the `ClojureScript/replete` directory, do `script/build`
13-
1. `open Replete.xcodeproj` with Xcode and run the app on your Mac.
13+
1. `open Replete\ REPL.xcodeproj` with Xcode and run the app on your Mac.
1414

1515

1616
# Contributing
@@ -19,6 +19,6 @@ Happy to take PRs!
1919

2020
# License
2121

22-
Copyright © 2019 Jason Jobe, Mike Fikes, and Contributors
22+
Copyright © 2019–2020 Jason Jobe, Mike Fikes, and Contributors
2323

2424
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
/* End PBXContainerItemProxy section */
4949

5050
/* Begin PBXFileReference section */
51-
961984B8226562B300B64BBA /* Replete.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Replete.app; sourceTree = BUILT_PRODUCTS_DIR; };
51+
961984B8226562B300B64BBA /* Replete REPL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Replete REPL.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5252
961984BB226562B300B64BBA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5353
961984BD226562B300B64BBA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
5454
961984BF226562B300B64BBA /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
5555
961984C1226562B600B64BBA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5656
961984C4226562B600B64BBA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5757
961984C6226562B600B64BBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5858
961984C7226562B600B64BBA /* Replete.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Replete.entitlements; sourceTree = "<group>"; };
59-
961984CC226562B600B64BBA /* RepleteTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RepleteTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
59+
961984CC226562B600B64BBA /* Replete REPLTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Replete REPLTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
6060
961984D0226562B600B64BBA /* RepleteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepleteTests.swift; sourceTree = "<group>"; };
6161
961984D2226562B600B64BBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
62-
961984D7226562B600B64BBA /* RepleteUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RepleteUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
62+
961984D7226562B600B64BBA /* Replete REPLUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Replete REPLUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
6363
961984DB226562B600B64BBA /* RepleteUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepleteUITests.swift; sourceTree = "<group>"; };
6464
961984DD226562B600B64BBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6565
961984EA226564E900B64BBA /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
@@ -85,7 +85,7 @@
8585
9619850B22656D0200B64BBA /* ufile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ufile.h; sourceTree = "<group>"; };
8686
9619850C2265705300B64BBA /* Relay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relay.swift; sourceTree = "<group>"; };
8787
9619850E2265770B00B64BBA /* NSExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSExtensions.swift; sourceTree = "<group>"; };
88-
961985142266CAEC00B64BBA /* RepleteHelp.help */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RepleteHelp.help; sourceTree = BUILT_PRODUCTS_DIR; };
88+
961985142266CAEC00B64BBA /* Replete REPLHelp.help */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Replete REPLHelp.help"; sourceTree = BUILT_PRODUCTS_DIR; };
8989
961985162266CAEC00B64BBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9090
ED4A28A822A74A9F003A1C44 /* FiraCode-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FiraCode-Regular.otf"; sourceTree = "<group>"; };
9191
/* End PBXFileReference section */
@@ -141,10 +141,10 @@
141141
961984B9226562B300B64BBA /* Products */ = {
142142
isa = PBXGroup;
143143
children = (
144-
961984B8226562B300B64BBA /* Replete.app */,
145-
961984CC226562B600B64BBA /* RepleteTests.xctest */,
146-
961984D7226562B600B64BBA /* RepleteUITests.xctest */,
147-
961985142266CAEC00B64BBA /* RepleteHelp.help */,
144+
961984B8226562B300B64BBA /* Replete REPL.app */,
145+
961984CC226562B600B64BBA /* Replete REPLTests.xctest */,
146+
961984D7226562B600B64BBA /* Replete REPLUITests.xctest */,
147+
961985142266CAEC00B64BBA /* Replete REPLHelp.help */,
148148
);
149149
name = Products;
150150
sourceTree = "<group>";
@@ -230,9 +230,9 @@
230230
/* End PBXGroup section */
231231

232232
/* Begin PBXNativeTarget section */
233-
961984B7226562B300B64BBA /* Replete */ = {
233+
961984B7226562B300B64BBA /* Replete REPL */ = {
234234
isa = PBXNativeTarget;
235-
buildConfigurationList = 961984E0226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete" */;
235+
buildConfigurationList = 961984E0226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPL" */;
236236
buildPhases = (
237237
961984B4226562B300B64BBA /* Sources */,
238238
961984B5226562B300B64BBA /* Frameworks */,
@@ -242,14 +242,14 @@
242242
);
243243
dependencies = (
244244
);
245-
name = Replete;
245+
name = "Replete REPL";
246246
productName = Replete;
247-
productReference = 961984B8226562B300B64BBA /* Replete.app */;
247+
productReference = 961984B8226562B300B64BBA /* Replete REPL.app */;
248248
productType = "com.apple.product-type.application";
249249
};
250-
961984CB226562B600B64BBA /* RepleteTests */ = {
250+
961984CB226562B600B64BBA /* Replete REPLTests */ = {
251251
isa = PBXNativeTarget;
252-
buildConfigurationList = 961984E3226562B600B64BBA /* Build configuration list for PBXNativeTarget "RepleteTests" */;
252+
buildConfigurationList = 961984E3226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLTests" */;
253253
buildPhases = (
254254
961984C8226562B600B64BBA /* Sources */,
255255
961984C9226562B600B64BBA /* Frameworks */,
@@ -260,14 +260,14 @@
260260
dependencies = (
261261
961984CE226562B600B64BBA /* PBXTargetDependency */,
262262
);
263-
name = RepleteTests;
263+
name = "Replete REPLTests";
264264
productName = RepleteTests;
265-
productReference = 961984CC226562B600B64BBA /* RepleteTests.xctest */;
265+
productReference = 961984CC226562B600B64BBA /* Replete REPLTests.xctest */;
266266
productType = "com.apple.product-type.bundle.unit-test";
267267
};
268-
961984D6226562B600B64BBA /* RepleteUITests */ = {
268+
961984D6226562B600B64BBA /* Replete REPLUITests */ = {
269269
isa = PBXNativeTarget;
270-
buildConfigurationList = 961984E6226562B600B64BBA /* Build configuration list for PBXNativeTarget "RepleteUITests" */;
270+
buildConfigurationList = 961984E6226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLUITests" */;
271271
buildPhases = (
272272
961984D3226562B600B64BBA /* Sources */,
273273
961984D4226562B600B64BBA /* Frameworks */,
@@ -278,14 +278,14 @@
278278
dependencies = (
279279
961984D9226562B600B64BBA /* PBXTargetDependency */,
280280
);
281-
name = RepleteUITests;
281+
name = "Replete REPLUITests";
282282
productName = RepleteUITests;
283-
productReference = 961984D7226562B600B64BBA /* RepleteUITests.xctest */;
283+
productReference = 961984D7226562B600B64BBA /* Replete REPLUITests.xctest */;
284284
productType = "com.apple.product-type.bundle.ui-testing";
285285
};
286-
961985132266CAEC00B64BBA /* RepleteHelp */ = {
286+
961985132266CAEC00B64BBA /* Replete REPLHelp */ = {
287287
isa = PBXNativeTarget;
288-
buildConfigurationList = 961985172266CAEC00B64BBA /* Build configuration list for PBXNativeTarget "RepleteHelp" */;
288+
buildConfigurationList = 961985172266CAEC00B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLHelp" */;
289289
buildPhases = (
290290
961985102266CAEC00B64BBA /* Sources */,
291291
961985112266CAEC00B64BBA /* Frameworks */,
@@ -296,9 +296,9 @@
296296
);
297297
dependencies = (
298298
);
299-
name = RepleteHelp;
299+
name = "Replete REPLHelp";
300300
productName = RepleteHelp;
301-
productReference = 961985142266CAEC00B64BBA /* RepleteHelp.help */;
301+
productReference = 961985142266CAEC00B64BBA /* Replete REPLHelp.help */;
302302
productType = "com.apple.product-type.bundle";
303303
};
304304
/* End PBXNativeTarget section */
@@ -336,7 +336,7 @@
336336
};
337337
};
338338
};
339-
buildConfigurationList = 961984B3226562B300B64BBA /* Build configuration list for PBXProject "Replete" */;
339+
buildConfigurationList = 961984B3226562B300B64BBA /* Build configuration list for PBXProject "Replete REPL" */;
340340
compatibilityVersion = "Xcode 9.3";
341341
developmentRegion = en;
342342
hasScannedForEncodings = 0;
@@ -349,10 +349,10 @@
349349
projectDirPath = "";
350350
projectRoot = "";
351351
targets = (
352-
961984B7226562B300B64BBA /* Replete */,
353-
961984CB226562B600B64BBA /* RepleteTests */,
354-
961984D6226562B600B64BBA /* RepleteUITests */,
355-
961985132266CAEC00B64BBA /* RepleteHelp */,
352+
961984B7226562B300B64BBA /* Replete REPL */,
353+
961984CB226562B600B64BBA /* Replete REPLTests */,
354+
961984D6226562B600B64BBA /* Replete REPLUITests */,
355+
961985132266CAEC00B64BBA /* Replete REPLHelp */,
356356
);
357357
};
358358
/* End PBXProject section */
@@ -460,12 +460,12 @@
460460
/* Begin PBXTargetDependency section */
461461
961984CE226562B600B64BBA /* PBXTargetDependency */ = {
462462
isa = PBXTargetDependency;
463-
target = 961984B7226562B300B64BBA /* Replete */;
463+
target = 961984B7226562B300B64BBA /* Replete REPL */;
464464
targetProxy = 961984CD226562B600B64BBA /* PBXContainerItemProxy */;
465465
};
466466
961984D9226562B600B64BBA /* PBXTargetDependency */ = {
467467
isa = PBXTargetDependency;
468-
target = 961984B7226562B300B64BBA /* Replete */;
468+
target = 961984B7226562B300B64BBA /* Replete REPL */;
469469
targetProxy = 961984D8226562B600B64BBA /* PBXContainerItemProxy */;
470470
};
471471
/* End PBXTargetDependency section */
@@ -661,7 +661,7 @@
661661
PRODUCT_BUNDLE_IDENTIFIER = com.wildthink.osx.RepleteTests;
662662
PRODUCT_NAME = "$(TARGET_NAME)";
663663
SWIFT_VERSION = 5.0;
664-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Replete.app/Contents/MacOS/Replete";
664+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Replete REPL.app/Contents/MacOS/Replete REPL";
665665
};
666666
name = Debug;
667667
};
@@ -682,7 +682,7 @@
682682
PRODUCT_BUNDLE_IDENTIFIER = com.wildthink.osx.RepleteTests;
683683
PRODUCT_NAME = "$(TARGET_NAME)";
684684
SWIFT_VERSION = 5.0;
685-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Replete.app/Contents/MacOS/Replete";
685+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Replete REPL.app/Contents/MacOS/Replete REPL";
686686
};
687687
name = Release;
688688
};
@@ -759,7 +759,7 @@
759759
/* End XCBuildConfiguration section */
760760

761761
/* Begin XCConfigurationList section */
762-
961984B3226562B300B64BBA /* Build configuration list for PBXProject "Replete" */ = {
762+
961984B3226562B300B64BBA /* Build configuration list for PBXProject "Replete REPL" */ = {
763763
isa = XCConfigurationList;
764764
buildConfigurations = (
765765
961984DE226562B600B64BBA /* Debug */,
@@ -768,7 +768,7 @@
768768
defaultConfigurationIsVisible = 0;
769769
defaultConfigurationName = Release;
770770
};
771-
961984E0226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete" */ = {
771+
961984E0226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPL" */ = {
772772
isa = XCConfigurationList;
773773
buildConfigurations = (
774774
961984E1226562B600B64BBA /* Debug */,
@@ -777,7 +777,7 @@
777777
defaultConfigurationIsVisible = 0;
778778
defaultConfigurationName = Release;
779779
};
780-
961984E3226562B600B64BBA /* Build configuration list for PBXNativeTarget "RepleteTests" */ = {
780+
961984E3226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLTests" */ = {
781781
isa = XCConfigurationList;
782782
buildConfigurations = (
783783
961984E4226562B600B64BBA /* Debug */,
@@ -786,7 +786,7 @@
786786
defaultConfigurationIsVisible = 0;
787787
defaultConfigurationName = Release;
788788
};
789-
961984E6226562B600B64BBA /* Build configuration list for PBXNativeTarget "RepleteUITests" */ = {
789+
961984E6226562B600B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLUITests" */ = {
790790
isa = XCConfigurationList;
791791
buildConfigurations = (
792792
961984E7226562B600B64BBA /* Debug */,
@@ -795,7 +795,7 @@
795795
defaultConfigurationIsVisible = 0;
796796
defaultConfigurationName = Release;
797797
};
798-
961985172266CAEC00B64BBA /* Build configuration list for PBXNativeTarget "RepleteHelp" */ = {
798+
961985172266CAEC00B64BBA /* Build configuration list for PBXNativeTarget "Replete REPLHelp" */ = {
799799
isa = XCConfigurationList;
800800
buildConfigurations = (
801801
961985182266CAEC00B64BBA /* Debug */,

Replete.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Replete REPL.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Replete.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to Replete REPL.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

0 commit comments

Comments
 (0)