Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit ed21700

Browse files
committed
GRDB v0.72.0
1 parent cd8b9d5 commit ed21700

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

GRDBDemo.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
isa = PBXNativeTarget;
107107
buildConfigurationList = 56B8C26A1CABEE6B00510325 /* Build configuration list for PBXNativeTarget "GRDBDemo" */;
108108
buildPhases = (
109-
FA9A237A4ADFA5D944850D47 /* 📦 Check Pods Manifest.lock */,
109+
FA9A237A4ADFA5D944850D47 /* [CP] Check Pods Manifest.lock */,
110110
56B8C2541CABEE6B00510325 /* Sources */,
111111
56B8C2551CABEE6B00510325 /* Frameworks */,
112112
56B8C2561CABEE6B00510325 /* Resources */,
113-
0FCE96D8273356A2964FE323 /* 📦 Embed Pods Frameworks */,
114-
C13DC42FA16FD145951E7122 /* 📦 Copy Pods Resources */,
113+
0FCE96D8273356A2964FE323 /* [CP] Embed Pods Frameworks */,
114+
C13DC42FA16FD145951E7122 /* [CP] Copy Pods Resources */,
115115
);
116116
buildRules = (
117117
);
@@ -168,44 +168,44 @@
168168
/* End PBXResourcesBuildPhase section */
169169

170170
/* Begin PBXShellScriptBuildPhase section */
171-
0FCE96D8273356A2964FE323 /* 📦 Embed Pods Frameworks */ = {
171+
0FCE96D8273356A2964FE323 /* [CP] Embed Pods Frameworks */ = {
172172
isa = PBXShellScriptBuildPhase;
173173
buildActionMask = 2147483647;
174174
files = (
175175
);
176176
inputPaths = (
177177
);
178-
name = "📦 Embed Pods Frameworks";
178+
name = "[CP] Embed Pods Frameworks";
179179
outputPaths = (
180180
);
181181
runOnlyForDeploymentPostprocessing = 0;
182182
shellPath = /bin/sh;
183183
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GRDBDemo/Pods-GRDBDemo-frameworks.sh\"\n";
184184
showEnvVarsInLog = 0;
185185
};
186-
C13DC42FA16FD145951E7122 /* 📦 Copy Pods Resources */ = {
186+
C13DC42FA16FD145951E7122 /* [CP] Copy Pods Resources */ = {
187187
isa = PBXShellScriptBuildPhase;
188188
buildActionMask = 2147483647;
189189
files = (
190190
);
191191
inputPaths = (
192192
);
193-
name = "📦 Copy Pods Resources";
193+
name = "[CP] Copy Pods Resources";
194194
outputPaths = (
195195
);
196196
runOnlyForDeploymentPostprocessing = 0;
197197
shellPath = /bin/sh;
198198
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GRDBDemo/Pods-GRDBDemo-resources.sh\"\n";
199199
showEnvVarsInLog = 0;
200200
};
201-
FA9A237A4ADFA5D944850D47 /* 📦 Check Pods Manifest.lock */ = {
201+
FA9A237A4ADFA5D944850D47 /* [CP] Check Pods Manifest.lock */ = {
202202
isa = PBXShellScriptBuildPhase;
203203
buildActionMask = 2147483647;
204204
files = (
205205
);
206206
inputPaths = (
207207
);
208-
name = "📦 Check Pods Manifest.lock";
208+
name = "[CP] Check Pods Manifest.lock";
209209
outputPaths = (
210210
);
211211
runOnlyForDeploymentPostprocessing = 0;

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- GRDB.swift (0.62.0)
2+
- GRDB.swift (0.72.0)
33

44
DEPENDENCIES:
55
- GRDB.swift
66

77
SPEC CHECKSUMS:
8-
GRDB.swift: 0294027f16e37247814ff8b7315a05be9a1e613c
8+
GRDB.swift: 468020013697ba5ce54c229541158f341ca4d6ad
99

1010
PODFILE CHECKSUM: a5e78a1d8af5d1e41571a86e25d8d50938dbcea6
1111

12-
COCOAPODS: 1.0.0
12+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)