initial commit

This commit is contained in:
Francisco Gindre 2020-06-16 16:45:53 -03:00
parent 88bea58f4e
commit bd21d96310
21 changed files with 1401 additions and 0 deletions

11
.gitignore vendored
View File

@ -88,3 +88,14 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/
#ignore Pods directory for example project
Pods
# do not commit generated libraries to this repo
lib
*.a
*.generated.swift
env-vars.sh

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
osx_image: xcode11.5
language: swift
cache:
cocoapods: true
before_install:
- brew update
jobs:
include:
- stage: Install cocoapods
install:
- brew outdated cocoapods || brew upgrade cocoapods
- pod install
- stage: Build - Zircles
script:
# Build with Carthage
- set -o pipefail && xcodebuild test -workspace Zircles.xcworkspace -scheme Zircles -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' ONLY_ACTIVE_ARCH=YES | xcpretty
# Generate and Upload Code Coverage
# - slather
# - bash <(curl -s https://codecov.io/bash)

28
Podfile Normal file
View File

@ -0,0 +1,28 @@
platform :ios, '13.1'
use_frameworks!
inhibit_all_warnings!
target 'Zircles' do
pod 'ZcashLightClientKit'
pod 'KeychainSwift', '~> 19.0.0'
pod 'MnemonicSwift'
pod 'lottie-ios'
target 'ZirclesTests' do
inherit! :search_paths
end
target 'ZirclesUITests' do
inherit! :search_paths
end
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if target.name == 'ZcashLightClientKit'
config.build_settings['ZCASH_NETWORK_ENVIRONMENT'] = ENV["ZCASH_NETWORK_ENVIRONMENT"]
end
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end

131
Podfile.lock Normal file
View File

@ -0,0 +1,131 @@
PODS:
- CGRPCZlib (1.0.0-alpha.14)
- CNIOAtomics (2.18.0)
- CNIOBoringSSL (2.7.4)
- CNIOBoringSSLShims (2.7.4):
- CNIOBoringSSL (= 2.7.4)
- CNIODarwin (2.18.0)
- CNIOHTTPParser (2.18.0)
- CNIOLinux (2.18.0)
- CNIOSHA1 (2.18.0)
- gRPC-Swift (1.0.0-alpha.14):
- CGRPCZlib (= 1.0.0-alpha.14)
- Logging (< 2, >= 1.2.0)
- SwiftNIO (< 3, >= 2.18.0)
- SwiftNIOHTTP2 (< 2, >= 1.12.2)
- SwiftNIOSSL (< 3, >= 2.7.4)
- SwiftNIOTransportServices (< 2, >= 1.6.0)
- SwiftProtobuf (< 2, >= 1.9.0)
- KeychainSwift (19.0.0)
- Logging (1.2.0)
- lottie-ios (3.1.8)
- MnemonicSwift (1.0.0)
- SQLite.swift (0.12.2):
- SQLite.swift/standard (= 0.12.2)
- SQLite.swift/standard (0.12.2)
- SwiftNIO (2.18.0):
- CNIOAtomics (= 2.18.0)
- CNIODarwin (= 2.18.0)
- CNIOLinux (= 2.18.0)
- CNIOSHA1 (= 2.18.0)
- SwiftNIOConcurrencyHelpers (= 2.18.0)
- SwiftNIOConcurrencyHelpers (2.18.0):
- CNIOAtomics (= 2.18.0)
- SwiftNIOFoundationCompat (2.18.0):
- SwiftNIO (= 2.18.0)
- SwiftNIOHPACK (1.12.2):
- SwiftNIO (= 2.18.0)
- SwiftNIOConcurrencyHelpers (= 2.18.0)
- SwiftNIOHTTP1 (= 2.18.0)
- SwiftNIOHTTP1 (2.18.0):
- CNIOHTTPParser (= 2.18.0)
- SwiftNIO (= 2.18.0)
- SwiftNIOConcurrencyHelpers (= 2.18.0)
- SwiftNIOHTTP2 (1.12.2):
- SwiftNIO (= 2.18.0)
- SwiftNIOConcurrencyHelpers (= 2.18.0)
- SwiftNIOHPACK (= 1.12.2)
- SwiftNIOHTTP1 (= 2.18.0)
- SwiftNIOTLS (= 2.18.0)
- SwiftNIOSSL (2.7.4):
- CNIOBoringSSL (= 2.7.4)
- CNIOBoringSSLShims (= 2.7.4)
- SwiftNIO (= 2.18.0)
- SwiftNIOConcurrencyHelpers (= 2.18.0)
- SwiftNIOTLS (= 2.18.0)
- SwiftNIOTLS (2.18.0):
- SwiftNIO (= 2.18.0)
- SwiftNIOTransportServices (1.6.0):
- SwiftNIO (~> 2.0)
- SwiftNIOConcurrencyHelpers (~> 2.0)
- SwiftNIOFoundationCompat (~> 2.0)
- SwiftNIOTLS (~> 2.0)
- SwiftProtobuf (1.9.0)
- ZcashLightClientKit (0.5.1):
- gRPC-Swift (~> 1.0.0-alpha.11)
- SQLite.swift (~> 0.12.2)
DEPENDENCIES:
- KeychainSwift (~> 19.0.0)
- lottie-ios
- MnemonicSwift
- ZcashLightClientKit
SPEC REPOS:
trunk:
- CGRPCZlib
- CNIOAtomics
- CNIOBoringSSL
- CNIOBoringSSLShims
- CNIODarwin
- CNIOHTTPParser
- CNIOLinux
- CNIOSHA1
- gRPC-Swift
- KeychainSwift
- Logging
- lottie-ios
- MnemonicSwift
- SQLite.swift
- SwiftNIO
- SwiftNIOConcurrencyHelpers
- SwiftNIOFoundationCompat
- SwiftNIOHPACK
- SwiftNIOHTTP1
- SwiftNIOHTTP2
- SwiftNIOSSL
- SwiftNIOTLS
- SwiftNIOTransportServices
- SwiftProtobuf
- ZcashLightClientKit
SPEC CHECKSUMS:
CGRPCZlib: 06247b0687f3a3edbfbfb204d53721c3ba262a34
CNIOAtomics: b6053043649c8b9afbf2560d9d64899d5d7ce368
CNIOBoringSSL: 21bbd36e5a68c9d2ea1aea7bfea10eea60d25a82
CNIOBoringSSLShims: e9e57b1fd0e060a25f2f3b0b944cc84dd272368f
CNIODarwin: 2e814fe13ee1b16a6d7603affbd95b3fbf1e65b1
CNIOHTTPParser: 215fe669981deb6b7e4533b0b42a01e5c165d8ac
CNIOLinux: 45e91eaba50bb850a48135aabbd7671625f15188
CNIOSHA1: f8f5b0c8cbd067c195d1b44ab237927765bd4914
gRPC-Swift: fb8ff0d8cdd5a020c170ba827f50c393ae31e307
KeychainSwift: a06190cf933ad46b1e0abc3d77d29c06331715c7
Logging: 7838d379d234d7e5ae1265fa02804a9084caf04c
lottie-ios: 48fac6be217c76937e36e340e2d09cf7b10b7f5f
MnemonicSwift: d743ec3dcc1cdce706a1876dba0b6250ad1ef90d
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
SwiftNIO: c17d311e9006fc10c1d17fbc6a7a9cb21aa46368
SwiftNIOConcurrencyHelpers: 69762a04ed76d7254012e1f17787ee162d2cf764
SwiftNIOFoundationCompat: 9af7b2e265c4d55eb8599a515d63784c2691dc39
SwiftNIOHPACK: 871e4e893ecc1aeaf74435b73c13240f50d6853c
SwiftNIOHTTP1: 67eafb3f27c3aee867dc4c0ec947e2ab71f1e2ce
SwiftNIOHTTP2: c7ce23b714868de63dae083478b40da20d933e08
SwiftNIOSSL: 0f28ad98a39b4c625196c2c8f154a4fded66bd96
SwiftNIOTLS: 78c6d6798ea29f7eb0a4e1214a00bc8f07e7390c
SwiftNIOTransportServices: 775bcda101a0d921feb69d79b5884acfce0fc0f2
SwiftProtobuf: ecbec1be9036d15655f6b3443a1c4ea693c97932
ZcashLightClientKit: d23fd0513acf929deb5b2a7ef803b03ceda7afb9
PODFILE CHECKSUM: d595b3966b7763e32be22756c6eeafa932c12743
COCOAPODS: 1.9.3

View File

@ -0,0 +1,736 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
0D1366AC24991A6000F0EB54 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1366AB24991A6000F0EB54 /* AppDelegate.swift */; };
0D1366AE24991A6000F0EB54 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1366AD24991A6000F0EB54 /* SceneDelegate.swift */; };
0D1366B024991A6000F0EB54 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1366AF24991A6000F0EB54 /* ContentView.swift */; };
0D1366B224991A6100F0EB54 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D1366B124991A6100F0EB54 /* Assets.xcassets */; };
0D1366B524991A6100F0EB54 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D1366B424991A6100F0EB54 /* Preview Assets.xcassets */; };
0D1366B824991A6100F0EB54 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D1366B624991A6100F0EB54 /* LaunchScreen.storyboard */; };
0D1366C324991A6200F0EB54 /* ZirclesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1366C224991A6200F0EB54 /* ZirclesTests.swift */; };
0D1366CE24991A6200F0EB54 /* ZirclesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1366CD24991A6200F0EB54 /* ZirclesUITests.swift */; };
A7CEFC04282E3A93002D7124 /* Pods_ZirclesTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C56F5A072C8D5BDB99DCDB0 /* Pods_ZirclesTests.framework */; };
CD9182835C83AB3FD19B044F /* Pods_Zircles.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5A09BCB1B70C15BA6CA90B1 /* Pods_Zircles.framework */; };
D5536C7559B2A88CF6822D97 /* Pods_ZirclesUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F7B5BF317C131D1956F040 /* Pods_ZirclesUITests.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
0D1366BF24991A6200F0EB54 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0D1366A024991A6000F0EB54 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0D1366A724991A6000F0EB54;
remoteInfo = Zircles;
};
0D1366CA24991A6200F0EB54 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0D1366A024991A6000F0EB54 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0D1366A724991A6000F0EB54;
remoteInfo = Zircles;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0D1366A824991A6000F0EB54 /* Zircles.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Zircles.app; sourceTree = BUILT_PRODUCTS_DIR; };
0D1366AB24991A6000F0EB54 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0D1366AD24991A6000F0EB54 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
0D1366AF24991A6000F0EB54 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
0D1366B124991A6100F0EB54 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
0D1366B424991A6100F0EB54 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
0D1366B724991A6100F0EB54 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
0D1366B924991A6100F0EB54 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0D1366BE24991A6200F0EB54 /* ZirclesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZirclesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
0D1366C224991A6200F0EB54 /* ZirclesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZirclesTests.swift; sourceTree = "<group>"; };
0D1366C424991A6200F0EB54 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0D1366C924991A6200F0EB54 /* ZirclesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZirclesUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
0D1366CD24991A6200F0EB54 /* ZirclesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZirclesUITests.swift; sourceTree = "<group>"; };
0D1366CF24991A6200F0EB54 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
12C1D34982533C5FE3897E71 /* Pods-ZirclesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZirclesTests.debug.xcconfig"; path = "Target Support Files/Pods-ZirclesTests/Pods-ZirclesTests.debug.xcconfig"; sourceTree = "<group>"; };
2E4BE85AF8237763947E2963 /* Pods-ZirclesUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZirclesUITests.debug.xcconfig"; path = "Target Support Files/Pods-ZirclesUITests/Pods-ZirclesUITests.debug.xcconfig"; sourceTree = "<group>"; };
37F7B5BF317C131D1956F040 /* Pods_ZirclesUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZirclesUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4116BE0F723FA2EE7FF78A8E /* Pods-ZirclesUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZirclesUITests.release.xcconfig"; path = "Target Support Files/Pods-ZirclesUITests/Pods-ZirclesUITests.release.xcconfig"; sourceTree = "<group>"; };
5C56F5A072C8D5BDB99DCDB0 /* Pods_ZirclesTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZirclesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67ABE6CB5DCC7161D4198C32 /* Pods-Zircles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Zircles.debug.xcconfig"; path = "Target Support Files/Pods-Zircles/Pods-Zircles.debug.xcconfig"; sourceTree = "<group>"; };
6B1E879D0EC5429293035352 /* Pods-Zircles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Zircles.release.xcconfig"; path = "Target Support Files/Pods-Zircles/Pods-Zircles.release.xcconfig"; sourceTree = "<group>"; };
F5A09BCB1B70C15BA6CA90B1 /* Pods_Zircles.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Zircles.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FDA2DAB5090539124770FE84 /* Pods-ZirclesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZirclesTests.release.xcconfig"; path = "Target Support Files/Pods-ZirclesTests/Pods-ZirclesTests.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
0D1366A524991A6000F0EB54 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD9182835C83AB3FD19B044F /* Pods_Zircles.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366BB24991A6200F0EB54 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A7CEFC04282E3A93002D7124 /* Pods_ZirclesTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366C624991A6200F0EB54 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D5536C7559B2A88CF6822D97 /* Pods_ZirclesUITests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0C9CF977E58B1ABEC39402A4 /* Frameworks */ = {
isa = PBXGroup;
children = (
F5A09BCB1B70C15BA6CA90B1 /* Pods_Zircles.framework */,
5C56F5A072C8D5BDB99DCDB0 /* Pods_ZirclesTests.framework */,
37F7B5BF317C131D1956F040 /* Pods_ZirclesUITests.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
0D13669F24991A6000F0EB54 = {
isa = PBXGroup;
children = (
0D1366AA24991A6000F0EB54 /* Zircles */,
0D1366C124991A6200F0EB54 /* ZirclesTests */,
0D1366CC24991A6200F0EB54 /* ZirclesUITests */,
0D1366A924991A6000F0EB54 /* Products */,
E7393F4D108BAE27C875D7F0 /* Pods */,
0C9CF977E58B1ABEC39402A4 /* Frameworks */,
);
sourceTree = "<group>";
};
0D1366A924991A6000F0EB54 /* Products */ = {
isa = PBXGroup;
children = (
0D1366A824991A6000F0EB54 /* Zircles.app */,
0D1366BE24991A6200F0EB54 /* ZirclesTests.xctest */,
0D1366C924991A6200F0EB54 /* ZirclesUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
0D1366AA24991A6000F0EB54 /* Zircles */ = {
isa = PBXGroup;
children = (
0D1366AB24991A6000F0EB54 /* AppDelegate.swift */,
0D1366AD24991A6000F0EB54 /* SceneDelegate.swift */,
0D1366AF24991A6000F0EB54 /* ContentView.swift */,
0D1366B124991A6100F0EB54 /* Assets.xcassets */,
0D1366B624991A6100F0EB54 /* LaunchScreen.storyboard */,
0D1366B924991A6100F0EB54 /* Info.plist */,
0D1366B324991A6100F0EB54 /* Preview Content */,
);
path = Zircles;
sourceTree = "<group>";
};
0D1366B324991A6100F0EB54 /* Preview Content */ = {
isa = PBXGroup;
children = (
0D1366B424991A6100F0EB54 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
0D1366C124991A6200F0EB54 /* ZirclesTests */ = {
isa = PBXGroup;
children = (
0D1366C224991A6200F0EB54 /* ZirclesTests.swift */,
0D1366C424991A6200F0EB54 /* Info.plist */,
);
path = ZirclesTests;
sourceTree = "<group>";
};
0D1366CC24991A6200F0EB54 /* ZirclesUITests */ = {
isa = PBXGroup;
children = (
0D1366CD24991A6200F0EB54 /* ZirclesUITests.swift */,
0D1366CF24991A6200F0EB54 /* Info.plist */,
);
path = ZirclesUITests;
sourceTree = "<group>";
};
E7393F4D108BAE27C875D7F0 /* Pods */ = {
isa = PBXGroup;
children = (
67ABE6CB5DCC7161D4198C32 /* Pods-Zircles.debug.xcconfig */,
6B1E879D0EC5429293035352 /* Pods-Zircles.release.xcconfig */,
12C1D34982533C5FE3897E71 /* Pods-ZirclesTests.debug.xcconfig */,
FDA2DAB5090539124770FE84 /* Pods-ZirclesTests.release.xcconfig */,
2E4BE85AF8237763947E2963 /* Pods-ZirclesUITests.debug.xcconfig */,
4116BE0F723FA2EE7FF78A8E /* Pods-ZirclesUITests.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
0D1366A724991A6000F0EB54 /* Zircles */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D1366D224991A6200F0EB54 /* Build configuration list for PBXNativeTarget "Zircles" */;
buildPhases = (
9B69ADE933540961D6E4EDBE /* [CP] Check Pods Manifest.lock */,
0D1366A424991A6000F0EB54 /* Sources */,
0D1366A524991A6000F0EB54 /* Frameworks */,
0D1366A624991A6000F0EB54 /* Resources */,
130EC56C48AA9C54CB38CB16 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Zircles;
productName = Zircles;
productReference = 0D1366A824991A6000F0EB54 /* Zircles.app */;
productType = "com.apple.product-type.application";
};
0D1366BD24991A6200F0EB54 /* ZirclesTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D1366D524991A6200F0EB54 /* Build configuration list for PBXNativeTarget "ZirclesTests" */;
buildPhases = (
AC079BECA6A8C0DF887EA14C /* [CP] Check Pods Manifest.lock */,
0D1366BA24991A6200F0EB54 /* Sources */,
0D1366BB24991A6200F0EB54 /* Frameworks */,
0D1366BC24991A6200F0EB54 /* Resources */,
);
buildRules = (
);
dependencies = (
0D1366C024991A6200F0EB54 /* PBXTargetDependency */,
);
name = ZirclesTests;
productName = ZirclesTests;
productReference = 0D1366BE24991A6200F0EB54 /* ZirclesTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
0D1366C824991A6200F0EB54 /* ZirclesUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0D1366D824991A6200F0EB54 /* Build configuration list for PBXNativeTarget "ZirclesUITests" */;
buildPhases = (
2237A724556AAFE61E92FEA1 /* [CP] Check Pods Manifest.lock */,
0D1366C524991A6200F0EB54 /* Sources */,
0D1366C624991A6200F0EB54 /* Frameworks */,
0D1366C724991A6200F0EB54 /* Resources */,
);
buildRules = (
);
dependencies = (
0D1366CB24991A6200F0EB54 /* PBXTargetDependency */,
);
name = ZirclesUITests;
productName = ZirclesUITests;
productReference = 0D1366C924991A6200F0EB54 /* ZirclesUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0D1366A024991A6000F0EB54 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1150;
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = "Electric Coin Company";
TargetAttributes = {
0D1366A724991A6000F0EB54 = {
CreatedOnToolsVersion = 11.5;
};
0D1366BD24991A6200F0EB54 = {
CreatedOnToolsVersion = 11.5;
TestTargetID = 0D1366A724991A6000F0EB54;
};
0D1366C824991A6200F0EB54 = {
CreatedOnToolsVersion = 11.5;
TestTargetID = 0D1366A724991A6000F0EB54;
};
};
};
buildConfigurationList = 0D1366A324991A6000F0EB54 /* Build configuration list for PBXProject "Zircles" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0D13669F24991A6000F0EB54;
productRefGroup = 0D1366A924991A6000F0EB54 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0D1366A724991A6000F0EB54 /* Zircles */,
0D1366BD24991A6200F0EB54 /* ZirclesTests */,
0D1366C824991A6200F0EB54 /* ZirclesUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
0D1366A624991A6000F0EB54 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D1366B824991A6100F0EB54 /* LaunchScreen.storyboard in Resources */,
0D1366B524991A6100F0EB54 /* Preview Assets.xcassets in Resources */,
0D1366B224991A6100F0EB54 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366BC24991A6200F0EB54 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366C724991A6200F0EB54 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
130EC56C48AA9C54CB38CB16 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Zircles/Pods-Zircles-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Zircles/Pods-Zircles-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Zircles/Pods-Zircles-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
2237A724556AAFE61E92FEA1 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-ZirclesUITests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
9B69ADE933540961D6E4EDBE /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Zircles-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
AC079BECA6A8C0DF887EA14C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-ZirclesTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
0D1366A424991A6000F0EB54 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D1366AC24991A6000F0EB54 /* AppDelegate.swift in Sources */,
0D1366AE24991A6000F0EB54 /* SceneDelegate.swift in Sources */,
0D1366B024991A6000F0EB54 /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366BA24991A6200F0EB54 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D1366C324991A6200F0EB54 /* ZirclesTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0D1366C524991A6200F0EB54 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0D1366CE24991A6200F0EB54 /* ZirclesUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
0D1366C024991A6200F0EB54 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 0D1366A724991A6000F0EB54 /* Zircles */;
targetProxy = 0D1366BF24991A6200F0EB54 /* PBXContainerItemProxy */;
};
0D1366CB24991A6200F0EB54 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 0D1366A724991A6000F0EB54 /* Zircles */;
targetProxy = 0D1366CA24991A6200F0EB54 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
0D1366B624991A6100F0EB54 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
0D1366B724991A6100F0EB54 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
0D1366D024991A6200F0EB54 /* 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;
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 = 13.5;
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;
};
0D1366D124991A6200F0EB54 /* 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;
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 = 13.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
0D1366D324991A6200F0EB54 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 67ABE6CB5DCC7161D4198C32 /* Pods-Zircles.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Zircles/Preview Content\"";
DEVELOPMENT_TEAM = 6J82A38BF9;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Zircles/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.Zircles;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
0D1366D424991A6200F0EB54 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6B1E879D0EC5429293035352 /* Pods-Zircles.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Zircles/Preview Content\"";
DEVELOPMENT_TEAM = 6J82A38BF9;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Zircles/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.Zircles;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
0D1366D624991A6200F0EB54 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 12C1D34982533C5FE3897E71 /* Pods-ZirclesTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = ZirclesTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZirclesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Zircles.app/Zircles";
};
name = Debug;
};
0D1366D724991A6200F0EB54 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FDA2DAB5090539124770FE84 /* Pods-ZirclesTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = ZirclesTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZirclesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Zircles.app/Zircles";
};
name = Release;
};
0D1366D924991A6200F0EB54 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2E4BE85AF8237763947E2963 /* Pods-ZirclesUITests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = ZirclesUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZirclesUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Zircles;
};
name = Debug;
};
0D1366DA24991A6200F0EB54 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4116BE0F723FA2EE7FF78A8E /* Pods-ZirclesUITests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J82A38BF9;
INFOPLIST_FILE = ZirclesUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = co.electriccoin.ZirclesUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Zircles;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
0D1366A324991A6000F0EB54 /* Build configuration list for PBXProject "Zircles" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D1366D024991A6200F0EB54 /* Debug */,
0D1366D124991A6200F0EB54 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D1366D224991A6200F0EB54 /* Build configuration list for PBXNativeTarget "Zircles" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D1366D324991A6200F0EB54 /* Debug */,
0D1366D424991A6200F0EB54 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D1366D524991A6200F0EB54 /* Build configuration list for PBXNativeTarget "ZirclesTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D1366D624991A6200F0EB54 /* Debug */,
0D1366D724991A6200F0EB54 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0D1366D824991A6200F0EB54 /* Build configuration list for PBXNativeTarget "ZirclesUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0D1366D924991A6200F0EB54 /* Debug */,
0D1366DA24991A6200F0EB54 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0D1366A024991A6000F0EB54 /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Zircles.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,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Zircles.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.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>

37
Zircles/AppDelegate.swift Normal file
View File

@ -0,0 +1,37 @@
//
// AppDelegate.swift
// Zircles
//
// Created by Francisco Gindre on 6/16/20.
// Copyright © 2020 Electric Coin Company. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
// MARK: UISceneSession Lifecycle
func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
}
func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}
}

View File

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

View File

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

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" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<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>

21
Zircles/ContentView.swift Normal file
View File

@ -0,0 +1,21 @@
//
// ContentView.swift
// Zircles
//
// Created by Francisco Gindre on 6/16/20.
// Copyright © 2020 Electric Coin Company. All rights reserved.
//
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello, World!")
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}

60
Zircles/Info.plist Normal file
View File

@ -0,0 +1,60 @@
<?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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneConfigurationName</key>
<string>Default Configuration</string>
<key>UISceneDelegateClassName</key>
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
</dict>
</array>
</dict>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</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,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,64 @@
//
// SceneDelegate.swift
// Zircles
//
// Created by Francisco Gindre on 6/16/20.
// Copyright © 2020 Electric Coin Company. All rights reserved.
//
import UIKit
import SwiftUI
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
var window: UIWindow?
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
// Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
// If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
// Create the SwiftUI view that provides the window contents.
let contentView = ContentView()
// Use a UIHostingController as window root view controller.
if let windowScene = scene as? UIWindowScene {
let window = UIWindow(windowScene: windowScene)
window.rootViewController = UIHostingController(rootView: contentView)
self.window = window
window.makeKeyAndVisible()
}
}
func sceneDidDisconnect(_ scene: UIScene) {
// Called as the scene is being released by the system.
// This occurs shortly after the scene enters the background, or when its session is discarded.
// Release any resources associated with this scene that can be re-created the next time the scene connects.
// The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
}
func sceneDidBecomeActive(_ scene: UIScene) {
// Called when the scene has moved from an inactive state to an active state.
// Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
}
func sceneWillResignActive(_ scene: UIScene) {
// Called when the scene will move from an active state to an inactive state.
// This may occur due to temporary interruptions (ex. an incoming phone call).
}
func sceneWillEnterForeground(_ scene: UIScene) {
// Called as the scene transitions from the background to the foreground.
// Use this method to undo the changes made on entering the background.
}
func sceneDidEnterBackground(_ scene: UIScene) {
// Called as the scene transitions from the foreground to the background.
// Use this method to save data, release shared resources, and store enough scene-specific state information
// to restore the scene back to its current state.
}
}

22
ZirclesTests/Info.plist Normal file
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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

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

22
ZirclesUITests/Info.plist Normal file
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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,44 @@
//
// ZirclesUITests.swift
// ZirclesUITests
//
// Created by Francisco Gindre on 6/16/20.
// Copyright © 2020 Electric Coin Company. All rights reserved.
//
import XCTest
class ZirclesUITests: XCTestCase {
override func setUpWithError() throws {
// 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
// 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 tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() throws {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
XCTAssert(true)
}
func testLaunchPerformance() throws {
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) {
// This measures how long it takes to launch your application.
measure(metrics: [XCTOSSignpostMetric.applicationLaunch]) {
XCUIApplication().launch()
}
}
}
}