Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
AutoJira
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
AutoJira
Commits
03393798
Commit
03393798
authored
Feb 25, 2019
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial Commit
parents
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
190 additions
and
0 deletions
+190
-0
project.pbxproj
AutoJira.xcodeproj/project.pbxproj
+0
-0
contents.xcworkspacedata
...ra.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
IDEWorkspaceChecks.plist
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
xcschememanagement.plist
...a/wangyang.xcuserdatad/xcschemes/xcschememanagement.plist
+14
-0
AppDelegate.swift
AutoJira/AppDelegate.swift
+26
-0
Contents.json
AutoJira/Assets.xcassets/AppIcon.appiconset/Contents.json
+59
-0
Contents.json
AutoJira/Assets.xcassets/Contents.json
+7
-0
AutoJira.entitlements
AutoJira/AutoJira.entitlements
+10
-0
Main.storyboard
AutoJira/Base.lproj/Main.storyboard
+0
-0
Info.plist
AutoJira/Info.plist
+32
-0
ViewController.swift
AutoJira/ViewController.swift
+27
-0
No files found.
AutoJira.xcodeproj/project.pbxproj
0 → 100644
View file @
03393798
This diff is collapsed.
Click to expand it.
AutoJira.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
03393798
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:AutoJira.xcodeproj"
>
</FileRef>
</Workspace>
AutoJira.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
03393798
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
IDEDidComputeMac32BitWarning
<
/k
e
y
>
<
tru
e
/
>
<
/
d
i
c
t
>
<
/plist
>
AutoJira.xcodeproj/xcuserdata/wangyang.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
View file @
03393798
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
SchemeUserState
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
AutoJira.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
0
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/plist
>
AutoJira/AppDelegate.swift
0 → 100644
View file @
03393798
//
// AppDelegate.swift
// AutoJira
//
// Created by wangyang on 2019/2/25.
// Copyright © 2019 wangyang. All rights reserved.
//
import
Cocoa
@NSApplicationMain
class
AppDelegate
:
NSObject
,
NSApplicationDelegate
{
func
applicationDidFinishLaunching
(
_
aNotification
:
Notification
)
{
// Insert code here to initialize your application
}
func
applicationWillTerminate
(
_
aNotification
:
Notification
)
{
// Insert code here to tear down your application
}
}
AutoJira/Assets.xcassets/AppIcon.appiconset/Contents.json
0 → 100644
View file @
03393798
{
"images"
:
[
{
"idiom"
:
"mac"
,
"size"
:
"16x16"
,
"scale"
:
"1x"
},
{
"idiom"
:
"mac"
,
"size"
:
"16x16"
,
"scale"
:
"2x"
},
{
"idiom"
:
"mac"
,
"size"
:
"32x32"
,
"scale"
:
"1x"
},
{
"idiom"
:
"mac"
,
"size"
:
"32x32"
,
"scale"
:
"2x"
},
{
"idiom"
:
"mac"
,
"size"
:
"128x128"
,
"scale"
:
"1x"
},
{
"idiom"
:
"mac"
,
"size"
:
"128x128"
,
"scale"
:
"2x"
},
{
"idiom"
:
"mac"
,
"size"
:
"256x256"
,
"scale"
:
"1x"
},
{
"idiom"
:
"mac"
,
"size"
:
"256x256"
,
"scale"
:
"2x"
},
{
"idiom"
:
"mac"
,
"size"
:
"512x512"
,
"scale"
:
"1x"
},
{
"idiom"
:
"mac"
,
"size"
:
"512x512"
,
"scale"
:
"2x"
}
],
"info"
:
{
"version"
:
1
,
"author"
:
"xcode"
}
}
\ No newline at end of file
AutoJira/Assets.xcassets/Contents.json
0 → 100644
View file @
03393798
{
"info"
:
{
"version"
:
1
,
"author"
:
"xcode"
}
}
\ No newline at end of file
AutoJira/AutoJira.entitlements
0 → 100644
View file @
03393798
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
com.apple.security.app-sandbox
</key>
<true/>
<key>
com.apple.security.files.user-selected.read-only
</key>
<true/>
</dict>
</plist>
AutoJira/Base.lproj/Main.storyboard
0 → 100644
View file @
03393798
This diff is collapsed.
Click to expand it.
AutoJira/Info.plist
0 → 100644
View file @
03393798
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
$
(
DEVELOPMENT_LANGUAGE
)<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
(
EXECUTABLE_NAME
)<
/string
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
string
><
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
(
PRODUCT_BUNDLE_IDENTIFIER
)<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1
<
/string
>
<
k
e
y
>
LSMinimumSystemVersion
<
/k
e
y
>
<
string
>
$
(
MACOSX_DEPLOYMENT_TARGET
)<
/string
>
<
k
e
y
>
NSHumanReadableCopyright
<
/k
e
y
>
<
string
>
Copyright
©
2019
wangyang.
All
rights
reserved.
<
/string
>
<
k
e
y
>
NSMainStoryboardFile
<
/k
e
y
>
<
string
>
Main
<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
>
NSApplication
<
/string
>
<
/
d
i
c
t
>
<
/plist
>
AutoJira/ViewController.swift
0 → 100644
View file @
03393798
//
// ViewController.swift
// AutoJira
//
// Created by wangyang on 2019/2/25.
// Copyright © 2019 wangyang. All rights reserved.
//
import
Cocoa
class
ViewController
:
NSViewController
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
// Do any additional setup after loading the view.
}
override
var
representedObject
:
Any
?
{
didSet
{
// Update the view, if already loaded.
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment