Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
taozongqiang
NTIAPTool
Commits
d6a6a2a0
Commit
d6a6a2a0
authored
2 years ago
by
tzqiang
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
main
1.0.2
1.0.1
1.0.0
No related merge requests found
Changes
28
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+36
-0
.gitignore
.travis.yml
+14
-0
.travis.yml
Example/NTIAPTool.xcodeproj/project.pbxproj
+0
-0
Example/NTIAPTool.xcodeproj/project.pbxproj
Example/NTIAPTool.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
...ol.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Example/NTIAPTool.xcodeproj/xcshareddata/xcschemes/NTIAPTool-Example.xcscheme
+101
-0
...odeproj/xcshareddata/xcschemes/NTIAPTool-Example.xcscheme
Example/NTIAPTool/Base.lproj/LaunchScreen.storyboard
+31
-0
Example/NTIAPTool/Base.lproj/LaunchScreen.storyboard
Example/NTIAPTool/Base.lproj/Main.storyboard
+31
-0
Example/NTIAPTool/Base.lproj/Main.storyboard
Example/NTIAPTool/Images.xcassets/AppIcon.appiconset/Contents.json
+98
-0
...TIAPTool/Images.xcassets/AppIcon.appiconset/Contents.json
Example/NTIAPTool/NTAppDelegate.h
+15
-0
Example/NTIAPTool/NTAppDelegate.h
Example/NTIAPTool/NTAppDelegate.m
+46
-0
Example/NTIAPTool/NTAppDelegate.m
Example/NTIAPTool/NTIAPTool-Info.plist
+49
-0
Example/NTIAPTool/NTIAPTool-Info.plist
Example/NTIAPTool/NTIAPTool-Prefix.pch
+16
-0
Example/NTIAPTool/NTIAPTool-Prefix.pch
Example/NTIAPTool/NTViewController.h
+13
-0
Example/NTIAPTool/NTViewController.h
Example/NTIAPTool/NTViewController.m
+29
-0
Example/NTIAPTool/NTViewController.m
Example/NTIAPTool/en.lproj/InfoPlist.strings
+2
-0
Example/NTIAPTool/en.lproj/InfoPlist.strings
Example/NTIAPTool/main.m
+17
-0
Example/NTIAPTool/main.m
Example/Podfile
+13
-0
Example/Podfile
Example/Tests/Tests-Info.plist
+22
-0
Example/Tests/Tests-Info.plist
Example/Tests/Tests-Prefix.pch
+7
-0
Example/Tests/Tests-Prefix.pch
Example/Tests/Tests.m
+35
-0
Example/Tests/Tests.m
with
582 additions
and
0 deletions
+582
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets