Skip to content

Commit

Permalink
Merge pull request #5 from vsanthanam/version-1.0-final
Browse files Browse the repository at this point in the history
1.0
  • Loading branch information
vsanthanam committed Jun 15, 2018
2 parents 21ab7a7 + 4297bd5 commit 455cd6d
Show file tree
Hide file tree
Showing 50 changed files with 289 additions and 619 deletions.
120 changes: 120 additions & 0 deletions .gitignore
@@ -0,0 +1,120 @@
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk



# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3




# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
8 changes: 3 additions & 5 deletions Documentation/Classes.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -128,9 +129,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -206,8 +204,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions Documentation/Classes/NXAddressInfo.html
Expand Up @@ -243,9 +243,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="../example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="../project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="../sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -321,8 +318,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions Documentation/Classes/NXNetwork.html
Expand Up @@ -592,9 +592,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="../example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="../project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="../sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -670,8 +667,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions Documentation/Constants.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Constants" class="dashAnchor"></a>
<a title="Constants Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -95,9 +96,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -173,8 +171,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions Documentation/Enums.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Enumerations" class="dashAnchor"></a>
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -102,9 +103,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -180,8 +178,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions Documentation/Enums/NXNetworkReachabilityStatus.html
Expand Up @@ -162,9 +162,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="../example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="../project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="../sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -240,8 +237,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions Documentation/Functions.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Functions" class="dashAnchor"></a>
<a title="Functions Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -218,9 +219,6 @@ <h4>Return Value</h4>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -296,8 +294,8 @@ <h4>Return Value</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions Documentation/Guides.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Guides" class="dashAnchor"></a>
<a title="Guides Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -64,9 +65,6 @@ <h1>Guides</h1>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -142,8 +140,8 @@ <h1>Guides</h1>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions Documentation/Protocols.html
Expand Up @@ -10,6 +10,7 @@

</head>
<body>
<a name="//apple_ref/objc/Section/Protocols" class="dashAnchor"></a>
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
Expand Down Expand Up @@ -96,9 +97,6 @@ <h4>Declaration</h4>
<li class="nav-group-task">
<a href="example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -174,8 +172,8 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions Documentation/Protocols/NXNetworkDelegate.html
Expand Up @@ -134,9 +134,6 @@ <h4>Parameters</h4>
<li class="nav-group-task">
<a href="../example---basic-reachability.html">Example - Basic Reachability</a>
</li>
<li class="nav-group-task">
<a href="../project-setup.html">Project Setup</a>
</li>
<li class="nav-group-task">
<a href="../sockaddr-nsstring-conversion.html">Sockaddr NSString Conversion</a>
</li>
Expand Down Expand Up @@ -212,8 +209,8 @@ <h4>Parameters</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-04-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-06-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
</div>
Expand Down

0 comments on commit 455cd6d

Please sign in to comment.