Skip to content

Commit

Permalink
Refoldering
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-yong committed Jan 30, 2019
1 parent 25a29bb commit d538a7c
Show file tree
Hide file tree
Showing 21 changed files with 928 additions and 12 deletions.
36 changes: 24 additions & 12 deletions POP Translator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
FC1D978D21F158EA00766E3D /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D978A21F158EA00766E3D /* EventMonitor.swift */; };
FC1D978F21F160DA00766E3D /* Translator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D978E21F160DA00766E3D /* Translator.swift */; };
FC3E3AA021FE6E7C00884A82 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = FC3E3A9F21FE6E7C00884A82 /* .swiftlint.yml */; };
FC8F98B022014A9C00E75119 /* Licenses.rtf in Resources */ = {isa = PBXBuildFile; fileRef = FC8F98AF22014A9C00E75119 /* Licenses.rtf */; };
FCF5AD6421FFF5EB004609F7 /* Bundel + Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6321FFF5EB004609F7 /* Bundel + Identifier.swift */; };
FCF5AD6621FFF606004609F7 /* NSNotification.Name + Custom.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6521FFF606004609F7 /* NSNotification.Name + Custom.swift */; };
FCF5AD6822000026004609F7 /* NSStoryboard.Name + Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6722000026004609F7 /* NSStoryboard.Name + Identifier.swift */; };
FCF5AD6A2200005D004609F7 /* NSObject + reuseIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD692200005D004609F7 /* NSObject + reuseIdentifier.swift */; };
FCF5AD6C220003F2004609F7 /* Controllable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6B220003F2004609F7 /* Controllable.swift */; };
FCF5AD6E220004AE004609F7 /* LicenseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */; };
FCF5AD70220084AE004609F7 /* LicenseWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -74,13 +73,12 @@
FC1D978A21F158EA00766E3D /* EventMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventMonitor.swift; sourceTree = "<group>"; };
FC1D978E21F160DA00766E3D /* Translator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Translator.swift; sourceTree = "<group>"; };
FC3E3A9F21FE6E7C00884A82 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
FC8F98AF22014A9C00E75119 /* Licenses.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Licenses.rtf; sourceTree = "<group>"; };
FCF5AD6321FFF5EB004609F7 /* Bundel + Identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundel + Identifier.swift"; sourceTree = "<group>"; };
FCF5AD6521FFF606004609F7 /* NSNotification.Name + Custom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSNotification.Name + Custom.swift"; sourceTree = "<group>"; };
FCF5AD6722000026004609F7 /* NSStoryboard.Name + Identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSStoryboard.Name + Identifier.swift"; sourceTree = "<group>"; };
FCF5AD692200005D004609F7 /* NSObject + reuseIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSObject + reuseIdentifier.swift"; sourceTree = "<group>"; };
FCF5AD6B220003F2004609F7 /* Controllable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Controllable.swift; sourceTree = "<group>"; };
FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LicenseViewController.swift; sourceTree = "<group>"; };
FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LicenseWindowController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -150,8 +148,6 @@
children = (
FC1D978821F158E900766E3D /* PopOverManageController.swift */,
FC1D978921F158EA00766E3D /* MainViewController.swift */,
FCF5AD6D220004AE004609F7 /* LicenseViewController.swift */,
FCF5AD6F220084AE004609F7 /* LicenseWindowController.swift */,
);
path = Controller;
sourceTree = "<group>";
Expand Down Expand Up @@ -180,15 +176,15 @@
8D60024821F1210000663EE4 /* POP Translator */ = {
isa = PBXGroup;
children = (
8D60025321F1210100663EE4 /* MenuWebView.entitlements */,
8D60025221F1210100663EE4 /* Info.plist */,
8D60024921F1210000663EE4 /* AppDelegate.swift */,
FC8F98B222014F6300E75119 /* Storyboard */,
FC8F98B122014F5D00E75119 /* Resource */,
8D0C753E21F27CD800EA6515 /* Controller */,
8D0C753B21F27C9400EA6515 /* Util */,
8D0C753821F27C4500EA6515 /* Model */,
8D0C753721F27C3E00EA6515 /* Extension */,
8D60024D21F1210100663EE4 /* Assets.xcassets */,
8D60024F21F1210100663EE4 /* Main.storyboard */,
8D60025221F1210100663EE4 /* Info.plist */,
8D60025321F1210100663EE4 /* MenuWebView.entitlements */,
FC165CE621FE885900046926 /* BridingHeader.h */,
);
path = "POP Translator";
Expand All @@ -215,6 +211,23 @@
name = Frameworks;
sourceTree = "<group>";
};
FC8F98B122014F5D00E75119 /* Resource */ = {
isa = PBXGroup;
children = (
8D60024D21F1210100663EE4 /* Assets.xcassets */,
FC8F98AF22014A9C00E75119 /* Licenses.rtf */,
);
path = Resource;
sourceTree = "<group>";
};
FC8F98B222014F6300E75119 /* Storyboard */ = {
isa = PBXGroup;
children = (
8D60024F21F1210100663EE4 /* Main.storyboard */,
);
path = Storyboard;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -312,6 +325,7 @@
FC3E3AA021FE6E7C00884A82 /* .swiftlint.yml in Resources */,
8D60024E21F1210100663EE4 /* Assets.xcassets in Resources */,
8D60025121F1210100663EE4 /* Main.storyboard in Resources */,
FC8F98B022014A9C00E75119 /* Licenses.rtf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -413,9 +427,7 @@
FC1D978B21F158EA00766E3D /* PopOverManageController.swift in Sources */,
FC1D978C21F158EA00766E3D /* MainViewController.swift in Sources */,
8D0C753D21F27CAA00EA6515 /* UserDefaults + Key.swift in Sources */,
FCF5AD70220084AE004609F7 /* LicenseWindowController.swift in Sources */,
FC1D978F21F160DA00766E3D /* Translator.swift in Sources */,
FCF5AD6E220004AE004609F7 /* LicenseViewController.swift in Sources */,
FCF5AD6421FFF5EB004609F7 /* Bundel + Identifier.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 2 additions & 0 deletions POP Translator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"images" : [
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "Icon-16.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "Icon-16@2x.png",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "Icon-32.png",
"scale" : "1x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "Icon-32@2x.png",
"scale" : "2x"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "Icon-128.png",
"scale" : "1x"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "Icon-128@2x.png",
"scale" : "2x"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "Icon-256.png",
"scale" : "1x"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "Icon-256@2x.png",
"scale" : "2x"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "Icon-512.png",
"scale" : "1x"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "Icon-512@2x.png",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
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.
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.
6 changes: 6 additions & 0 deletions POP Translator/Resource/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icTabMore.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icTabMore@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icTabMore@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Translator.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d538a7c

Please sign in to comment.