Skip to content

Commit

Permalink
Merge branch 'master' into SWF-10-account-details
Browse files Browse the repository at this point in the history
  • Loading branch information
ahm11003 committed Mar 6, 2019
2 parents 8999883 + 61aca57 commit 77f7f65
Show file tree
Hide file tree
Showing 16 changed files with 275 additions and 22 deletions.
15 changes: 14 additions & 1 deletion SynchronyFinancial/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
PODFILE CHECKSUM: f44dd0f838ce6fa6c8b393964951c4516d14d627
PODS:
- SwiftLint (0.27.0)

DEPENDENCIES:
- SwiftLint

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- SwiftLint

SPEC CHECKSUMS:
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 4677f0f790934708825f5fcde561667ebefd2df5

COCOAPODS: 1.5.3
15 changes: 14 additions & 1 deletion SynchronyFinancial/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 34 additions & 15 deletions SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions SynchronyFinancial/Pods/SwiftLint/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added SynchronyFinancial/Pods/SwiftLint/swiftlint
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import WatchKit

//swiftlint:disable line_length
class ExtensionDelegate: NSObject, WKExtensionDelegate {

func applicationDidFinishLaunching() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MainMenuInterfaceController: WKInterfaceController {

override func awake(withContext context: Any?) {
super.awake(withContext: context)

// Configure interface objects here.
}

Expand Down
Loading

0 comments on commit 77f7f65

Please sign in to comment.