Skip to content

Commit

Permalink
Merge pull request #1 from devpass-tech/feature/initial-configs
Browse files Browse the repository at this point in the history
CI configs
  • Loading branch information
rdgborges authored Jul 22, 2021
2 parents e224cf8 + ccb5581 commit 93ecc42
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 266 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

6 changes: 0 additions & 6 deletions Gemfile

This file was deleted.

208 changes: 0 additions & 208 deletions Gemfile.lock

This file was deleted.

52 changes: 2 additions & 50 deletions Hereminders.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@
9804F6A62066D79300820153 /* Frameworks */,
9804F6A72066D79300820153 /* Resources */,
23A07408A286AC773B8E5100 /* [CP] Embed Pods Frameworks */,
D432244B6FD9F78B89F05FBD /* [CP] Copy Pods Resources */,
9897153C20F3B26400F976FE /* Fabric Script */,
98DA12CE211917090090CA2B /* Embed App Extensions */,
987AD75B213F633D002F3D26 /* Embed Watch Content */,
Expand All @@ -704,8 +703,6 @@
9804F6BC2066D79300820153 /* Sources */,
9804F6BD2066D79300820153 /* Frameworks */,
9804F6BE2066D79300820153 /* Resources */,
1DCBB3B0CCDD6E2D28910E1C /* [CP] Embed Pods Frameworks */,
6F842C8438B529B7D478B3DF /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -842,28 +839,13 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1DCBB3B0CCDD6E2D28910E1C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HeremindersTests/Pods-HeremindersTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
23A07408A286AC773B8E5100 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Hereminders/Pods-Hereminders-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-Hereminders/Pods-Hereminders-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -872,7 +854,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Hereminders/Pods-Hereminders-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Hereminders/Pods-Hereminders-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
273EC2EB658F38FB89C5E346 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -893,21 +875,6 @@
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;
};
6F842C8438B529B7D478B3DF /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HeremindersTests/Pods-HeremindersTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
884F9C339C730D672A45877F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -954,21 +921,6 @@
shellPath = /bin/sh;
shellScript = "$PODS_ROOT/SwiftGen/bin/swiftgen\n";
};
D432244B6FD9F78B89F05FBD /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Hereminders/Pods-Hereminders-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
9 changes: 8 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ DEPENDENCIES:
- RxSwift
- SwiftGen

SPEC REPOS:
trunk:
- Crashlytics
- Fabric
- RxSwift
- SwiftGen

SPEC CHECKSUMS:
Crashlytics: 0360624eea1c978a743feddb2fb1ef8b37fb7a0d
Fabric: bda89e242bce1b7b8ab264248cf3407774ce0095
Expand All @@ -19,4 +26,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: b8637c3623171793e7acd439a498556e93c212a6

COCOAPODS: 1.4.0
COCOAPODS: 1.10.1

0 comments on commit 93ecc42

Please sign in to comment.