Skip to content

Commit 883eb09

Browse files
committed
Merge branch 'release/1.2.1'
2 parents e7914de + bf4b052 commit 883eb09

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed

LiveDiag.xcodeproj/project.pbxproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
0AEF9BD617A743B600A2A3B1 /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
5656
0AEF9BDF17A751D000A2A3B1 /* application.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = application.css; sourceTree = "<group>"; };
5757
48907CBA55644CEDBE5D9732 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
58-
D27F5829857243A4A4840F75 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
58+
9FE0000DCD1168C31428A054 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
59+
CB4AB0095B817501B19577E4 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
5960
/* End PBXFileReference section */
6061

6162
/* Begin PBXFrameworksBuildPhase section */
@@ -78,7 +79,7 @@
7879
0A11A98117A6B50800E94748 /* LiveDiag */,
7980
0A11A97A17A6B50800E94748 /* Frameworks */,
8081
0A11A97917A6B50800E94748 /* Products */,
81-
D27F5829857243A4A4840F75 /* Pods.xcconfig */,
82+
F43A6E3D20CDC2EF03A7469B /* Pods */,
8283
);
8384
sourceTree = "<group>";
8485
};
@@ -155,6 +156,15 @@
155156
path = Library;
156157
sourceTree = "<group>";
157158
};
159+
F43A6E3D20CDC2EF03A7469B /* Pods */ = {
160+
isa = PBXGroup;
161+
children = (
162+
9FE0000DCD1168C31428A054 /* Pods.debug.xcconfig */,
163+
CB4AB0095B817501B19577E4 /* Pods.release.xcconfig */,
164+
);
165+
name = Pods;
166+
sourceTree = "<group>";
167+
};
158168
/* End PBXGroup section */
159169

160170
/* Begin PBXNativeTarget section */
@@ -250,7 +260,7 @@
250260
);
251261
runOnlyForDeploymentPostprocessing = 0;
252262
shellPath = /bin/sh;
253-
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
263+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
254264
showEnvVarsInLog = 0;
255265
};
256266
/* End PBXShellScriptBuildPhase section */
@@ -370,7 +380,7 @@
370380
};
371381
0A11A99917A6B50800E94748 /* Debug */ = {
372382
isa = XCBuildConfiguration;
373-
baseConfigurationReference = D27F5829857243A4A4840F75 /* Pods.xcconfig */;
383+
baseConfigurationReference = 9FE0000DCD1168C31428A054 /* Pods.debug.xcconfig */;
374384
buildSettings = {
375385
COMBINE_HIDPI_IMAGES = YES;
376386
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -383,7 +393,7 @@
383393
};
384394
0A11A99A17A6B50800E94748 /* Release */ = {
385395
isa = XCBuildConfiguration;
386-
baseConfigurationReference = D27F5829857243A4A4840F75 /* Pods.xcconfig */;
396+
baseConfigurationReference = CB4AB0095B817501B19577E4 /* Pods.release.xcconfig */;
387397
buildSettings = {
388398
COMBINE_HIDPI_IMAGES = YES;
389399
GCC_PRECOMPILE_PREFIX_HEADER = YES;

LiveDiag/LiveDiag-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>1.2.0</string>
41+
<string>1.2.1</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>

Podfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PODS:
2+
- GHMarkdownParser (0.0.1)
3+
4+
DEPENDENCIES:
5+
- GHMarkdownParser (~> 0.0.1)
6+
7+
SPEC CHECKSUMS:
8+
GHMarkdownParser: 52baf6413173a4c18e4b45731907c24e0f17b247
9+
10+
COCOAPODS: 0.35.0

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ all block code from [blockdiag.com](http://blockdiag.com/). Thanks!!
3030

3131
## Release
3232

33-
- [1.2.0](https://github.com/dataich/LiveDiag/releases/tag/1.2.0)
34-
- [1.1.1](https://github.com/dataich/LiveDiag/releases/tag/1.1.1)
35-
- [1.1.0](https://github.com/dataich/LiveDiag/releases/tag/1.1.0)
36-
- [1.0.0](https://github.com/dataich/LiveDiag/releases/tag/1.0.0)
33+
[Releases · dataich/LiveDiag](https://github.com/dataich/LiveDiag/releases)
3734

3835
## Feature
3936

0 commit comments

Comments
 (0)