Skip to content

Commit

Permalink
Update Python project and add to xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
DagAgren committed Jun 1, 2018
1 parent d6be459 commit fb71c6e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Python
71 changes: 71 additions & 0 deletions Swift/BlurHash.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@
1B0A25271EC5EAB000F25F08 /* pic4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pic4.png; sourceTree = "<group>"; };
1B0A25281EC5EAB000F25F08 /* pic5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pic5.png; sourceTree = "<group>"; };
1B19DF5F2015E72B00D8FCD7 /* pic6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pic6.png; sourceTree = "<group>"; };
1B1B249320C13E9700D8EF03 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
1B1B249420C13E9700D8EF03 /* dev-requirements.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "dev-requirements.txt"; sourceTree = "<group>"; };
1B1B249620C13E9700D8EF03 /* pic2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pic2.png; sourceTree = "<group>"; };
1B1B249720C13E9700D8EF03 /* pic2_bw.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pic2_bw.png; sourceTree = "<group>"; };
1B1B249820C13E9700D8EF03 /* test_encode.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = test_encode.py; sourceTree = "<group>"; };
1B1B249920C13E9700D8EF03 /* MANIFEST.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = MANIFEST.in; sourceTree = "<group>"; };
1B1B249A20C13E9700D8EF03 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
1B1B249B20C13E9700D8EF03 /* setup.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = setup.py; sourceTree = "<group>"; };
1B1B249D20C13E9700D8EF03 /* tox.ini */ = {isa = PBXFileReference; lastKnownFileType = text; path = tox.ini; sourceTree = "<group>"; };
1B1B249E20C13E9700D8EF03 /* setup.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = setup.cfg; sourceTree = "<group>"; };
1B1B24FF20C13E9700D8EF03 /* config.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.yml; sourceTree = "<group>"; };
1B1B250220C13E9700D8EF03 /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; };
1B1B250320C13E9700D8EF03 /* encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = "<group>"; };
1B1B250420C13E9700D8EF03 /* build_blurhash.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = build_blurhash.py; sourceTree = "<group>"; };
1B1B250520C13E9700D8EF03 /* encode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = encode.h; sourceTree = "<group>"; };
1B2BA1BD1F0E5EC5006057C1 /* blurhash */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = blurhash; sourceTree = BUILT_PRODUCTS_DIR; };
1B2BA1C41F0E5ED6006057C1 /* blurhash_stb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blurhash_stb.c; sourceTree = "<group>"; };
1B2BA1C81F0E5EE3006057C1 /* encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -181,6 +196,61 @@
name = Images;
sourceTree = "<group>";
};
1B1B249220C13E9700D8EF03 /* Python */ = {
isa = PBXGroup;
children = (
1B1B250020C13E9700D8EF03 /* src */,
1B1B249520C13E9700D8EF03 /* tests */,
1B1B24FE20C13E9700D8EF03 /* .circleci */,
1B1B249420C13E9700D8EF03 /* dev-requirements.txt */,
1B1B249320C13E9700D8EF03 /* LICENSE */,
1B1B249920C13E9700D8EF03 /* MANIFEST.in */,
1B1B249A20C13E9700D8EF03 /* README.md */,
1B1B249E20C13E9700D8EF03 /* setup.cfg */,
1B1B249B20C13E9700D8EF03 /* setup.py */,
1B1B249D20C13E9700D8EF03 /* tox.ini */,
);
name = Python;
path = ../Python;
sourceTree = "<group>";
};
1B1B249520C13E9700D8EF03 /* tests */ = {
isa = PBXGroup;
children = (
1B1B249620C13E9700D8EF03 /* pic2.png */,
1B1B249720C13E9700D8EF03 /* pic2_bw.png */,
1B1B249820C13E9700D8EF03 /* test_encode.py */,
);
path = tests;
sourceTree = "<group>";
};
1B1B24FE20C13E9700D8EF03 /* .circleci */ = {
isa = PBXGroup;
children = (
1B1B24FF20C13E9700D8EF03 /* config.yml */,
);
path = .circleci;
sourceTree = "<group>";
};
1B1B250020C13E9700D8EF03 /* src */ = {
isa = PBXGroup;
children = (
1B1B250120C13E9700D8EF03 /* blurhash */,
1B1B250420C13E9700D8EF03 /* build_blurhash.py */,
1B1B250320C13E9700D8EF03 /* encode.c */,
1B1B250520C13E9700D8EF03 /* encode.h */,
);
path = src;
sourceTree = "<group>";
};
1B1B250120C13E9700D8EF03 /* blurhash */ = {
isa = PBXGroup;
children = (
1B1B250220C13E9700D8EF03 /* __init__.py */,
);
path = blurhash;
sourceTree = "<group>";
};
1B2BA1B81F0E5E91006057C1 /* C */ = {
isa = PBXGroup;
children = (
Expand All @@ -201,6 +271,7 @@
1B2BA1B81F0E5E91006057C1 /* C */,
1BEFFFC020BFE05600187F3F /* Kotlin */,
1BEFFFA420BEE66400187F3F /* TypeScript */,
1B1B249220C13E9700D8EF03 /* Python */,
1BEFFFC620BFF7B100187F3F /* Algorithm.md */,
1BEFFFC720BFF7B100187F3F /* CodeOfConduct.md */,
1BEFFFC820C000DE00187F3F /* License.txt */,
Expand Down

0 comments on commit fb71c6e

Please sign in to comment.