diff --git a/examples/cloudkit.proto b/icloud/cloudkit.proto similarity index 98% rename from examples/cloudkit.proto rename to icloud/cloudkit.proto index 1140458..6d8ec54 100644 --- a/examples/cloudkit.proto +++ b/icloud/cloudkit.proto @@ -1,5 +1,7 @@ syntax = "proto2"; +// Based on https://gist.github.com/horrorho/9c0ff20055b854f4298750cfad635fe2 +// and https://github.com/horrorho/InflatableDonkey/blob/master/src/main/resources/cloud_kit.proto message RequestOperation { message Header { enum ContainerEnvironment { diff --git a/examples/cloudkit.py b/icloud/cloudkit.py similarity index 100% rename from examples/cloudkit.py rename to icloud/cloudkit.py diff --git a/examples/cloudkit_pb2.py b/icloud/cloudkit_pb2.py similarity index 100% rename from examples/cloudkit_pb2.py rename to icloud/cloudkit_pb2.py