Skip to content

Commit 3894fd6

Browse files
committed
Version 1.2.1 Release Candidate
1 parent 098bb6c commit 3894fd6

File tree

8 files changed

+161
-645
lines changed

8 files changed

+161
-645
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ build
22
design
33
Pods/
44
TmpDisk.app
5+
TmpDisk*.dmg
6+
.DS_Store

TmpDisk.xcodeproj/project.pbxproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848

4949
/* Begin PBXFileReference section */
5050
00F4F36CB9136F2BB1F0A497 /* Pods-TmpDisk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TmpDisk.debug.xcconfig"; path = "Pods/Target Support Files/Pods-TmpDisk/Pods-TmpDisk.debug.xcconfig"; sourceTree = "<group>"; };
51+
22109D901C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hans"; path = "zh-Hans.lproj/MainMenu.xib"; sourceTree = "<group>"; };
52+
22109D911C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hans"; path = "zh-Hans.lproj/NewTmpDisk.xib"; sourceTree = "<group>"; };
53+
22109D921C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hans"; path = "zh-Hans.lproj/AutoCreateManager.xib"; sourceTree = "<group>"; };
54+
22109D931C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
55+
22109D941C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "zh-Hans"; path = "zh-Hans.lproj/Credits.rtf"; sourceTree = "<group>"; };
56+
22109D951C8C08F0005B945E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
5157
4103FF9114440A2900618177 /* eject.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = eject.png; sourceTree = "<group>"; };
5258
410B9B2D1456E7EC003FE088 /* status.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = status.png; sourceTree = "<group>"; };
5359
410B9B321456F18B003FE088 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = "<group>"; };
@@ -321,6 +327,7 @@
321327
hasScannedForEncodings = 0;
322328
knownRegions = (
323329
en,
330+
"zh-Hans",
324331
);
325332
mainGroup = 418A2885144299DE00D4BCB0;
326333
productRefGroup = 418A2891144299DE00D4BCB0 /* Products */;
@@ -463,6 +470,7 @@
463470
isa = PBXVariantGroup;
464471
children = (
465472
41283F8B147C88B7005EDE88 /* en */,
473+
22109D921C8C08F0005B945E /* zh-Hans */,
466474
);
467475
name = AutoCreateManager.xib;
468476
sourceTree = "<group>";
@@ -471,6 +479,7 @@
471479
isa = PBXVariantGroup;
472480
children = (
473481
418A289E144299DE00D4BCB0 /* en */,
482+
22109D931C8C08F0005B945E /* zh-Hans */,
474483
);
475484
name = InfoPlist.strings;
476485
sourceTree = "<group>";
@@ -479,6 +488,7 @@
479488
isa = PBXVariantGroup;
480489
children = (
481490
418A28A4144299DE00D4BCB0 /* en */,
491+
22109D941C8C08F0005B945E /* zh-Hans */,
482492
);
483493
name = Credits.rtf;
484494
sourceTree = "<group>";
@@ -487,6 +497,7 @@
487497
isa = PBXVariantGroup;
488498
children = (
489499
418A28AA144299DF00D4BCB0 /* en */,
500+
22109D901C8C08F0005B945E /* zh-Hans */,
490501
);
491502
name = MainMenu.xib;
492503
sourceTree = "<group>";
@@ -495,6 +506,7 @@
495506
isa = PBXVariantGroup;
496507
children = (
497508
418A28BB144299DF00D4BCB0 /* en */,
509+
22109D951C8C08F0005B945E /* zh-Hans */,
498510
);
499511
name = InfoPlist.strings;
500512
sourceTree = "<group>";
@@ -503,6 +515,7 @@
503515
isa = PBXVariantGroup;
504516
children = (
505517
418A28D61442A2B400D4BCB0 /* en */,
518+
22109D911C8C08F0005B945E /* zh-Hans */,
506519
);
507520
name = NewTmpDisk.xib;
508521
sourceTree = "<group>";

TmpDisk/TmpDisk-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.0</string>
20+
<string>1.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.2.0</string>
24+
<string>1.2.1</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.utilities</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)