Skip to content

Commit 2eb92b8

Browse files
committed
Remove traces of Cocoapods and removed xcworkspace
1 parent bad68f4 commit 2eb92b8

File tree

10 files changed

+32
-35
lines changed

10 files changed

+32
-35
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,3 @@ report.junit
6666

6767
# Private keys
6868
secrets.xcconfig
69-
70-
R.generated.swift
71-

.slather.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
coverage_service: cobertura_xml
2-
workspace: ios-base.xcworkspace
32
xcodeproj: ios-base.xcodeproj
43
scheme: ios-base-develop
54
binary_basename: ios-base-Debug
65
ignore:
76
- Pods/*
87
- ios-base/Extensions/UIImageExtension.swift
9-
- R.generated.swift
108
- ios-base/AppDelegate.swift

.travis.yml

+7-11
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,24 @@ env:
33
- CC_TEST_REPORTER_ID: 8454035bac667725e88752aa44de9ee72dc53982138c3d0c3def3843b9191568
44
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
55
jobs:
6-
- IOS=11.4, DEVICE_NAME="iPhone 8"
7-
- IOS=12.4, DEVICE_NAME="iPhone 8"
8-
- IOS=13.4, DEVICE_NAME="iPhone 8"
9-
- IOS=13.4, DEVICE_NAME="iPhone 11 Pro"
10-
- IOS=13.4, DEVICE_NAME="iPhone 11 Pro Max"
11-
osx_image: xcode11.5
6+
- IOS=15.5, DEVICE_NAME="iPhone 13"
7+
- IOS=16.0, DEVICE_NAME="iPhone 13 Pro"
8+
- IOS=16.4, DEVICE_NAME="iPhone 14"
9+
- IOS=13.4, DEVICE_NAME="iPhone 14 Pro"
10+
- IOS=13.4, DEVICE_NAME="iPhone 14 Pro Max"
11+
osx_image: xcode14.3
1212
language: swift
1313
cache:
1414
- bundler
15-
- cocoapods
16-
before_install:
17-
- pod repo update
1815
before_script:
1916
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-darwin-amd64 > ./cc-test-reporter
2017
- chmod +x ./cc-test-reporter
2118
- ./cc-test-reporter before-build
2219
install:
2320
- bundle install
24-
- pod install
2521
script:
2622
- set -o pipefail
27-
- xcodebuild -workspace ios-base.xcworkspace -scheme ios-base-develop -destination "platform=iOS Simulator,name=$DEVICE_NAME,OS=$IOS" build test | xcpretty --test --color
23+
- xcodebuild -project ios-base.xcodeproj -scheme ios-base-develop -destination "platform=iOS Simulator,name=$DEVICE_NAME,OS=$IOS" build test | xcpretty --test --color
2824
after_script:
2925
- slather coverage
3026
- ./cc-test-reporter after-build -t cobertura --exit-code $TRAVIS_TEST_RESULT

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ source 'https://rubygems.org'
22

33
gem 'slather'
44
gem "fastlane"
5-
gem "cocoapods"
65
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
76
eval_gemfile(plugins_path) if File.exist?(plugins_path)

ios-base.xcodeproj/project.pbxproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -680,11 +680,11 @@
680680
);
681681
mainGroup = 9B5AFAD11C7205EB002347D6;
682682
packageReferences = (
683-
24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager" */,
683+
24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager.git" */,
684684
24514AA02A55BE5A003D686E /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
685685
24514AAD2A55C7CC003D686E /* XCRemoteSwiftPackageReference "RSSwiftNetworking" */,
686-
24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
687-
24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter" */,
686+
24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */,
687+
24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter.git" */,
688688
24D6CFBF2A5E074E00D1EFA2 /* XCRemoteSwiftPackageReference "RSFontSizes" */,
689689
);
690690
productRefGroup = 9B5AFADB1C7205EC002347D6 /* Products */;
@@ -1502,7 +1502,7 @@
15021502
/* End XCConfigurationList section */
15031503

15041504
/* Begin XCRemoteSwiftPackageReference section */
1505-
24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager" */ = {
1505+
24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager.git" */ = {
15061506
isa = XCRemoteSwiftPackageReference;
15071507
repositoryURL = "https://github.com/hackiftekhar/IQKeyboardManager.git";
15081508
requirement = {
@@ -1526,15 +1526,15 @@
15261526
version = 1.1.0;
15271527
};
15281528
};
1529-
24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
1529+
24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */ = {
15301530
isa = XCRemoteSwiftPackageReference;
15311531
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
15321532
requirement = {
15331533
kind = exactVersion;
15341534
version = 8.6.0;
15351535
};
15361536
};
1537-
24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter" */ = {
1537+
24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter.git" */ = {
15381538
isa = XCRemoteSwiftPackageReference;
15391539
repositoryURL = "https://github.com/httpswift/swifter.git";
15401540
requirement = {
@@ -1546,16 +1546,16 @@
15461546
isa = XCRemoteSwiftPackageReference;
15471547
repositoryURL = "https://github.com/rootstrap/RSFontSizes";
15481548
requirement = {
1549-
kind = upToNextMajorVersion;
1550-
minimumVersion = 1.0.0;
1549+
branch = master;
1550+
kind = branch;
15511551
};
15521552
};
15531553
/* End XCRemoteSwiftPackageReference section */
15541554

15551555
/* Begin XCSwiftPackageProductDependency section */
15561556
24514A9E2A55BC16003D686E /* IQKeyboardManagerSwift */ = {
15571557
isa = XCSwiftPackageProductDependency;
1558-
package = 24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager" */;
1558+
package = 24514A9D2A55BC16003D686E /* XCRemoteSwiftPackageReference "IQKeyboardManager.git" */;
15591559
productName = IQKeyboardManagerSwift;
15601560
};
15611561
24514AA12A55BE5A003D686E /* FacebookCore */ = {
@@ -1580,17 +1580,17 @@
15801580
};
15811581
24D6CFB82A5C9D9000D1EFA2 /* FirebaseAnalytics */ = {
15821582
isa = XCSwiftPackageProductDependency;
1583-
package = 24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
1583+
package = 24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */;
15841584
productName = FirebaseAnalytics;
15851585
};
15861586
24D6CFBA2A5C9D9000D1EFA2 /* FirebaseCrashlytics */ = {
15871587
isa = XCSwiftPackageProductDependency;
1588-
package = 24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
1588+
package = 24D6CFB72A5C9D9000D1EFA2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */;
15891589
productName = FirebaseCrashlytics;
15901590
};
15911591
24D6CFBD2A5C9EAA00D1EFA2 /* Swifter */ = {
15921592
isa = XCSwiftPackageProductDependency;
1593-
package = 24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter" */;
1593+
package = 24D6CFBC2A5C9EAA00D1EFA2 /* XCRemoteSwiftPackageReference "swifter.git" */;
15941594
productName = Swifter;
15951595
};
15961596
24D6CFC02A5E074E00D1EFA2 /* RSFontSizes */ = {

ios-base.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
"kind" : "remoteSourceControl",
141141
"location" : "https://github.com/rootstrap/RSFontSizes",
142142
"state" : {
143-
"revision" : "49893271b3a12b7375b8d04477e9c1906fe64e13",
144-
"version" : "1.3.1"
143+
"branch" : "master",
144+
"revision" : "337d42be2e1a2953781954e46192cf036e596547"
145145
}
146146
},
147147
{

ios-base/Onboarding/Views/FirstViewController.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class FirstViewController: UIViewController,
1515
// MARK: - Views
1616

1717
private lazy var titleLabel = UILabel.titleLabel(
18-
text: "firstscreen_title".localized
18+
text: "firstscreen_title".localized,
19+
font: .h1Medium
1920
)
2021

2122
private lazy var facebookSignButton = UIButton.primaryButton(

ios-base/Onboarding/Views/SignInViewController.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ class SignInViewController: UIViewController, ActivityIndicatorPresenter {
1212

1313
// MARK: - Outlets
1414

15-
private lazy var titleLabel = UILabel.titleLabel(text: "signin_title".localized)
15+
private lazy var titleLabel = UILabel.titleLabel(
16+
text: "signin_title".localized,
17+
font: .h1Medium
18+
)
1619
private lazy var logInButton = UIButton.primaryButton(
1720
title: "signin_button_title".localized,
1821
target: self,

ios-base/Onboarding/Views/SignUpViewController.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ class SignUpViewController: UIViewController, ActivityIndicatorPresenter {
1212

1313
// MARK: - Outlets
1414

15-
private lazy var titleLabel = UILabel.titleLabel(text: "signup_title".localized)
15+
private lazy var titleLabel = UILabel.titleLabel(
16+
text: "signup_title".localized,
17+
font: .h1Medium
18+
)
1619
private lazy var signUpButton = UIButton.primaryButton(
1720
title: "signup_button_title".localized,
1821
target: self,

ios-base/Resources/Localization/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
// MARK: FIRST SCREEN
10-
"firstscreen_title" = "Welcome to \nRS iOS BASE.";
10+
"firstscreen_title" = "Welcome to \nRootstrap's iOS demo app.";
1111
"firstscreen_login_button_title" = "LOG IN";
1212
"firstscreen_facebook_button_title" = "FACEBOOK CONNECT";
1313
"firstscreen_registre_button_title" = "Don’t have an account? Let’s create one ►";

0 commit comments

Comments
 (0)