Skip to content

Commit

Permalink
Fix WITreeView issues with DM + translate appearance to fr
Browse files Browse the repository at this point in the history
  • Loading branch information
nark committed Apr 13, 2020
1 parent ba26a44 commit 026a398
Show file tree
Hide file tree
Showing 16 changed files with 370 additions and 425 deletions.
17 changes: 4 additions & 13 deletions Assets.xcassets/DeleteAccount.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "DeleteAccount.pdf",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
17 changes: 4 additions & 13 deletions Assets.xcassets/DeleteBookmark.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "DeleteBookmark.pdf",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
20 changes: 7 additions & 13 deletions Assets.xcassets/DeleteFile.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "DeleteFile.pdf",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
}
17 changes: 4 additions & 13 deletions Assets.xcassets/DeleteThread.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "DeleteThread.pdf",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
17 changes: 4 additions & 13 deletions Assets.xcassets/Disconnect.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Disconnect.pdf",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
1 change: 0 additions & 1 deletion Assets.xcassets/SourceBackground.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scale" : "1x"
},
{
"filename" : "SourceBackground-1.png",
"idiom" : "mac",
"scale" : "2x"
}
Expand Down
Binary file not shown.
12 changes: 12 additions & 0 deletions Assets.xcassets/SourceBackground_.dataset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"data" : [
{
"filename" : "SourceBackground.tiff",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
10 changes: 5 additions & 5 deletions WiredClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2387,11 +2387,11 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 37;
DEVELOPMENT_TEAM = "";
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = 7KTXA5Y36K;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down Expand Up @@ -2640,7 +2640,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2738,7 +2738,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
50 changes: 22 additions & 28 deletions de.lproj/Files.xib

Large diffs are not rendered by default.

78 changes: 36 additions & 42 deletions en.lproj/Files.xib

Large diffs are not rendered by default.

58 changes: 26 additions & 32 deletions fr.lproj/Files.xib

Large diffs are not rendered by default.

366 changes: 183 additions & 183 deletions fr.lproj/Preferences.xib

Large diffs are not rendered by default.

130 changes: 62 additions & 68 deletions nl.lproj/Files.xib

Large diffs are not rendered by default.

0 comments on commit 026a398

Please sign in to comment.