Skip to content

Commit ec78dba

Browse files
committed
Readme update
1 parent 7c5e1f3 commit ec78dba

File tree

1,068 files changed

+3922
-4
lines changed

Some content is hidden

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

1,068 files changed

+3922
-4
lines changed

.swift-version

100644100755
File mode changed.

CHANGELOG.md

100644100755
File mode changed.

Carthage/.gitignore

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/project.pbxproj

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/xcshareddata/xcschemes/EVReflection OSX.xcscheme

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/xcshareddata/xcschemes/EVReflection TVOS.xcscheme

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/xcshareddata/xcschemes/EVReflection WatchOS.xcscheme

100644100755
File mode changed.

Carthage/Carthage.xcodeproj/xcshareddata/xcschemes/EVReflection iOS.xcscheme

100644100755
File mode changed.

Carthage/EVReflectionIOS/EVReflection.h

100644100755
File mode changed.

Carthage/EVReflectionIOS/Info.plist

100644100755
File mode changed.

Carthage/EVReflectionOSX/EVReflectionOSX.h

100644100755
File mode changed.

Carthage/EVReflectionOSX/Info.plist

100644100755
File mode changed.

Carthage/EVReflectionTVOS/EVReflectionTVOS.h

100644100755
File mode changed.

Carthage/EVReflectionTVOS/Info.plist

100644100755
File mode changed.

Carthage/EVReflectionWatchOS/EVReflectionWatchOS.h

100644100755
File mode changed.

Carthage/EVReflectionWatchOS/Info.plist

100644100755
File mode changed.

Carthage/README.md

100644100755
File mode changed.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0830"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "5EC197DF1A1BB16D00F4DFD4"
18+
BuildableName = "Demo.app"
19+
BlueprintName = "Demo"
20+
ReferencedContainer = "container:Demo.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "5EC197DF1A1BB16D00F4DFD4"
36+
BuildableName = "Demo.app"
37+
BlueprintName = "Demo"
38+
ReferencedContainer = "container:Demo.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "5EC197DF1A1BB16D00F4DFD4"
59+
BuildableName = "Demo.app"
60+
BlueprintName = "Demo"
61+
ReferencedContainer = "container:Demo.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "5EC197DF1A1BB16D00F4DFD4"
78+
BuildableName = "Demo.app"
79+
BlueprintName = "Demo"
80+
ReferencedContainer = "container:Demo.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Demo.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>4</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>5EC197DF1A1BB16D00F4DFD4</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

Demo/Demo.xcodeproj/xcuserdata/evermeer.xcuserdatad/xcschemes/Demo.xcscheme

100644100755
File mode changed.

Demo/Demo.xcodeproj/xcuserdata/evermeer.xcuserdatad/xcschemes/xcschememanagement.plist

100644100755
File mode changed.

Demo/Demo/BaseViewController.swift

100644100755
File mode changed.

Demo/Demo/GitHubUser.swift

100644100755
File mode changed.

Demo/Demo/Issue.swift

100644100755
File mode changed.

Demo/Demo/MoyaRxViewController.swift

100644100755
File mode changed.

Demo/README.md

100644100755
File mode changed.

EVReflection.podspec

100644100755
File mode changed.

EVReflection.xcworkspace.zip

100644100755
File mode changed.

EVReflection.xcworkspace/contents.xcworkspacedata

100644100755
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

EVReflection.xcworkspace/xcuserdata/evermeer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

PerformanceTest/.gitignore

100644100755
File mode changed.

PerformanceTest/PerformanceTest.xcodeproj/project.pbxproj

100644100755
File mode changed.

PerformanceTest/PerformanceTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

PerformanceTest/PerformanceTest/AppDelegate.swift

100644100755
File mode changed.

PerformanceTest/PerformanceTest/ArrayDeserializationPerformanceTest.swift

100644100755
File mode changed.

PerformanceTest/PerformanceTest/Assets.xcassets/AppIcon.appiconset/Contents.json

100644100755
File mode changed.

PerformanceTest/PerformanceTest/Base.lproj/LaunchScreen.storyboard

100644100755
File mode changed.

PerformanceTest/PerformanceTest/Base.lproj/Main.storyboard

100644100755
File mode changed.

PerformanceTest/PerformanceTest/Info.plist

100644100755
File mode changed.

PerformanceTest/PerformanceTest/ViewController.swift

100644100755
File mode changed.

PerformanceTest/README.md

100644100755
File mode changed.

Podfile.lock

100644100755
File mode changed.

Pods/Alamofire/LICENSE

100644100755
File mode changed.

Pods/Alamofire/README.md

100644100755
File mode changed.

Pods/Alamofire/Source/AFError.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Alamofire.swift

100644100755
File mode changed.

Pods/Alamofire/Source/DispatchQueue+Alamofire.swift

100644100755
File mode changed.

Pods/Alamofire/Source/MultipartFormData.swift

100644100755
File mode changed.

Pods/Alamofire/Source/NetworkReachabilityManager.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Notifications.swift

100644100755
File mode changed.

Pods/Alamofire/Source/ParameterEncoding.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Request.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Response.swift

100644100755
File mode changed.

Pods/Alamofire/Source/ResponseSerialization.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Result.swift

100644100755
File mode changed.

Pods/Alamofire/Source/ServerTrustPolicy.swift

100644100755
File mode changed.

Pods/Alamofire/Source/SessionDelegate.swift

100644100755
File mode changed.

Pods/Alamofire/Source/SessionManager.swift

100644100755
File mode changed.

Pods/Alamofire/Source/TaskDelegate.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Timeline.swift

100644100755
File mode changed.

Pods/Alamofire/Source/Validation.swift

100644100755
File mode changed.

Pods/Local Podspecs/EVReflection.podspec.json

100644100755
File mode changed.

Pods/Manifest.lock

100644100755
File mode changed.

Pods/Moya/License.md

100644100755
File mode changed.

Pods/Moya/Readme.md

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Cancellable.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Image.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Moya+Alamofire.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MoyaAvailability.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MoyaError.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MoyaProvider+Defaults.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MoyaProvider+Internal.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MultiTarget.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/MultipartFormData.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Plugin.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Plugins/AccessTokenPlugin.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Plugins/CredentialsPlugin.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Plugins/NetworkActivityPlugin.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Plugins/NetworkLoggerPlugin.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/Response.swift

100644100755
File mode changed.

Pods/Moya/Sources/Moya/TargetType.swift

100644100755
File mode changed.

Pods/Moya/Sources/ReactiveMoya/ReactiveMoyaAvailability.swift

100644100755
File mode changed.

Pods/Moya/Sources/ReactiveMoya/ReactiveSwiftMoyaProvider.swift

100644100755
File mode changed.

Pods/Moya/Sources/ReactiveMoya/SignalProducer+Response.swift

100644100755
File mode changed.

Pods/Moya/Sources/RxMoya/Observable+Response.swift

100644100755
File mode changed.

Pods/Moya/Sources/RxMoya/RxMoyaProvider.swift

100644100755
File mode changed.

Pods/Pods.xcodeproj/project.pbxproj

100644100755
File mode changed.

Pods/Pods.xcodeproj/xcuserdata/eve21962.xcuserdatad/xcschemes/Alamofire-OSX10.10.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/eve21962.xcuserdatad/xcschemes/Alamofire-iOS8.0.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/eve21962.xcuserdatad/xcschemes/Alamofire-iOS9.0.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)