Skip to content

Commit 03522fc

Browse files
committed
init commit
0 parents  commit 03522fc

File tree

487 files changed

+60837
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

487 files changed

+60837
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior
12+
13+
**Expected behavior**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Screenshots**
17+
If applicable, add screenshots to help explain your problem.
18+
19+
**System and Shadowsocksx-NG version: (please complete the following information):**
20+
- OS Version: [e.g. 10.13.1]
21+
- Version [e.g. 22]
22+
23+
**ss-local.log**
24+
25+
Please upload the ss-local.log file here the file is in `~/Library/Logs`
26+
1) Open 'Advanced Settings -> enable Verbose Mode'
27+
2) Continue run `Shadowsocksx-NG` for 5 minutes
28+
3) Upload the `~/Library/Logs/ss-local.log` here (with or without compress)
29+
30+
**Application log**
31+
32+
Open the `Console.app` and search `Shadowsocksx-NG`
33+
Copy paste the log here
34+
35+
**Crash Log**
36+
37+
If the app crashes and pop up a crash log, please copy and paste here
38+
39+
**Additional context**
40+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
#####
2+
# OS X temporary files that should never be committed
3+
.DS_Store
4+
*.swp
5+
*.lock
6+
profile
7+
8+
####
9+
# Xcode temporary files that should never be committed
10+
*~.nib
11+
12+
####
13+
# Objective-C/Swift specific
14+
*.hmap
15+
*.ipa
16+
17+
####
18+
# Xcode build files
19+
DerivedData/
20+
build/
21+
Builds/
22+
23+
#####
24+
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
25+
*.pbxuser
26+
*.mode1v3
27+
*.mode2v3
28+
*.perspectivev3
29+
!default.pbxuser
30+
!default.mode1v3
31+
!default.mode2v3
32+
!default.perspectivev3
33+
34+
####
35+
# Xcode 4
36+
xcuserdata
37+
!xcschemes
38+
# Xcode 4
39+
*.moved-aside
40+
41+
####
42+
# XCode 4 workspaces - more detailed
43+
!xcshareddata
44+
!default.xcworkspace
45+
*.xcworkspacedata
46+
47+
48+
####
49+
# Xcode 5
50+
*.xccheckout
51+
*.xcuserstate
52+
53+
####
54+
# Xcode 7
55+
*.xcscmblueprint
56+
57+
####
58+
# AppCode
59+
.idea/
60+
61+
####
62+
# Other Xcode files
63+
profile
64+
*.hmap
65+
*.ipa
66+
67+
####
68+
# Carthage
69+
Carthage/Build
70+
71+
IDEWorkspaceChecks.plist

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: objective-c
2+
osx_image: xcode10
3+
xcode_workspace: ShadowsocksX-NG.xcworkspace
4+
xcode_scheme: ShadowsocksX-NG
5+
script: set -o pipefail && xcodebuild test -workspace ShadowsocksX-NG.xcworkspace -scheme ShadowsocksX-NG|xcpretty

ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
**System and Shadowsocksx-NG version:**
2+
3+
- macOS 10.??.?? (16E????)
4+
- Shadowsocksx-NG 1.?
5+
6+
**Expected behavior:**
7+
8+
9+
10+
**Actual behavior:**
11+
12+
(N/A for feature requests)
13+
14+
**Steps to reproduce:**
15+
16+
(N/A for feature requests)
17+
18+
**How often does this happen?**
19+
20+
(N/A for feature requests)
21+
22+
**ss-local.log**
23+
24+
Please upload the ss-local.log file here the file is in `~/Library/Logs`
25+
1) Open 'Advanced Settings -> enable Verbose Mode'
26+
2) Continue run `Shadowsocksx-NG` for 5 minutes
27+
3) Upload the `~/Library/Logs/ss-local.log` here (with or without compress)
28+
29+
**Application log**
30+
31+
Open the `Console.app` and search `Shadowsocksx-NG`
32+
Copy paste the log here
33+
34+
**Crash Log**
35+
36+
If the app crashes and pop up a crash log, please copy and paste here
37+

0 commit comments

Comments
 (0)