Skip to content

Commit

Permalink
v3.1.0 checkin
Browse files Browse the repository at this point in the history
final localizations / tweaks for 'Unknown Items' view
  • Loading branch information
objective-see committed Jan 5, 2025
1 parent 1b5da4f commit a72b1b2
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 90 deletions.
2 changes: 1 addition & 1 deletion Consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ enum Signer{None, Apple, AppStore, DevID, AdHoc};
#define VT_HTTP_RESPONSE @"http_response"

//output file
#define OUTPUT_FILE @"kkResults.json"
#define OUTPUT_FILE @"WhoIsThere.json"

//support us button tag
#define BUTTON_SUPPORT_US 100
Expand Down
2 changes: 1 addition & 1 deletion KnockKnock-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2024 Objective-See, LLC. All rights reserved.</string>
<string>Copyright © 2025 Objective-See, LLC. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
40 changes: 23 additions & 17 deletions KnockKnock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
CD36CDB8237785180089FC34 /* quicklookIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = CD36CDB7237785180089FC34 /* quicklookIcon.png */; };
CD3B99B925EC94D60020AF50 /* SystemExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3B99B725EC94D60020AF50 /* SystemExtensions.m */; };
CD3B99D325EDE9F90020AF50 /* systemExtensionIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = CD3B99D225EDE9F90020AF50 /* systemExtensionIcon.png */; };
CD49EEA72D2A1301007439CD /* UnknownItems.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD49EEA62D2A1301007439CD /* UnknownItems.xib */; };
CD585494219FE61D00A438B0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD585493219FE61D00A438B0 /* Assets.xcassets */; };
CD5854D321A5FADD00A438B0 /* patrons.txt in Resources */ = {isa = PBXBuildFile; fileRef = CD5854D221A5FADD00A438B0 /* patrons.txt */; };
CD5854D821A60B2100A438B0 /* PlistWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD5854D721A60B2000A438B0 /* PlistWindowController.m */; };
Expand All @@ -53,7 +54,6 @@
CD6FD7C62C7AB299001C59F2 /* VTInfoWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD6FD7C52C7AB299001C59F2 /* VTInfoWindow.xib */; };
CD6FD7CA2C7AB29F001C59F2 /* ExtensionInfoWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD6FD7C92C7AB29F001C59F2 /* ExtensionInfoWindow.xib */; };
CD6FD7CE2C7AB2A3001C59F2 /* FileInfoWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD6FD7CD2C7AB2A3001C59F2 /* FileInfoWindow.xib */; };
CD792FB92D252FE600167649 /* UnknownItems.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD792FB72D252FE600167649 /* UnknownItems.xib */; };
CD792FBC2D2530A800167649 /* UnknownItemsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD792FBB2D2530A800167649 /* UnknownItemsWindowController.m */; };
CD7B9F4D1ACB959200DF3C71 /* logoAppleOver.png in Resources */ = {isa = PBXBuildFile; fileRef = CD7B9F4C1ACB959200DF3C71 /* logoAppleOver.png */; };
CD7B9F531ACBAE2900DF3C71 /* SpotlightImporters.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7B9F521ACBAE2900DF3C71 /* SpotlightImporters.m */; };
Expand Down Expand Up @@ -193,6 +193,8 @@
CD3B99B725EC94D60020AF50 /* SystemExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SystemExtensions.m; path = Plugins/SystemExtensions.m; sourceTree = "<group>"; };
CD3B99B825EC94D60020AF50 /* SystemExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SystemExtensions.h; path = Plugins/SystemExtensions.h; sourceTree = "<group>"; };
CD3B99D225EDE9F90020AF50 /* systemExtensionIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = systemExtensionIcon.png; path = images/systemExtensionIcon.png; sourceTree = SOURCE_ROOT; };
CD49EEA52D2A1301007439CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/UnknownItems.xib; sourceTree = "<group>"; };
CD49EEA82D2A1301007439CD /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/UnknownItems.xcstrings; sourceTree = "<group>"; };
CD585493219FE61D00A438B0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = SOURCE_ROOT; };
CD5854D221A5FADD00A438B0 /* patrons.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = patrons.txt; sourceTree = SOURCE_ROOT; };
CD5854D621A60B2000A438B0 /* PlistWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlistWindowController.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -228,7 +230,6 @@
CD6FD7CB2C7AB29F001C59F2 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/ExtensionInfoWindow.xcstrings; sourceTree = "<group>"; };
CD6FD7CC2C7AB2A3001C59F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/FileInfoWindow.xib; sourceTree = "<group>"; };
CD6FD7CF2C7AB2A3001C59F2 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/FileInfoWindow.xcstrings; sourceTree = "<group>"; };
CD792FB82D252FE600167649 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/UnknownItems.xib; sourceTree = "<group>"; };
CD792FBA2D2530A800167649 /* UnknownItemsWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnknownItemsWindowController.h; sourceTree = "<group>"; };
CD792FBB2D2530A800167649 /* UnknownItemsWindowController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UnknownItemsWindowController.m; sourceTree = "<group>"; };
CD7B9F4C1ACB959200DF3C71 /* logoAppleOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logoAppleOver.png; path = images/logoAppleOver.png; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -628,7 +629,7 @@
CDA81E621AA020E8009790E2 /* UI */ = {
isa = PBXGroup;
children = (
CD792FB72D252FE600167649 /* UnknownItems.xib */,
CD49EEA62D2A1301007439CD /* UnknownItems.xib */,
CD6FD7BD2C7AB291001C59F2 /* AboutWindow.xib */,
CD19A7EC2CA4236B00F17FF3 /* DiffWindow.xib */,
CD6FD7C92C7AB29F001C59F2 /* ExtensionInfoWindow.xib */,
Expand Down Expand Up @@ -779,7 +780,7 @@
CD7B9F4D1ACB959200DF3C71 /* logoAppleOver.png in Resources */,
CDA81DCB1A9960A3009790E2 /* virusTotal.png in Resources */,
CDA81DF41A99B8C2009790E2 /* whitelistedExtensions.json in Resources */,
CD792FB92D252FE600167649 /* UnknownItems.xib in Resources */,
CD49EEA72D2A1301007439CD /* UnknownItems.xib in Resources */,
CD585494219FE61D00A438B0 /* Assets.xcassets in Resources */,
CDA81DD41A9970A0009790E2 /* unsigned.png in Resources */,
CD2B61442067656200BF72E9 /* eventRulesIcon.png in Resources */,
Expand Down Expand Up @@ -895,6 +896,16 @@
path = UI;
sourceTree = "<group>";
};
CD49EEA62D2A1301007439CD /* UnknownItems.xib */ = {
isa = PBXVariantGroup;
children = (
CD49EEA52D2A1301007439CD /* Base */,
CD49EEA82D2A1301007439CD /* mul */,
);
name = UnknownItems.xib;
path = UI;
sourceTree = "<group>";
};
CD6FD7AB2C7AAD87001C59F2 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -984,15 +995,6 @@
path = UI;
sourceTree = "<group>";
};
CD792FB72D252FE600167649 /* UnknownItems.xib */ = {
isa = PBXVariantGroup;
children = (
CD792FB82D252FE600167649 /* Base */,
);
name = UnknownItems.xib;
path = UI;
sourceTree = "<group>";
};
CD8641252CA05D6B00803551 /* KnockKnock-InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -1105,20 +1107,22 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.0.1;
CURRENT_PROJECT_VERSION = 3.1.0;
DEVELOPMENT_TEAM = VBG97UB4TA;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "KnockKnock-Prefix.pch";
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries/**";
INFOPLIST_FILE = "KnockKnock-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = KnockKnock;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Libraries/BTM",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.1.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.objective-see.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = KnockKnock;
Expand All @@ -1135,20 +1139,22 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.0.1;
CURRENT_PROJECT_VERSION = 3.1.0;
DEVELOPMENT_TEAM = VBG97UB4TA;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "KnockKnock-Prefix.pch";
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries/**";
INFOPLIST_FILE = "KnockKnock-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = KnockKnock;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Libraries/BTM",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.1.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.objective-see.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = KnockKnock;
Expand Down
39 changes: 5 additions & 34 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -546,26 +546,13 @@
}
}
},
"Submissions complete, though errors were encountered.\r\n(HTTP response(s): %@)." : {
"comment" : "Submissions complete, though errors were encountered.\r\n(HTTP response(s): %@).",
"extractionState" : "stale",
"Submissions complete!" : {
"comment" : "Submissions complete!",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Envíos completados, aunque se encontraron errores.\r\n(respuesta(s) HTTP: %@)."
}
}
}
},
"Submissions complete. (In subsequent scans item's VT detection ratios will now be displayed)." : {
"comment" : "Submissions complete. (In subsequent scans item's VT detection ratios will now be displayed).",
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Envíos completados. (A partir de ahora, en los análisis posteriores, se mostrarán los índices de detección de VT del ítem)."
"value" : "Envíos completados"
}
}
}
Expand Down Expand Up @@ -603,18 +590,6 @@
}
}
},
"Submitting %lu item(s) to VirusTotal..." : {
"comment" : "Submitting %lu item(s) to VirusTotal...",
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Enviando %lu ítem(s) a VirusTotal..."
}
}
}
},
"This allows the app to perform a comprehensive scan.\n\nIn System Preferences:\r ▪ Click the 🔒 to authenticate\r ▪ Click the ➕ to add KnockKnock.app\n" : {
"comment" : "This allows the app to perform a comprehensive scan.\n\nIn System Preferences:\r ▪ Click the 🔒 to authenticate\r ▪ Click the ➕ to add KnockKnock.app\n",
"localizations" : {
Expand Down Expand Up @@ -670,9 +645,8 @@
}
}
},
"VirusTotal Results: Disabled" : {
"comment" : "VirusTotal Results: Disabled",
"extractionState" : "stale",
"VirusTotal Results: N/A (Disabled)" : {
"comment" : "VirusTotal Results: N/A (Disabled)",
"localizations" : {
"es" : {
"stringUnit" : {
Expand All @@ -682,9 +656,6 @@
}
}
},
"VirusTotal Results: N/A (Disabled)" : {
"comment" : "VirusTotal Results: N/A (Disabled)"
},
"VirusTotal:\r\n %lu flagged item(s)\r\n %lu unknown item(s)" : {
"comment" : "VirusTotal:\r\n %lu flagged item(s)\r\n %lu unknown item(s)",
"localizations" : {
Expand Down
4 changes: 2 additions & 2 deletions UI/Base.lproj/AboutWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23094" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23094"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down
4 changes: 2 additions & 2 deletions UI/Base.lproj/ResultsWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23094" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23094"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down
16 changes: 14 additions & 2 deletions UI/Base.lproj/UnknownItems.xib
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23094" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23094"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="UnknownItemsWindowController">
<connections>
<outlet property="activityIndicator" destination="YFJ-fV-od8" id="0dA-VM-qhD"/>
<outlet property="statusLabel" destination="cRD-QV-kp1" id="iww-ot-hR2"/>
<outlet property="submit" destination="p2q-DR-J4n" id="V3O-dR-GsD"/>
<outlet property="tableView" destination="4WG-Qw-U3m" id="n74-y3-lGx"/>
<outlet property="window" destination="pvW-8N-g8T" id="S6L-HM-aNi"/>
Expand Down Expand Up @@ -176,16 +177,27 @@
<action selector="submit:" target="-2" id="1pz-8y-few"/>
</connections>
</button>
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cRD-QV-kp1">
<rect key="frame" x="18" y="22" width="463" height="15"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="left" id="on5-Un-vIc">
<font key="font" size="13" name="Menlo-Regular"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="mif-DC-CkF" secondAttribute="bottom" constant="62" id="00d-ob-Zdf"/>
<constraint firstItem="mif-DC-CkF" firstAttribute="top" secondItem="XBF-k3-Nqu" secondAttribute="top" constant="-1" id="5wD-mE-WXa"/>
<constraint firstAttribute="bottom" secondItem="YFJ-fV-od8" secondAttribute="bottom" constant="14" id="7bI-VI-L4H"/>
<constraint firstAttribute="trailing" secondItem="mif-DC-CkF" secondAttribute="trailing" constant="-1" id="CVV-X1-Kle"/>
<constraint firstAttribute="bottom" secondItem="p2q-DR-J4n" secondAttribute="bottom" constant="20" symbolic="YES" id="L3W-cR-gQ9"/>
<constraint firstItem="cRD-QV-kp1" firstAttribute="leading" secondItem="XBF-k3-Nqu" secondAttribute="leading" constant="20" symbolic="YES" id="YbQ-nC-juI"/>
<constraint firstAttribute="trailing" secondItem="YFJ-fV-od8" secondAttribute="trailing" constant="20" symbolic="YES" id="ajA-XG-4va"/>
<constraint firstItem="mif-DC-CkF" firstAttribute="leading" secondItem="XBF-k3-Nqu" secondAttribute="leading" constant="1" id="h6B-Mm-oRi"/>
<constraint firstAttribute="trailing" secondItem="p2q-DR-J4n" secondAttribute="trailing" constant="60" id="tgR-ZW-6jc"/>
<constraint firstItem="p2q-DR-J4n" firstAttribute="leading" secondItem="cRD-QV-kp1" secondAttribute="trailing" constant="8" symbolic="YES" id="u8f-sJ-TeU"/>
<constraint firstAttribute="bottom" secondItem="cRD-QV-kp1" secondAttribute="bottom" constant="22" id="xqW-6C-LUG"/>
</constraints>
</view>
<point key="canvasLocation" x="-8.5" y="28.5"/>
Expand Down
4 changes: 2 additions & 2 deletions UI/Base.lproj/UpdateWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23094" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23094"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down
33 changes: 33 additions & 0 deletions UI/en.lproj/UnknownItems.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1tA-WZ-bke"; */
"1tA-WZ-bke.title" = "Text Cell";

/* Class = "NSTableColumn"; headerCell.title = "Submit?"; ObjectID = "4Yf-Xs-7Mi"; */
"4Yf-Xs-7Mi.headerCell.title" = "Submit?";

/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4Zg-Mt-eqA"; */
"4Zg-Mt-eqA.title" = "Table View Cell";

/* Class = "NSButtonCell"; title = "View"; ObjectID = "G1q-Ag-u0M"; */
"G1q-Ag-u0M.title" = "View";

/* Class = "NSButtonCell"; title = "Submit"; ObjectID = "ORZ-Dh-wck"; */
"ORZ-Dh-wck.title" = "Submit";

/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "QE4-vB-ePI"; */
"QE4-vB-ePI.title" = "Text Cell";

/* Class = "NSTableColumn"; headerCell.title = "Unknown Item"; ObjectID = "QnT-0o-QAw"; */
"QnT-0o-QAw.headerCell.title" = "Unknown Item";

/* Class = "NSTextFieldCell"; title = "Results"; ObjectID = "X4L-QK-gGw"; */
"X4L-QK-gGw.title" = "Results";

/* Class = "NSTableColumn"; headerCell.title = "Result"; ObjectID = "XoS-Yw-8k6"; */
"XoS-Yw-8k6.headerCell.title" = "Result";

/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "lTj-A6-MWz"; */
"lTj-A6-MWz.title" = "Text Cell";

/* Class = "NSWindow"; title = "Unknown Items"; ObjectID = "pvW-8N-g8T"; */
"pvW-8N-g8T.title" = "Unknown Items";
Loading

0 comments on commit a72b1b2

Please sign in to comment.