Adds Credits.rtf.

This commit is contained in:
zonble 2022-01-22 00:34:48 +08:00
parent 8717625d2e
commit 3bba134e2f
5 changed files with 65 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ build
.DS_Store
project.xcworkspace
xcuserdata
Credits.rtf
# Credits.rtf
# the executable we used to count the occurance of a string in a file
# that can be built by make -C Source/Data/bin/C_Version
# C_count.occ.exe

View File

@ -61,6 +61,7 @@
D4F0BBDF279AF1AF0071253C /* ArchiveUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F0BBDE279AF1AF0071253C /* ArchiveUtil.swift */; };
D4F0BBE1279AF8B30071253C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F0BBE0279AF8B30071253C /* AppDelegate.swift */; };
D4F0BBE4279B08900071253C /* BundleTranslocate.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F0BBE3279B08900071253C /* BundleTranslocate.m */; };
D4F0BBE7279B14C20071253C /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D4F0BBE9279B14C20071253C /* Credits.rtf */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -215,6 +216,9 @@
D4F0BBE0279AF8B30071253C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D4F0BBE2279B08900071253C /* BundleTranslocate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BundleTranslocate.h; sourceTree = "<group>"; };
D4F0BBE3279B08900071253C /* BundleTranslocate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BundleTranslocate.m; sourceTree = "<group>"; };
D4F0BBE8279B14C20071253C /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Base; path = Base.lproj/Credits.rtf; sourceTree = "<group>"; };
D4F0BBEA279B14CB0071253C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
D4F0BBEB279B14D00071253C /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "zh-Hant"; path = "zh-Hant.lproj/Credits.rtf"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -412,6 +416,7 @@
6A0D4F4715FC0EB900ABF4B3 /* Resources */ = {
isa = PBXGroup;
children = (
D4F0BBE9279B14C20071253C /* Credits.rtf */,
6A6ED162279764CD0012872E /* Custom Phrase Templates */,
6AFF97F0253B299E007F1C49 /* NonModalAlertWindowController.xib */,
6A0D4EEE15FC0DA600ABF4B3 /* Images */,
@ -633,6 +638,7 @@
6A6ED16B2797650A0012872E /* template-phrases-replacement.txt in Resources */,
6AFF97F2253B299E007F1C49 /* NonModalAlertWindowController.xib in Resources */,
6AE210B215FC63CC003659FE /* PlainBopomofo.tiff in Resources */,
D4F0BBE7279B14C20071253C /* Credits.rtf in Resources */,
6A6ED16C2797650A0012872E /* template-data.txt in Resources */,
6AE210B315FC63CC003659FE /* PlainBopomofo@2x.tiff in Resources */,
6AD7CBC815FE555000691B5B /* data-plain-bpmf.txt in Resources */,
@ -862,6 +868,16 @@
path = Source/Installer;
sourceTree = SOURCE_ROOT;
};
D4F0BBE9279B14C20071253C /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
D4F0BBE8279B14C20071253C /* Base */,
D4F0BBEA279B14CB0071253C /* en */,
D4F0BBEB279B14D00071253C /* zh-Hant */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */

View File

@ -0,0 +1,16 @@
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset136 NotoSansCJKtc-Medium;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww18280\viewh14400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://mcbopomofo.openvanilla.org/"}}{\fldrslt
\f0\fs24 \cf0 Website}}
\f0\fs24 \
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Project Home}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Issues}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\
{\field{\*\fldinst{HYPERLINK "https://twitter.com/mcbopomofo"}}{\fldrslt Twitter @mcbopomofo}}\
}

View File

@ -0,0 +1,16 @@
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset136 NotoSansCJKtc-Medium;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww18280\viewh14400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://mcbopomofo.openvanilla.org/"}}{\fldrslt
\f0\fs24 \cf0 Website}}
\f0\fs24 \
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Project Home}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Issues}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\
{\field{\*\fldinst{HYPERLINK "https://twitter.com/mcbopomofo"}}{\fldrslt Twitter @mcbopomofo}}\
}

View File

@ -0,0 +1,16 @@
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset136 NotoSansCJKtc-Medium;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww18280\viewh14400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://mcbopomofo.openvanilla.org/"}}{\fldrslt
\f0\fs24 \cf0 \'ba\'f4\'af\'b8}}
\f0\fs24 \
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt \'a8\'cf\'a5\'ce\'a4\'e2\'a5\'55}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt \'b1\'60\'a8\'a3\'b0\'dd\'c3\'44}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Github \'b1\'4d\'ae\'d7\'ad\'b6\'ad\'b1 }}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt \'b0\'dd\'c3\'44\'a6\'5e\'b3\'f8}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt \'b7\'4e\'a8\'a3\'b0\'51\'bd\'d7}}\
{\field{\*\fldinst{HYPERLINK "https://twitter.com/mcbopomofo"}}{\fldrslt Twitter @mcbopomofo}}\
}