Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Jul 3, 2018
1 parent b08f543 commit 58fa7fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
6 changes: 3 additions & 3 deletions ClojureScript/replete/project.clj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(defproject replete "0.1.0"
:dependencies [[andare "0.9.0"] ; Update in script/build also
[cljsjs/parinfer "1.8.1-0"]
[com.cognitect/transit-clj "0.8.300"]
[com.cognitect/transit-cljs "0.8.243"]
[com.cognitect/transit-clj "0.8.309"]
[com.cognitect/transit-cljs "0.8.248"]
[fipp "0.6.8"]
[tailrecursion/cljson "1.0.7"]
[malabarba/lazy-map "1.3"]
[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.329"]
[org.clojure/clojurescript "1.10.339"]
[org.clojure/test.check "0.10.0-alpha2"]]
:clean-targets ["out" "target"]
:plugins [[lein-cljsbuild "1.1.7"]]
Expand Down
32 changes: 0 additions & 32 deletions Replete.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@
ED06DC1D1B3F62E800100331 /* Sources */,
ED06DC1E1B3F62E800100331 /* Frameworks */,
ED06DC1F1B3F62E800100331 /* Resources */,
94730F2943E158BF716CA809 /* [CP] Embed Pods Frameworks */,
1D51FECB6FA6280AB857905C /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -267,21 +265,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1D51FECB6FA6280AB857905C /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Replete/Pods-Replete-resources.sh\"\n";
showEnvVarsInLog = 0;
};
7A1730B7AAE0AF50A64AA897 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -300,21 +283,6 @@
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";
showEnvVarsInLog = 0;
};
94730F2943E158BF716CA809 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Replete/Pods-Replete-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
4 changes: 2 additions & 2 deletions Replete/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17</string>
<string>1.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>65</string>
<string>66</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 58fa7fa

Please sign in to comment.