Skip to content

Commit 58fa7fa

Browse files
committed
Bump version
1 parent b08f543 commit 58fa7fa

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

ClojureScript/replete/project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(defproject replete "0.1.0"
22
:dependencies [[andare "0.9.0"] ; Update in script/build also
33
[cljsjs/parinfer "1.8.1-0"]
4-
[com.cognitect/transit-clj "0.8.300"]
5-
[com.cognitect/transit-cljs "0.8.243"]
4+
[com.cognitect/transit-clj "0.8.309"]
5+
[com.cognitect/transit-cljs "0.8.248"]
66
[fipp "0.6.8"]
77
[tailrecursion/cljson "1.0.7"]
88
[malabarba/lazy-map "1.3"]
99
[org.clojure/clojure "1.9.0"]
10-
[org.clojure/clojurescript "1.10.329"]
10+
[org.clojure/clojurescript "1.10.339"]
1111
[org.clojure/test.check "0.10.0-alpha2"]]
1212
:clean-targets ["out" "target"]
1313
:plugins [[lein-cljsbuild "1.1.7"]]

Replete.xcodeproj/project.pbxproj

-32
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@
174174
ED06DC1D1B3F62E800100331 /* Sources */,
175175
ED06DC1E1B3F62E800100331 /* Frameworks */,
176176
ED06DC1F1B3F62E800100331 /* Resources */,
177-
94730F2943E158BF716CA809 /* [CP] Embed Pods Frameworks */,
178-
1D51FECB6FA6280AB857905C /* [CP] Copy Pods Resources */,
179177
);
180178
buildRules = (
181179
);
@@ -267,21 +265,6 @@
267265
/* End PBXResourcesBuildPhase section */
268266

269267
/* Begin PBXShellScriptBuildPhase section */
270-
1D51FECB6FA6280AB857905C /* [CP] Copy Pods Resources */ = {
271-
isa = PBXShellScriptBuildPhase;
272-
buildActionMask = 2147483647;
273-
files = (
274-
);
275-
inputPaths = (
276-
);
277-
name = "[CP] Copy Pods Resources";
278-
outputPaths = (
279-
);
280-
runOnlyForDeploymentPostprocessing = 0;
281-
shellPath = /bin/sh;
282-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Replete/Pods-Replete-resources.sh\"\n";
283-
showEnvVarsInLog = 0;
284-
};
285268
7A1730B7AAE0AF50A64AA897 /* [CP] Check Pods Manifest.lock */ = {
286269
isa = PBXShellScriptBuildPhase;
287270
buildActionMask = 2147483647;
@@ -300,21 +283,6 @@
300283
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
301284
showEnvVarsInLog = 0;
302285
};
303-
94730F2943E158BF716CA809 /* [CP] Embed Pods Frameworks */ = {
304-
isa = PBXShellScriptBuildPhase;
305-
buildActionMask = 2147483647;
306-
files = (
307-
);
308-
inputPaths = (
309-
);
310-
name = "[CP] Embed Pods Frameworks";
311-
outputPaths = (
312-
);
313-
runOnlyForDeploymentPostprocessing = 0;
314-
shellPath = /bin/sh;
315-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Replete/Pods-Replete-frameworks.sh\"\n";
316-
showEnvVarsInLog = 0;
317-
};
318286
/* End PBXShellScriptBuildPhase section */
319287

320288
/* Begin PBXSourcesBuildPhase section */

Replete/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>CFBundlePackageType</key>
3333
<string>APPL</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>1.17</string>
35+
<string>1.18</string>
3636
<key>CFBundleSignature</key>
3737
<string>????</string>
3838
<key>CFBundleURLTypes</key>
@@ -49,7 +49,7 @@
4949
</dict>
5050
</array>
5151
<key>CFBundleVersion</key>
52-
<string>65</string>
52+
<string>66</string>
5353
<key>ITSAppUsesNonExemptEncryption</key>
5454
<false/>
5555
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)