Skip to content

Commit d538a7c

Browse files
committed
Refoldering
1 parent 25a29bb commit d538a7c

21 files changed

+928
-12
lines changed

POP Translator.xcodeproj/project.pbxproj

+24-12
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
FC1D978D21F158EA00766E3D /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D978A21F158EA00766E3D /* EventMonitor.swift */; };
2525
FC1D978F21F160DA00766E3D /* Translator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D978E21F160DA00766E3D /* Translator.swift */; };
2626
FC3E3AA021FE6E7C00884A82 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = FC3E3A9F21FE6E7C00884A82 /* .swiftlint.yml */; };
27+
FC8F98B022014A9C00E75119 /* Licenses.rtf in Resources */ = {isa = PBXBuildFile; fileRef = FC8F98AF22014A9C00E75119 /* Licenses.rtf */; };
2728
FCF5AD6421FFF5EB004609F7 /* Bundel + Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6321FFF5EB004609F7 /* Bundel + Identifier.swift */; };
2829
FCF5AD6621FFF606004609F7 /* NSNotification.Name + Custom.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6521FFF606004609F7 /* NSNotification.Name + Custom.swift */; };
2930
FCF5AD6822000026004609F7 /* NSStoryboard.Name + Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6722000026004609F7 /* NSStoryboard.Name + Identifier.swift */; };
3031
FCF5AD6A2200005D004609F7 /* NSObject + reuseIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD692200005D004609F7 /* NSObject + reuseIdentifier.swift */; };
3132
FCF5AD6C220003F2004609F7 /* Controllable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6B220003F2004609F7 /* Controllable.swift */; };
32-
FCF5AD6E220004AE004609F7 /* LicenseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */; };
33-
FCF5AD70220084AE004609F7 /* LicenseWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */; };
3433
/* End PBXBuildFile section */
3534

3635
/* Begin PBXCopyFilesBuildPhase section */
@@ -74,13 +73,12 @@
7473
FC1D978A21F158EA00766E3D /* EventMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventMonitor.swift; sourceTree = "<group>"; };
7574
FC1D978E21F160DA00766E3D /* Translator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Translator.swift; sourceTree = "<group>"; };
7675
FC3E3A9F21FE6E7C00884A82 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
76+
FC8F98AF22014A9C00E75119 /* Licenses.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Licenses.rtf; sourceTree = "<group>"; };
7777
FCF5AD6321FFF5EB004609F7 /* Bundel + Identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundel + Identifier.swift"; sourceTree = "<group>"; };
7878
FCF5AD6521FFF606004609F7 /* NSNotification.Name + Custom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSNotification.Name + Custom.swift"; sourceTree = "<group>"; };
7979
FCF5AD6722000026004609F7 /* NSStoryboard.Name + Identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSStoryboard.Name + Identifier.swift"; sourceTree = "<group>"; };
8080
FCF5AD692200005D004609F7 /* NSObject + reuseIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSObject + reuseIdentifier.swift"; sourceTree = "<group>"; };
8181
FCF5AD6B220003F2004609F7 /* Controllable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Controllable.swift; sourceTree = "<group>"; };
82-
FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LicenseViewController.swift; sourceTree = "<group>"; };
83-
FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LicenseWindowController.swift; sourceTree = "<group>"; };
8482
/* End PBXFileReference section */
8583

8684
/* Begin PBXFrameworksBuildPhase section */
@@ -150,8 +148,6 @@
150148
children = (
151149
FC1D978821F158E900766E3D /* PopOverManageController.swift */,
152150
FC1D978921F158EA00766E3D /* MainViewController.swift */,
153-
FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */,
154-
FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */,
155151
);
156152
path = Controller;
157153
sourceTree = "<group>";
@@ -180,15 +176,15 @@
180176
8D60024821F1210000663EE4 /* POP Translator */ = {
181177
isa = PBXGroup;
182178
children = (
179+
8D60025321F1210100663EE4 /* MenuWebView.entitlements */,
180+
8D60025221F1210100663EE4 /* Info.plist */,
183181
8D60024921F1210000663EE4 /* AppDelegate.swift */,
182+
FC8F98B222014F6300E75119 /* Storyboard */,
183+
FC8F98B122014F5D00E75119 /* Resource */,
184184
8D0C753E21F27CD800EA6515 /* Controller */,
185185
8D0C753B21F27C9400EA6515 /* Util */,
186186
8D0C753821F27C4500EA6515 /* Model */,
187187
8D0C753721F27C3E00EA6515 /* Extension */,
188-
8D60024D21F1210100663EE4 /* Assets.xcassets */,
189-
8D60024F21F1210100663EE4 /* Main.storyboard */,
190-
8D60025221F1210100663EE4 /* Info.plist */,
191-
8D60025321F1210100663EE4 /* MenuWebView.entitlements */,
192188
FC165CE621FE885900046926 /* BridingHeader.h */,
193189
);
194190
path = "POP Translator";
@@ -215,6 +211,23 @@
215211
name = Frameworks;
216212
sourceTree = "<group>";
217213
};
214+
FC8F98B122014F5D00E75119 /* Resource */ = {
215+
isa = PBXGroup;
216+
children = (
217+
8D60024D21F1210100663EE4 /* Assets.xcassets */,
218+
FC8F98AF22014A9C00E75119 /* Licenses.rtf */,
219+
);
220+
path = Resource;
221+
sourceTree = "<group>";
222+
};
223+
FC8F98B222014F6300E75119 /* Storyboard */ = {
224+
isa = PBXGroup;
225+
children = (
226+
8D60024F21F1210100663EE4 /* Main.storyboard */,
227+
);
228+
path = Storyboard;
229+
sourceTree = "<group>";
230+
};
218231
/* End PBXGroup section */
219232

220233
/* Begin PBXNativeTarget section */
@@ -312,6 +325,7 @@
312325
FC3E3AA021FE6E7C00884A82 /* .swiftlint.yml in Resources */,
313326
8D60024E21F1210100663EE4 /* Assets.xcassets in Resources */,
314327
8D60025121F1210100663EE4 /* Main.storyboard in Resources */,
328+
FC8F98B022014A9C00E75119 /* Licenses.rtf in Resources */,
315329
);
316330
runOnlyForDeploymentPostprocessing = 0;
317331
};
@@ -413,9 +427,7 @@
413427
FC1D978B21F158EA00766E3D /* PopOverManageController.swift in Sources */,
414428
FC1D978C21F158EA00766E3D /* MainViewController.swift in Sources */,
415429
8D0C753D21F27CAA00EA6515 /* UserDefaults + Key.swift in Sources */,
416-
FCF5AD70220084AE004609F7 /* LicenseWindowController.swift in Sources */,
417430
FC1D978F21F160DA00766E3D /* Translator.swift in Sources */,
418-
FCF5AD6E220004AE004609F7 /* LicenseViewController.swift in Sources */,
419431
FCF5AD6421FFF5EB004609F7 /* Bundel + Identifier.swift in Sources */,
420432
);
421433
runOnlyForDeploymentPostprocessing = 0;

POP Translator/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<string>1.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
25+
<key>LSApplicationCategoryType</key>
26+
<string>public.app-category.utilities</string>
2527
<key>LSMinimumSystemVersion</key>
2628
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2729
<key>NSAppTransportSecurity</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"images" : [
3+
{
4+
"size" : "16x16",
5+
"idiom" : "mac",
6+
"filename" : "Icon-16.png",
7+
"scale" : "1x"
8+
},
9+
{
10+
"size" : "16x16",
11+
"idiom" : "mac",
12+
"filename" : "[email protected]",
13+
"scale" : "2x"
14+
},
15+
{
16+
"size" : "32x32",
17+
"idiom" : "mac",
18+
"filename" : "Icon-32.png",
19+
"scale" : "1x"
20+
},
21+
{
22+
"size" : "32x32",
23+
"idiom" : "mac",
24+
"filename" : "[email protected]",
25+
"scale" : "2x"
26+
},
27+
{
28+
"size" : "128x128",
29+
"idiom" : "mac",
30+
"filename" : "Icon-128.png",
31+
"scale" : "1x"
32+
},
33+
{
34+
"size" : "128x128",
35+
"idiom" : "mac",
36+
"filename" : "[email protected]",
37+
"scale" : "2x"
38+
},
39+
{
40+
"size" : "256x256",
41+
"idiom" : "mac",
42+
"filename" : "Icon-256.png",
43+
"scale" : "1x"
44+
},
45+
{
46+
"size" : "256x256",
47+
"idiom" : "mac",
48+
"filename" : "[email protected]",
49+
"scale" : "2x"
50+
},
51+
{
52+
"size" : "512x512",
53+
"idiom" : "mac",
54+
"filename" : "Icon-512.png",
55+
"scale" : "1x"
56+
},
57+
{
58+
"size" : "512x512",
59+
"idiom" : "mac",
60+
"filename" : "[email protected]",
61+
"scale" : "2x"
62+
}
63+
],
64+
"info" : {
65+
"version" : 1,
66+
"author" : "xcode"
67+
}
68+
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "icTabMore.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "template"
25+
}
26+
}
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "universal",
9+
"filename" : "Translator.png",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
},
21+
"properties" : {
22+
"template-rendering-intent" : "template"
23+
}
24+
}
Loading

0 commit comments

Comments
 (0)