Skip to content

Commit 5eaa17f

Browse files
committed
Several updates/corrections
1 parent c225c9a commit 5eaa17f

File tree

17 files changed

+184
-176
lines changed

17 files changed

+184
-176
lines changed

Manage Conky.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@
387387
77B847321F62C2B600AF8BCA /* Frameworks */,
388388
77B847331F62C2B600AF8BCA /* Resources */,
389389
025BFADCE971A6B1614A06DF /* [CP] Embed Pods Frameworks */,
390-
F7274ACE208100D26DB22441 /* [CP] Copy Pods Resources */,
391390
EC9691F2204DD4F600B99EB5 /* CopyFiles */,
392391
09CBFEA22066A4FB00EB8A1A /* CopyFiles */,
393392
);
@@ -525,21 +524,6 @@
525524
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";
526525
showEnvVarsInLog = 0;
527526
};
528-
F7274ACE208100D26DB22441 /* [CP] Copy Pods Resources */ = {
529-
isa = PBXShellScriptBuildPhase;
530-
buildActionMask = 12;
531-
files = (
532-
);
533-
inputPaths = (
534-
);
535-
name = "[CP] Copy Pods Resources";
536-
outputPaths = (
537-
);
538-
runOnlyForDeploymentPostprocessing = 0;
539-
shellPath = /bin/sh;
540-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Manage Conky/Pods-Manage Conky-resources.sh\"\n";
541-
showEnvVarsInLog = 0;
542-
};
543527
/* End PBXShellScriptBuildPhase section */
544528

545529
/* Begin PBXSourcesBuildPhase section */

Manage Conky.xcodeproj/xcuserdata/npyl.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>Manage Conky.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>4</integer>
10+
<integer>11</integer>
1111
</dict>
1212
<key>ManageConkySMJobBlessHelper.xcscheme</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>3</integer>
15+
<integer>10</integer>
1616
</dict>
1717
</dict>
1818
</dict>

Podfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ DEPENDENCIES:
88
- LzmaSDK-ObjC
99
- Sparkle
1010

11+
SPEC REPOS:
12+
https://github.com/cocoapods/specs.git:
13+
- AHLaunchCtl
14+
- LzmaSDK-ObjC
15+
- Sparkle
16+
1117
SPEC CHECKSUMS:
1218
AHLaunchCtl: 696233a41a9b968e0683ce2cc1b8686ff25ca5c7
1319
LzmaSDK-ObjC: 1dd68a10d1af6c127f9811d117bf41a90bac9234
1420
Sparkle: 8486d2493599665e466b5076e72b28849776e32f
1521

1622
PODFILE CHECKSUM: 378364995c3b13ad70f55d54cf6e9830b6eecc82
1723

18-
COCOAPODS: 1.4.0
24+
COCOAPODS: 1.5.3

Pods/Manifest.lock

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

0 commit comments

Comments
 (0)