Skip to content

Commit

Permalink
feat(ios): get XKCD cIDs using IPNS/IPFS instead of local json
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton authored and aeddi committed Jan 16, 2020
1 parent 804bbce commit 1461ac1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9,310 deletions.
4 changes: 0 additions & 4 deletions ios/Example/GomobileIPFS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
C7B69C1AEE22B38290E678B7 /* Pods_GomobileIPFS_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2379A1BCB7AF557873849D /* Pods_GomobileIPFS_Tests.framework */; };
CC03C613238A9D4F00F635EE /* PeerCountUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC03C612238A9D4F00F635EE /* PeerCountUpdater.swift */; };
CC18F99F238ACE12007D9E36 /* DisplayImageController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC18F99E238ACE12007D9E36 /* DisplayImageController.swift */; };
CCBBDE6A238AD9F300B5B43F /* Data in Resources */ = {isa = PBXBuildFile; fileRef = CCBBDE69238AD9F300B5B43F /* Data */; };
D8E478254B644C1198E8CC6C /* Pods_GomobileIPFS_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF129C2ACDA6302A353C5DFD /* Pods_GomobileIPFS_Example.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -49,7 +48,6 @@
AF129C2ACDA6302A353C5DFD /* Pods_GomobileIPFS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GomobileIPFS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CC03C612238A9D4F00F635EE /* PeerCountUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PeerCountUpdater.swift; sourceTree = "<group>"; };
CC18F99E238ACE12007D9E36 /* DisplayImageController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayImageController.swift; sourceTree = "<group>"; };
CCBBDE69238AD9F300B5B43F /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
ED2379A1BCB7AF557873849D /* Pods_GomobileIPFS_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GomobileIPFS_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F706D762809FD3DFE25FCA56 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
FFA5CBB6CDC475FEF3DDB167 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
Expand Down Expand Up @@ -117,7 +115,6 @@
607FACD91AFB9204008FA782 /* Main.storyboard */,
607FACDC1AFB9204008FA782 /* Images.xcassets */,
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
CCBBDE69238AD9F300B5B43F /* Data */,
607FACD31AFB9204008FA782 /* Supporting Files */,
);
name = "Example for GomobileIPFS";
Expand Down Expand Up @@ -260,7 +257,6 @@
files = (
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
CCBBDE6A238AD9F300B5B43F /* Data in Resources */,
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 1461ac1

Please sign in to comment.