-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ | |
B22C5F0A17DDC67400ECAFD1 /* language.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22C5F0817DDC67400ECAFD1 /* language.cpp */; }; | ||
B22E69111A93699E002C06C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B22E69101A93699E002C06C7 /* SystemConfiguration.framework */; }; | ||
B230E2281A73F81400FB1E57 /* hidpi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B230E2261A73F81400FB1E57 /* hidpi.cpp */; }; | ||
B23149D32AC5CB4B00B42587 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B23149D22AC5CB4B00B42587 /* Assets.xcassets */; }; | ||
B2377A202159179B0085E9C4 /* catalog_xliff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2377A1E2159179B0085E9C4 /* catalog_xliff.cpp */; }; | ||
B2380F9A1A9B821200B7D8C9 /* crowdin_gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2380F981A9B821200B7D8C9 /* crowdin_gui.cpp */; }; | ||
B238F675261237C4002D6845 /* filemonitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B238F674261237C4002D6845 /* filemonitor.cpp */; }; | ||
|
@@ -164,8 +165,6 @@ | |
B2BF84C4170849D00030AA22 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2BF84BB170846940030AA22 /* Carbon.framework */; }; | ||
B2C21633251906CC002B144A /* recent_files.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C21632251906CC002B144A /* recent_files.cpp */; }; | ||
B2C62E191AA8A29000901D63 /* http_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C62E181AA8A29000901D63 /* http_client.cpp */; }; | ||
B2CE2FEB1A94EBDE0020A620 /* CrowdinLogoTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = B2CE2FE91A94EBDE0020A620 /* CrowdinLogoTemplate.png */; }; | ||
B2CE2FEC1A94EBDE0020A620 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B2CE2FEA1A94EBDE0020A620 /* [email protected] */; }; | ||
B2CE2FEF1A94EBF50020A620 /* crowdin_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2CE2FED1A94EBF50020A620 /* crowdin_client.cpp */; }; | ||
B2CE2FF21A94F19D0020A620 /* Prefs-Accounts.png in Resources */ = {isa = PBXBuildFile; fileRef = B2CE2FF01A94F19D0020A620 /* Prefs-Accounts.png */; }; | ||
B2CE2FF31A94F19D0020A620 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B2CE2FF11A94F19D0020A620 /* [email protected] */; }; | ||
|
@@ -356,6 +355,7 @@ | |
B22E69101A93699E002C06C7 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; | ||
B230E2261A73F81400FB1E57 /* hidpi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hidpi.cpp; sourceTree = "<group>"; }; | ||
B230E2271A73F81400FB1E57 /* hidpi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hidpi.h; sourceTree = "<group>"; }; | ||
B23149D22AC5CB4B00B42587 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = macos/Assets.xcassets; sourceTree = "<group>"; }; | ||
B2377A1E2159179B0085E9C4 /* catalog_xliff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = catalog_xliff.cpp; sourceTree = "<group>"; }; | ||
B2377A1F2159179B0085E9C4 /* catalog_xliff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catalog_xliff.h; sourceTree = "<group>"; }; | ||
B2380F981A9B821200B7D8C9 /* crowdin_gui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = crowdin_gui.cpp; sourceTree = "<group>"; }; | ||
|
@@ -557,8 +557,6 @@ | |
B2CDAA1B1A61866300261248 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
B2CDAA1C1A61866300261248 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/MoveApplication.strings; sourceTree = "<group>"; }; | ||
B2CDAA1D1A61867600261248 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
B2CE2FE91A94EBDE0020A620 /* CrowdinLogoTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CrowdinLogoTemplate.png; sourceTree = "<group>"; }; | ||
B2CE2FEA1A94EBDE0020A620 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
B2CE2FED1A94EBF50020A620 /* crowdin_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crowdin_client.cpp; sourceTree = "<group>"; }; | ||
B2CE2FEE1A94EBF50020A620 /* crowdin_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crowdin_client.h; sourceTree = "<group>"; }; | ||
B2CE2FF01A94F19D0020A620 /* Prefs-Accounts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Prefs-Accounts.png"; sourceTree = "<group>"; }; | ||
|
@@ -1058,6 +1056,7 @@ | |
B2E836DF1709ECF100F31559 /* Artwork */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B23149D22AC5CB4B00B42587 /* Assets.xcassets */, | ||
B2B1EB0619E45FE7009A59B7 /* Toolbar */, | ||
B2166F4019AE4024000A6AA0 /* Preferences */, | ||
B24ACD8316F6263900399242 /* Poedit.iconset */, | ||
|
@@ -1093,8 +1092,6 @@ | |
B209005D19CAD64400D6382E /* SuggestionTMTemplate.png */, | ||
B2E7F16F1E04534A005FA992 /* [email protected] */, | ||
B2E836E01709ED2A00F31559 /* window-close.png */, | ||
B2CE2FE91A94EBDE0020A620 /* CrowdinLogoTemplate.png */, | ||
B2CE2FEA1A94EBDE0020A620 /* [email protected] */, | ||
B2B735F62A5865320037A0DA /* LocalazyLogo.png */, | ||
B2B735F72A5865320037A0DA /* [email protected] */, | ||
B25DB35B1E3E5102006D7228 /* ExtractorsGNUgettext.png */, | ||
|
@@ -1283,6 +1280,7 @@ | |
B2E836DE1709ECD600F31559 /* dsa_pub.pem in Resources */, | ||
B24D19691E84503B00C6DD8D /* StatusWarning.png in Resources */, | ||
B267EAFE1E045959005541E7 /* [email protected] in Resources */, | ||
B23149D32AC5CB4B00B42587 /* Assets.xcassets in Resources */, | ||
B2CE2FF31A94F19D0020A620 /* [email protected] in Resources */, | ||
B29B282019D2E87600D27DC8 /* sidebar.png in Resources */, | ||
B2E836E91709ED2A00F31559 /* window-close.png in Resources */, | ||
|
@@ -1311,7 +1309,6 @@ | |
B2A012B321BEE4C5008051FD /* [email protected] in Resources */, | ||
B20F31D0216654DA005B7037 /* StatusWarningBlack.png in Resources */, | ||
B20F31CC216654D2005B7037 /* [email protected] in Resources */, | ||
B2CE2FEB1A94EBDE0020A620 /* CrowdinLogoTemplate.png in Resources */, | ||
B2B735F92A5865320037A0DA /* [email protected] in Resources */, | ||
B2CE2FF21A94F19D0020A620 /* Prefs-Accounts.png in Resources */, | ||
B2E3EE4E256D658500FCE1BF /* Prefs-Advanced.png in Resources */, | ||
|
@@ -1325,7 +1322,6 @@ | |
B29AE89717103992008D1F8A /* summary.xrc in Resources */, | ||
B29AE89A17103992008D1F8A /* toolbar.xrc in Resources */, | ||
B26E2C9125A245BD008D6DF1 /* CloseButtonHoverTemplate.png in Resources */, | ||
B2CE2FEC1A94EBDE0020A620 /* [email protected] in Resources */, | ||
B2EC60A41812D9D40059756A /* icudt57l.dat in Resources */, | ||
B25DB35E1E3E5102006D7228 /* [email protected] in Resources */, | ||
B24D196A1E84503B00C6DD8D /* [email protected] in Resources */, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
artwork/macos/Assets.xcassets/CrowdinLogo.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "CrowdinLogo.png", | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "CrowdinLogoDark.png", | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
artwork/macos/Assets.xcassets/CrowdinLogo.imageset/CrowdinLogo.png
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../CrowdinLogo.png |
1 change: 1 addition & 0 deletions
1
artwork/macos/Assets.xcassets/CrowdinLogo.imageset/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../[email protected] |
1 change: 1 addition & 0 deletions
1
artwork/macos/Assets.xcassets/CrowdinLogo.imageset/CrowdinLogoDark.png
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../CrowdinLogoDark.png |
1 change: 1 addition & 0 deletions
1
artwork/macos/Assets.xcassets/CrowdinLogo.imageset/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters