Merge pull request #3 from zcash/carthage-support

Carthage support
This commit is contained in:
Francisco Gindre 2019-09-11 15:00:17 -03:00 committed by GitHub
commit 8456ccc5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 1042 additions and 3 deletions

2
.gitignore vendored
View File

@ -48,7 +48,7 @@ playground.xcworkspace
# Carthage
Carthage/Checkouts
Carthage/Build
Example/**/Carthage
# Accio dependency management
Dependencies/
.accio/

1
Cartfile Normal file
View File

@ -0,0 +1 @@
github "grpc/grpc-swift"

1
Cartfile.resolved Normal file
View File

@ -0,0 +1 @@
github "grpc/grpc-swift" "0.9.1"

View File

@ -0,0 +1 @@
git "../.." "HEAD"

View File

@ -0,0 +1,2 @@
git "../.." "7933fb42647f75a09584c597a6fee6660c436b3e"
github "grpc/grpc-swift" "0.9.1"

View File

@ -0,0 +1,591 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
0D3F931523284B5B0034957E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D3F931423284B5B0034957E /* AppDelegate.swift */; };
0D3F931723284B5B0034957E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D3F931623284B5B0034957E /* ViewController.swift */; };
0D3F931A23284B5B0034957E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D3F931823284B5B0034957E /* Main.storyboard */; };
0D3F931C23284B5D0034957E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D3F931B23284B5D0034957E /* Assets.xcassets */; };
0D3F931F23284B5D0034957E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D3F931D23284B5D0034957E /* LaunchScreen.storyboard */; };
0D3F932A23284B5D0034957E /* ZcashLightClient_CarthageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D3F932923284B5D0034957E /* ZcashLightClient_CarthageTests.swift */; };
0D3F933523284B5D0034957E /* ZcashLightClient_CarthageUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D3F933423284B5D0034957E /* ZcashLightClient_CarthageUITests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
0D3F932623284B5D0034957E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0D3F930923284B5B0034957E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0D3F931023284B5B0034957E;
remoteInfo = "ZcashLightClient-Carthage";
};
0D3F933123284B5D0034957E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0D3F930923284B5B0034957E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0D3F931023284B5B0034957E;
remoteInfo = "ZcashLightClient-Carthage";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0D3F931123284B5B0034957E /* ZcashLightClient-Carthage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ZcashLightClient-Carthage.app"; sourceTree = BUILT_PRODUCTS_DIR; };
0D3F931423284B5B0034957E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0D3F931623284B5B0034957E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
0D3F931923284B5B0034957E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
0D3F931B23284B5D0034957E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
0D3F931E23284B5D0034957E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
0D3F932023284B5D0034957E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0D3F932523284B5D0034957E /* ZcashLightClient-CarthageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ZcashLightClient-CarthageTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
0D3F932923284B5D0034957E /* ZcashLightClient_CarthageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZcashLightClient_CarthageTests.swift; sourceTree = "<group>"; };
0D3F932B23284B5D0034957E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0D3F933023284B5D0034957E /* ZcashLightClient-CarthageUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ZcashLightClient-CarthageUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
0D3F933423284B5D0034957E /* ZcashLightClient_CarthageUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZcashLightClient_CarthageUITests.swift; sourceTree = "<group>"; };
0D3F933623284B5D0034957E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
0D3F930E23284B5B0034957E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932223284B5D0034957E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932D23284B5D0034957E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0D3F930823284B5B0034957E = {
isa = PBXGroup;
children = (
0D3F931323284B5B0034957E /* ZcashLightClient-Carthage */,
0D3F932823284B5D0034957E /* ZcashLightClient-CarthageTests */,
0D3F933323284B5D0034957E /* ZcashLightClient-CarthageUITests */,
0D3F931223284B5B0034957E /* Products */,
);
sourceTree = "<group>";
};
0D3F931223284B5B0034957E /* Products */ = {
isa = PBXGroup;
children = (
0D3F931123284B5B0034957E /* ZcashLightClient-Carthage.app */,
0D3F932523284B5D0034957E /* ZcashLightClient-CarthageTests.xctest */,
0D3F933023284B5D0034957E /* ZcashLightClient-CarthageUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
0D3F931323284B5B0034957E /* ZcashLightClient-Carthage */ = {
isa = PBXGroup;
children = (
0D3F931423284B5B0034957E /* AppDelegate.swift */,
0D3F931623284B5B0034957E /* ViewController.swift */,
0D3F931823284B5B0034957E /* Main.storyboard */,
0D3F931B23284B5D0034957E /* Assets.xcassets */,
0D3F931D23284B5D0034957E /* LaunchScreen.storyboard */,
0D3F932023284B5D0034957E /* Info.plist */,
);
path = "ZcashLightClient-Carthage";
sourceTree = "<group>";
};
0D3F932823284B5D0034957E /* ZcashLightClient-CarthageTests */ = {
isa = PBXGroup;
children = (
0D3F932923284B5D0034957E /* ZcashLightClient_CarthageTests.swift */,
0D3F932B23284B5D0034957E /* Info.plist */,
);
path = "ZcashLightClient-CarthageTests";
sourceTree = "<group>";
};
0D3F933323284B5D0034957E /* ZcashLightClient-CarthageUITests */ = {
isa = PBXGroup;
children = (
0D3F933423284B5D0034957E /* ZcashLightClient_CarthageUITests.swift */,
0D3F933623284B5D0034957E /* Info.plist */,
);
path = "ZcashLightClient-CarthageUITests";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
0D3F931023284B5B0034957E /* ZcashLightClient-Carthage */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D3F933923284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-Carthage" */;
buildPhases = (
0D3F930D23284B5B0034957E /* Sources */,
0D3F930E23284B5B0034957E /* Frameworks */,
0D3F930F23284B5B0034957E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "ZcashLightClient-Carthage";
productName = "ZcashLightClient-Carthage";
productReference = 0D3F931123284B5B0034957E /* ZcashLightClient-Carthage.app */;
productType = "com.apple.product-type.application";
};
0D3F932423284B5D0034957E /* ZcashLightClient-CarthageTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D3F933C23284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-CarthageTests" */;
buildPhases = (
0D3F932123284B5D0034957E /* Sources */,
0D3F932223284B5D0034957E /* Frameworks */,
0D3F932323284B5D0034957E /* Resources */,
);
buildRules = (
);
dependencies = (
0D3F932723284B5D0034957E /* PBXTargetDependency */,
);
name = "ZcashLightClient-CarthageTests";
productName = "ZcashLightClient-CarthageTests";
productReference = 0D3F932523284B5D0034957E /* ZcashLightClient-CarthageTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
0D3F932F23284B5D0034957E /* ZcashLightClient-CarthageUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D3F933F23284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-CarthageUITests" */;
buildPhases = (
0D3F932C23284B5D0034957E /* Sources */,
0D3F932D23284B5D0034957E /* Frameworks */,
0D3F932E23284B5D0034957E /* Resources */,
);
buildRules = (
);
dependencies = (
0D3F933223284B5D0034957E /* PBXTargetDependency */,
);
name = "ZcashLightClient-CarthageUITests";
productName = "ZcashLightClient-CarthageUITests";
productReference = 0D3F933023284B5D0034957E /* ZcashLightClient-CarthageUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0D3F930923284B5B0034957E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Electric Coin Company";
TargetAttributes = {
0D3F931023284B5B0034957E = {
CreatedOnToolsVersion = 10.2.1;
};
0D3F932423284B5D0034957E = {
CreatedOnToolsVersion = 10.2.1;
TestTargetID = 0D3F931023284B5B0034957E;
};
0D3F932F23284B5D0034957E = {
CreatedOnToolsVersion = 10.2.1;
TestTargetID = 0D3F931023284B5B0034957E;
};
};
};
buildConfigurationList = 0D3F930C23284B5B0034957E /* Build configuration list for PBXProject "ZcashLightClient-Carthage" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0D3F930823284B5B0034957E;
productRefGroup = 0D3F931223284B5B0034957E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0D3F931023284B5B0034957E /* ZcashLightClient-Carthage */,
0D3F932423284B5D0034957E /* ZcashLightClient-CarthageTests */,
0D3F932F23284B5D0034957E /* ZcashLightClient-CarthageUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
0D3F930F23284B5B0034957E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D3F931F23284B5D0034957E /* LaunchScreen.storyboard in Resources */,
0D3F931C23284B5D0034957E /* Assets.xcassets in Resources */,
0D3F931A23284B5B0034957E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932323284B5D0034957E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932E23284B5D0034957E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
0D3F930D23284B5B0034957E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D3F931723284B5B0034957E /* ViewController.swift in Sources */,
0D3F931523284B5B0034957E /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932123284B5D0034957E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D3F932A23284B5D0034957E /* ZcashLightClient_CarthageTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D3F932C23284B5D0034957E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D3F933523284B5D0034957E /* ZcashLightClient_CarthageUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
0D3F932723284B5D0034957E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 0D3F931023284B5B0034957E /* ZcashLightClient-Carthage */;
targetProxy = 0D3F932623284B5D0034957E /* PBXContainerItemProxy */;
};
0D3F933223284B5D0034957E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 0D3F931023284B5B0034957E /* ZcashLightClient-Carthage */;
targetProxy = 0D3F933123284B5D0034957E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
0D3F931823284B5B0034957E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
0D3F931923284B5B0034957E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
0D3F931D23284B5D0034957E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
0D3F931E23284B5D0034957E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
0D3F933723284B5D0034957E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
0D3F933823284B5D0034957E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
0D3F933A23284B5D0034957E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-Carthage/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-Carthage";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
0D3F933B23284B5D0034957E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-Carthage/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-Carthage";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
0D3F933D23284B5D0034957E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-CarthageTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-CarthageTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZcashLightClient-Carthage.app/ZcashLightClient-Carthage";
};
name = Debug;
};
0D3F933E23284B5D0034957E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-CarthageTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-CarthageTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZcashLightClient-Carthage.app/ZcashLightClient-Carthage";
};
name = Release;
};
0D3F934023284B5D0034957E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-CarthageUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-CarthageUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = "ZcashLightClient-Carthage";
};
name = Debug;
};
0D3F934123284B5D0034957E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = "ZcashLightClient-CarthageUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.ZcashLightClient-CarthageUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = "ZcashLightClient-Carthage";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
0D3F930C23284B5B0034957E /* Build configuration list for PBXProject "ZcashLightClient-Carthage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D3F933723284B5D0034957E /* Debug */,
0D3F933823284B5D0034957E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D3F933923284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-Carthage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D3F933A23284B5D0034957E /* Debug */,
0D3F933B23284B5D0034957E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D3F933C23284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-CarthageTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D3F933D23284B5D0034957E /* Debug */,
0D3F933E23284B5D0034957E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D3F933F23284B5D0034957E /* Build configuration list for PBXNativeTarget "ZcashLightClient-CarthageUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D3F934023284B5D0034957E /* Debug */,
0D3F934123284B5D0034957E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0D3F930923284B5B0034957E /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:ZcashLightClient-Carthage.xcodeproj">
</FileRef>
</Workspace>

View File

@ -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>

View File

@ -0,0 +1,46 @@
//
// AppDelegate.swift
// ZcashLightClient-Carthage
//
// Created by Francisco Gindre on 10/09/2019.
// Copyright © 2019 Electric Coin Company. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
func applicationWillResignActive(_ application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}
func applicationDidEnterBackground(_ application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}
func applicationWillEnterForeground(_ application: UIApplication) {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}
func applicationDidBecomeActive(_ application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}
func applicationWillTerminate(_ application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
}

View File

@ -0,0 +1,98 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
</document>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>

View File

@ -0,0 +1,45 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

View File

@ -0,0 +1,20 @@
//
// ViewController.swift
// ZcashLightClient-Carthage
//
// Created by Francisco Gindre on 10/09/2019.
// Copyright © 2019 Electric Coin Company. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}

View File

@ -0,0 +1,22 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,34 @@
//
// ZcashLightClient_CarthageTests.swift
// ZcashLightClient-CarthageTests
//
// Created by Francisco Gindre on 10/09/2019.
// Copyright © 2019 Electric Coin Company. All rights reserved.
//
import XCTest
@testable import ZcashLightClient_Carthage
class ZcashLightClient_CarthageTests: XCTestCase {
override func setUp() {
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
func testPerformanceExample() {
// This is an example of a performance test case.
self.measure {
// Put the code you want to measure the time of here.
}
}
}

View File

@ -0,0 +1,22 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,34 @@
//
// ZcashLightClient_CarthageUITests.swift
// ZcashLightClient-CarthageUITests
//
// Created by Francisco Gindre on 10/09/2019.
// Copyright © 2019 Electric Coin Company. All rights reserved.
//
import XCTest
class ZcashLightClient_CarthageUITests: XCTestCase {
override func setUp() {
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
XCUIApplication().launch()
// In UI tests its important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() {
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
}

View File

@ -3,17 +3,21 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {
/* Begin PBXBuildFile section */
0B45933D22C612CB002A66BA /* ZcashRustBackendTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B45933C22C612CB002A66BA /* ZcashRustBackendTests.swift */; };
0DC64E6A23284A2C0053EFAC /* CgRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DC64E6623284A2C0053EFAC /* CgRPC.framework */; };
0DC64E6B23284A2C0053EFAC /* SwiftGRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DC64E6723284A2C0053EFAC /* SwiftGRPC.framework */; };
0DC64E6C23284A2C0053EFAC /* BoringSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DC64E6823284A2C0053EFAC /* BoringSSL.framework */; };
0DC64E6D23284A2C0053EFAC /* SwiftProtobuf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DC64E6923284A2C0053EFAC /* SwiftProtobuf.framework */; };
103AFE8F228312A30074BC98 /* ZcashLightClientKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 103AFE85228312A30074BC98 /* ZcashLightClientKit.framework */; };
103AFE94228312A30074BC98 /* ZcashLightClientKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 103AFE93228312A30074BC98 /* ZcashLightClientKitTests.swift */; };
103AFE96228312A30074BC98 /* ZcashLightClientKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 103AFE88228312A30074BC98 /* ZcashLightClientKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
103AFEA22283166B0074BC98 /* libzcashlc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 103AFEA12283166B0074BC98 /* libzcashlc.a */; };
103AFEA422831BB00074BC98 /* ZcashRustBackend.swift in Sources */ = {isa = PBXBuildFile; fileRef = 103AFEA322831BB00074BC98 /* ZcashRustBackend.swift */; };
103AFEAA228320F00074BC98 /* zcashlc.h in Headers */ = {isa = PBXBuildFile; fileRef = 103AFEA9228320F00074BC98 /* zcashlc.h */; };
103AFEAA228320F00074BC98 /* zcashlc.h in Headers */ = {isa = PBXBuildFile; fileRef = 103AFEA9228320F00074BC98 /* zcashlc.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -28,6 +32,10 @@
/* Begin PBXFileReference section */
0B45933C22C612CB002A66BA /* ZcashRustBackendTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZcashRustBackendTests.swift; sourceTree = "<group>"; };
0DC64E6623284A2C0053EFAC /* CgRPC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CgRPC.framework; path = Carthage/Build/iOS/CgRPC.framework; sourceTree = "<group>"; };
0DC64E6723284A2C0053EFAC /* SwiftGRPC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftGRPC.framework; path = Carthage/Build/iOS/SwiftGRPC.framework; sourceTree = "<group>"; };
0DC64E6823284A2C0053EFAC /* BoringSSL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = BoringSSL.framework; path = Carthage/Build/iOS/BoringSSL.framework; sourceTree = "<group>"; };
0DC64E6923284A2C0053EFAC /* SwiftProtobuf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftProtobuf.framework; path = Carthage/Build/iOS/SwiftProtobuf.framework; sourceTree = "<group>"; };
103AFE85228312A30074BC98 /* ZcashLightClientKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ZcashLightClientKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
103AFE88228312A30074BC98 /* ZcashLightClientKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZcashLightClientKit.h; sourceTree = "<group>"; };
103AFE89228312A30074BC98 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -45,6 +53,10 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0DC64E6A23284A2C0053EFAC /* CgRPC.framework in Frameworks */,
0DC64E6B23284A2C0053EFAC /* SwiftGRPC.framework in Frameworks */,
0DC64E6C23284A2C0053EFAC /* BoringSSL.framework in Frameworks */,
0DC64E6D23284A2C0053EFAC /* SwiftProtobuf.framework in Frameworks */,
103AFEA22283166B0074BC98 /* libzcashlc.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -103,6 +115,10 @@
103AFEA02283166B0074BC98 /* Frameworks */ = {
isa = PBXGroup;
children = (
0DC64E6823284A2C0053EFAC /* BoringSSL.framework */,
0DC64E6623284A2C0053EFAC /* CgRPC.framework */,
0DC64E6723284A2C0053EFAC /* SwiftGRPC.framework */,
0DC64E6923284A2C0053EFAC /* SwiftProtobuf.framework */,
103AFEA12283166B0074BC98 /* libzcashlc.a */,
);
name = Frameworks;
@ -141,6 +157,7 @@
103AFE81228312A30074BC98 /* Sources */,
103AFE82228312A30074BC98 /* Frameworks */,
103AFE83228312A30074BC98 /* Resources */,
0DC64E65232848F10053EFAC /* ShellScript */,
);
buildRules = (
);
@ -224,6 +241,25 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
0DC64E65232848F10053EFAC /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"$(SRCROOT)/filelists/input.xcfilelist",
);
inputPaths = (
);
outputFileListPaths = (
"$(SRCROOT)/filelists/output.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
103AFE9F2283152F0074BC98 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -406,6 +442,8 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS";
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = ZcashLightClientKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
@ -417,6 +455,7 @@
"$(inherited)",
"$(PROJECT_DIR)/target/universal/debug",
);
MODULEMAP_FILE = "$(SRCROOT)/ZcashLightClientKit.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZcashLightClientKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
@ -424,6 +463,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
};
@ -438,6 +478,8 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS";
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = ZcashLightClientKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
@ -449,12 +491,14 @@
"$(inherited)",
"$(PROJECT_DIR)/target/universal/release",
);
MODULEMAP_FILE = "$(SRCROOT)/ZcashLightClientKit.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZcashLightClientKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = "${SRCROOT}/ZcashLightClientKit/zcashlc";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "";
};
name = Release;
};

View File

@ -0,0 +1,4 @@
$(SRCROOT)/Carthage/Build/iOS/BoringSSL.framework
$(SRCROOT)/Carthage/Build/iOS/CgRPC.framework
$(SRCROOT)/Carthage/Build/iOS/SwiftGRPC.framework
$(SRCROOT)/Carthage/Build/iOS/SwiftProtobuf.framework

View File

@ -0,0 +1,4 @@
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/BoringSSL.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/CgRPC.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/SwiftGRPC.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/SwiftProtobuf.framework