Skip to content

Commit

Permalink
Updated example dependencies.
Browse files Browse the repository at this point in the history
Fixes.
  • Loading branch information
5eeman committed Sep 9, 2024
1 parent 7aed816 commit eb88820
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
rapidsnark: 710c019bf8e269e371220a71ebc449487ee04448
rapidsnark: 4e70fa2f70e3b0846a0c1bf94a635113f261ada9

PODFILE CHECKSUM: 96331fd92ed9651d0ec43feadad116a15c20e7c7

Expand Down
10 changes: 2 additions & 8 deletions Example/Pods/Local Podspecs/rapidsnark.podspec.json

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

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

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

15 changes: 8 additions & 7 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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.

8 changes: 0 additions & 8 deletions Example/rapidsnark.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
8D9235412BC56EE200B05BF1 /* circuit_final.zkey in Resources */ = {isa = PBXBuildFile; fileRef = 8D9235402BC56EE200B05BF1 /* circuit_final.zkey */; };
8D9235442BC56EF500B05BF1 /* witness.wtns in Resources */ = {isa = PBXBuildFile; fileRef = 8D9235422BC56EF500B05BF1 /* witness.wtns */; };
8D9235452BC56EF500B05BF1 /* verification_key.json in Resources */ = {isa = PBXBuildFile; fileRef = 8D9235432BC56EF500B05BF1 /* verification_key.json */; };
8DEDA6BB2C539EBC00862F04 /* witness_calc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DEDA6BA2C539EBC00862F04 /* witness_calc.m */; };
B33479556ECA93BC7700D51F /* Pods_rapidsnark_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A753C822247CC94544145747 /* Pods_rapidsnark_Example.framework */; };
EEE2AFE81C3AE89742557FBC /* Pods_rapidsnark_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F39D437746DADFB4102250B /* Pods_rapidsnark_Tests.framework */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -61,9 +60,6 @@
8D9235402BC56EE200B05BF1 /* circuit_final.zkey */ = {isa = PBXFileReference; lastKnownFileType = file; path = circuit_final.zkey; sourceTree = "<group>"; };
8D9235422BC56EF500B05BF1 /* witness.wtns */ = {isa = PBXFileReference; lastKnownFileType = file; path = witness.wtns; sourceTree = "<group>"; };
8D9235432BC56EF500B05BF1 /* verification_key.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = verification_key.json; sourceTree = "<group>"; };
8DEDA6B82C539EA800862F04 /* witness_calc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = witness_calc.h; sourceTree = "<group>"; };
8DEDA6B92C539EBB00862F04 /* rapidsnark_Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "rapidsnark_Example-Bridging-Header.h"; sourceTree = "<group>"; };
8DEDA6BA2C539EBC00862F04 /* witness_calc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = witness_calc.m; sourceTree = "<group>"; };
927BBA4BCDCC94C20BA8C102 /* rapidsnark.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = rapidsnark.podspec; path = ../rapidsnark.podspec; sourceTree = "<group>"; };
A753C822247CC94544145747 /* Pods_rapidsnark_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_rapidsnark_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CBB106B1B7F5EEE63BF3E4BA /* Pods-rapidsnark_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-rapidsnark_Tests.debug.xcconfig"; path = "Target Support Files/Pods-rapidsnark_Tests/Pods-rapidsnark_Tests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -131,13 +127,10 @@
children = (
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
607FACD71AFB9204008FA782 /* ViewController.swift */,
8DEDA6B82C539EA800862F04 /* witness_calc.h */,
8DEDA6BA2C539EBC00862F04 /* witness_calc.m */,
607FACD91AFB9204008FA782 /* Main.storyboard */,
607FACDC1AFB9204008FA782 /* Images.xcassets */,
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
607FACD31AFB9204008FA782 /* Supporting Files */,
8DEDA6B92C539EBB00862F04 /* rapidsnark_Example-Bridging-Header.h */,
);
name = "Example for rapidsnark";
path = rapidsnark;
Expand Down Expand Up @@ -364,7 +357,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8DEDA6BB2C539EBC00862F04 /* witness_calc.m in Sources */,
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
);
Expand Down
1 change: 0 additions & 1 deletion Example/rapidsnark/rapidsnark_Example-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
// Use this file to import your target's public headers that you would like to expose to Swift.
//

#import "witness_calc.h"
17 changes: 0 additions & 17 deletions Example/rapidsnark/witness_calc.h

This file was deleted.

40 changes: 0 additions & 40 deletions Example/rapidsnark/witness_calc.m

This file was deleted.

0 comments on commit eb88820

Please sign in to comment.