-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from gojek/task/merge-rename_sdk-to-main
Task/merge rename sdk to main
- Loading branch information
Showing
23 changed files
with
922 additions
and
858 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Example/Example/src/Contracts/EventVisualizer+ClickStreamContracts.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// EventVisualizer+ClickStreamContracts.swift | ||
// Example | ||
// | ||
// Created by Abhijeet Mallick on 08/01/24. | ||
// Copyright © 2024 Gojek. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
import SwiftProtobuf | ||
|
||
#if EVENT_VISUALIZER_ENABLED | ||
import Clickstream | ||
|
||
extension User: CollectionMapper { } | ||
extension Device: CollectionMapper { } | ||
extension App: CollectionMapper { } | ||
extension SwiftProtobuf.Google_Protobuf_Timestamp: CollectionMapper { } | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
PODS: | ||
- GRDB.swift (6.14.0): | ||
- GRDB.swift/standard (= 6.14.0) | ||
- GRDB.swift/standard (6.14.0) | ||
- GRDB.swift (6.24.1): | ||
- GRDB.swift/standard (= 6.24.1) | ||
- GRDB.swift/standard (6.24.1) | ||
- ReachabilitySwift (5.0.0) | ||
- SwiftProtobuf (1.21.0) | ||
- SwiftProtobuf (1.25.2) | ||
|
||
DEPENDENCIES: | ||
- GRDB.swift (~> 6.7) | ||
- ReachabilitySwift (~> 5.0) | ||
- ReachabilitySwift (>= 5.0.0) | ||
- SwiftProtobuf (~> 1.10) | ||
|
||
SPEC REPOS: | ||
https://github.com/CocoaPods/Specs.git: | ||
- GRDB.swift | ||
trunk: | ||
- ReachabilitySwift | ||
- SwiftProtobuf | ||
|
||
SPEC CHECKSUMS: | ||
GRDB.swift: d31072a99e8d3d9f5410f1a938018ccb51b881e2 | ||
GRDB.swift: 136dcb5d8dddca50aae3ba7d77475f79e7232cd8 | ||
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 | ||
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7 | ||
SwiftProtobuf: 407a385e97fd206c4fbe880cc84123989167e0d1 | ||
|
||
PODFILE CHECKSUM: 2c97fb10dcb1fcd309b15a9c7e84ddc137998638 | ||
PODFILE CHECKSUM: f24f9da678cf7c77fd3275d27f766a88682ecadf | ||
|
||
COCOAPODS: 1.12.1 | ||
COCOAPODS: 1.15.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters