Skip to content

Commit 9c39f65

Browse files
committed
update changelog, pod & fastlane
1 parent 2087db9 commit 9c39f65

File tree

8 files changed

+62
-349
lines changed

8 files changed

+62
-349
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55

66
---
77

8+
## [1.1.2](https://github.com/Digipolitan/localization-toolkit/releases/tag/v1.1.2)
9+
10+
fix swift version 4.2
11+
12+
---
13+
814
## [1.1.1](https://github.com/Digipolitan/localization-toolkit/releases/tag/v1.1.1)
915

1016
add hashable to multilingualString

LocalizationToolkit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@
412412
A3169DAE1DE05E8300BABAFD /* Resources */,
413413
A3169DD81DE0654400BABAFD /* Swiftlint */,
414414
A3169E631DE0804300BABAFD /* Headers */,
415-
A3FB49A2EBF4AD09509B45B2 /* [CP] Copy Pods Resources */,
416415
);
417416
buildRules = (
418417
);
@@ -431,8 +430,6 @@
431430
A3169DB51DE05E8300BABAFD /* Sources */,
432431
A3169DB61DE05E8300BABAFD /* Frameworks */,
433432
A3169DB71DE05E8300BABAFD /* Resources */,
434-
E6307DBBBEB7DD03259E05BC /* [CP] Embed Pods Frameworks */,
435-
340C28BF6080BF073332D297 /* [CP] Copy Pods Resources */,
436433
);
437434
buildRules = (
438435
);
@@ -454,7 +451,6 @@
454451
A3169DDC1DE06EF400BABAFD /* Resources */,
455452
A3169DE71DE06FB300BABAFD /* Swiftlint */,
456453
A3169E651DE0804D00BABAFD /* Headers */,
457-
F641AF448B82F81EFEB8BACA /* [CP] Copy Pods Resources */,
458454
);
459455
buildRules = (
460456
);
@@ -475,7 +471,6 @@
475471
A3169DED1DE0718900BABAFD /* Resources */,
476472
A3169E061DE0727A00BABAFD /* Swiftlint */,
477473
A3169E281DE07B0500BABAFD /* Headers */,
478-
7952041947EA328D22ACC511 /* [CP] Copy Pods Resources */,
479474
);
480475
buildRules = (
481476
);
@@ -494,8 +489,6 @@
494489
A3169DF31DE0718900BABAFD /* Sources */,
495490
A3169DF41DE0718900BABAFD /* Frameworks */,
496491
A3169DF51DE0718900BABAFD /* Resources */,
497-
BAC24F480E49D1651E454A8F /* [CP] Embed Pods Frameworks */,
498-
5395DD3EE711C5C161C2ADA5 /* [CP] Copy Pods Resources */,
499492
);
500493
buildRules = (
501494
);
@@ -517,7 +510,6 @@
517510
A3169E0A1DE072C700BABAFD /* Resources */,
518511
A3169E231DE0732D00BABAFD /* Swiftlint */,
519512
A3169E2A1DE07B3E00BABAFD /* Headers */,
520-
241AA6E0FE6F9EAC39553366 /* [CP] Copy Pods Resources */,
521513
);
522514
buildRules = (
523515
);
@@ -536,8 +528,6 @@
536528
A3169E101DE072C800BABAFD /* Sources */,
537529
A3169E111DE072C800BABAFD /* Frameworks */,
538530
A3169E121DE072C800BABAFD /* Resources */,
539-
1972EFCE114F04EB9263012F /* [CP] Embed Pods Frameworks */,
540-
8607FCB1F85983AF67B8238D /* [CP] Copy Pods Resources */,
541531
);
542532
buildRules = (
543533
);
@@ -694,36 +684,6 @@
694684
/* End PBXResourcesBuildPhase section */
695685

696686
/* Begin PBXShellScriptBuildPhase section */
697-
1972EFCE114F04EB9263012F /* [CP] Embed Pods Frameworks */ = {
698-
isa = PBXShellScriptBuildPhase;
699-
buildActionMask = 2147483647;
700-
files = (
701-
);
702-
inputPaths = (
703-
);
704-
name = "[CP] Embed Pods Frameworks";
705-
outputPaths = (
706-
);
707-
runOnlyForDeploymentPostprocessing = 0;
708-
shellPath = /bin/sh;
709-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-OSX/Pods-Tests-LocalizationToolkitTests-OSX-frameworks.sh\"\n";
710-
showEnvVarsInLog = 0;
711-
};
712-
241AA6E0FE6F9EAC39553366 /* [CP] Copy Pods Resources */ = {
713-
isa = PBXShellScriptBuildPhase;
714-
buildActionMask = 2147483647;
715-
files = (
716-
);
717-
inputPaths = (
718-
);
719-
name = "[CP] Copy Pods Resources";
720-
outputPaths = (
721-
);
722-
runOnlyForDeploymentPostprocessing = 0;
723-
shellPath = /bin/sh;
724-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Frameworks-LocalizationToolkit-OSX/Pods-Frameworks-LocalizationToolkit-OSX-resources.sh\"\n";
725-
showEnvVarsInLog = 0;
726-
};
727687
2AFE00DA93F46C1ECF2AADDF /* [CP] Check Pods Manifest.lock */ = {
728688
isa = PBXShellScriptBuildPhase;
729689
buildActionMask = 2147483647;
@@ -742,21 +702,6 @@
742702
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";
743703
showEnvVarsInLog = 0;
744704
};
745-
340C28BF6080BF073332D297 /* [CP] Copy Pods Resources */ = {
746-
isa = PBXShellScriptBuildPhase;
747-
buildActionMask = 2147483647;
748-
files = (
749-
);
750-
inputPaths = (
751-
);
752-
name = "[CP] Copy Pods Resources";
753-
outputPaths = (
754-
);
755-
runOnlyForDeploymentPostprocessing = 0;
756-
shellPath = /bin/sh;
757-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-iOS/Pods-Tests-LocalizationToolkitTests-iOS-resources.sh\"\n";
758-
showEnvVarsInLog = 0;
759-
};
760705
50C98BCF6FE024BA7596778E /* [CP] Check Pods Manifest.lock */ = {
761706
isa = PBXShellScriptBuildPhase;
762707
buildActionMask = 2147483647;
@@ -775,51 +720,6 @@
775720
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";
776721
showEnvVarsInLog = 0;
777722
};
778-
5395DD3EE711C5C161C2ADA5 /* [CP] Copy Pods Resources */ = {
779-
isa = PBXShellScriptBuildPhase;
780-
buildActionMask = 2147483647;
781-
files = (
782-
);
783-
inputPaths = (
784-
);
785-
name = "[CP] Copy Pods Resources";
786-
outputPaths = (
787-
);
788-
runOnlyForDeploymentPostprocessing = 0;
789-
shellPath = /bin/sh;
790-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-tvOS/Pods-Tests-LocalizationToolkitTests-tvOS-resources.sh\"\n";
791-
showEnvVarsInLog = 0;
792-
};
793-
7952041947EA328D22ACC511 /* [CP] Copy Pods Resources */ = {
794-
isa = PBXShellScriptBuildPhase;
795-
buildActionMask = 2147483647;
796-
files = (
797-
);
798-
inputPaths = (
799-
);
800-
name = "[CP] Copy Pods Resources";
801-
outputPaths = (
802-
);
803-
runOnlyForDeploymentPostprocessing = 0;
804-
shellPath = /bin/sh;
805-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Frameworks-LocalizationToolkit-tvOS/Pods-Frameworks-LocalizationToolkit-tvOS-resources.sh\"\n";
806-
showEnvVarsInLog = 0;
807-
};
808-
8607FCB1F85983AF67B8238D /* [CP] Copy Pods Resources */ = {
809-
isa = PBXShellScriptBuildPhase;
810-
buildActionMask = 2147483647;
811-
files = (
812-
);
813-
inputPaths = (
814-
);
815-
name = "[CP] Copy Pods Resources";
816-
outputPaths = (
817-
);
818-
runOnlyForDeploymentPostprocessing = 0;
819-
shellPath = /bin/sh;
820-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-OSX/Pods-Tests-LocalizationToolkitTests-OSX-resources.sh\"\n";
821-
showEnvVarsInLog = 0;
822-
};
823723
91FE8C631D2BA796B641DE95 /* [CP] Check Pods Manifest.lock */ = {
824724
isa = PBXShellScriptBuildPhase;
825725
buildActionMask = 2147483647;
@@ -894,36 +794,6 @@
894794
shellPath = /bin/sh;
895795
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
896796
};
897-
A3FB49A2EBF4AD09509B45B2 /* [CP] Copy Pods Resources */ = {
898-
isa = PBXShellScriptBuildPhase;
899-
buildActionMask = 2147483647;
900-
files = (
901-
);
902-
inputPaths = (
903-
);
904-
name = "[CP] Copy Pods Resources";
905-
outputPaths = (
906-
);
907-
runOnlyForDeploymentPostprocessing = 0;
908-
shellPath = /bin/sh;
909-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Frameworks-LocalizationToolkit-iOS/Pods-Frameworks-LocalizationToolkit-iOS-resources.sh\"\n";
910-
showEnvVarsInLog = 0;
911-
};
912-
BAC24F480E49D1651E454A8F /* [CP] Embed Pods Frameworks */ = {
913-
isa = PBXShellScriptBuildPhase;
914-
buildActionMask = 2147483647;
915-
files = (
916-
);
917-
inputPaths = (
918-
);
919-
name = "[CP] Embed Pods Frameworks";
920-
outputPaths = (
921-
);
922-
runOnlyForDeploymentPostprocessing = 0;
923-
shellPath = /bin/sh;
924-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-tvOS/Pods-Tests-LocalizationToolkitTests-tvOS-frameworks.sh\"\n";
925-
showEnvVarsInLog = 0;
926-
};
927797
CCFD4C9351EBAB63903778B7 /* [CP] Check Pods Manifest.lock */ = {
928798
isa = PBXShellScriptBuildPhase;
929799
buildActionMask = 2147483647;
@@ -978,36 +848,6 @@
978848
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";
979849
showEnvVarsInLog = 0;
980850
};
981-
E6307DBBBEB7DD03259E05BC /* [CP] Embed Pods Frameworks */ = {
982-
isa = PBXShellScriptBuildPhase;
983-
buildActionMask = 2147483647;
984-
files = (
985-
);
986-
inputPaths = (
987-
);
988-
name = "[CP] Embed Pods Frameworks";
989-
outputPaths = (
990-
);
991-
runOnlyForDeploymentPostprocessing = 0;
992-
shellPath = /bin/sh;
993-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-LocalizationToolkitTests-iOS/Pods-Tests-LocalizationToolkitTests-iOS-frameworks.sh\"\n";
994-
showEnvVarsInLog = 0;
995-
};
996-
F641AF448B82F81EFEB8BACA /* [CP] Copy Pods Resources */ = {
997-
isa = PBXShellScriptBuildPhase;
998-
buildActionMask = 2147483647;
999-
files = (
1000-
);
1001-
inputPaths = (
1002-
);
1003-
name = "[CP] Copy Pods Resources";
1004-
outputPaths = (
1005-
);
1006-
runOnlyForDeploymentPostprocessing = 0;
1007-
shellPath = /bin/sh;
1008-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Frameworks-LocalizationToolkit-watchOS/Pods-Frameworks-LocalizationToolkit-watchOS-resources.sh\"\n";
1009-
showEnvVarsInLog = 0;
1010-
};
1011851
F8B8CDFC887AAAC0C30B375D /* [CP] Check Pods Manifest.lock */ = {
1012852
isa = PBXShellScriptBuildPhase;
1013853
buildActionMask = 2147483647;

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PODFILE CHECKSUM: eed38eda4c20b240a5a962763af5533f332337f6
22

3-
COCOAPODS: 1.3.1
3+
COCOAPODS: 1.6.0.beta.2

Samples/LocalizationToolkitSample-OSX/LocalizationToolkitSample-OSX.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
A30D64AD1E0D7CD800A3CE45 /* Frameworks */,
120120
A30D64AE1E0D7CD800A3CE45 /* Resources */,
121121
A30D64C31E0D7CF700A3CE45 /* Embed Frameworks */,
122-
ECAA84BA0EDB990281411393 /* [CP] Embed Pods Frameworks */,
123-
BD59DCF677724A97A0EC1AE5 /* [CP] Copy Pods Resources */,
124122
);
125123
buildRules = (
126124
);
@@ -198,36 +196,6 @@
198196
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";
199197
showEnvVarsInLog = 0;
200198
};
201-
BD59DCF677724A97A0EC1AE5 /* [CP] Copy Pods Resources */ = {
202-
isa = PBXShellScriptBuildPhase;
203-
buildActionMask = 2147483647;
204-
files = (
205-
);
206-
inputPaths = (
207-
);
208-
name = "[CP] Copy Pods Resources";
209-
outputPaths = (
210-
);
211-
runOnlyForDeploymentPostprocessing = 0;
212-
shellPath = /bin/sh;
213-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-OSX/Pods-Samples-LocalizationToolkitSample-OSX-resources.sh\"\n";
214-
showEnvVarsInLog = 0;
215-
};
216-
ECAA84BA0EDB990281411393 /* [CP] Embed Pods Frameworks */ = {
217-
isa = PBXShellScriptBuildPhase;
218-
buildActionMask = 2147483647;
219-
files = (
220-
);
221-
inputPaths = (
222-
);
223-
name = "[CP] Embed Pods Frameworks";
224-
outputPaths = (
225-
);
226-
runOnlyForDeploymentPostprocessing = 0;
227-
shellPath = /bin/sh;
228-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-OSX/Pods-Samples-LocalizationToolkitSample-OSX-frameworks.sh\"\n";
229-
showEnvVarsInLog = 0;
230-
};
231199
/* End PBXShellScriptBuildPhase section */
232200

233201
/* Begin PBXSourcesBuildPhase section */

Samples/LocalizationToolkitSample-iOS/LocalizationToolkitSample-iOS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
A30D63EB1E0D717E00A3CE45 /* Frameworks */,
126126
A30D63EC1E0D717E00A3CE45 /* Resources */,
127127
A30D640C1E0D71CB00A3CE45 /* Embed Frameworks */,
128-
761B88D2861272099C580E2F /* [CP] Embed Pods Frameworks */,
129-
76DBEC950C1A9D8FAF847D21 /* [CP] Copy Pods Resources */,
130128
);
131129
buildRules = (
132130
);
@@ -187,36 +185,6 @@
187185
/* End PBXResourcesBuildPhase section */
188186

189187
/* Begin PBXShellScriptBuildPhase section */
190-
761B88D2861272099C580E2F /* [CP] Embed Pods Frameworks */ = {
191-
isa = PBXShellScriptBuildPhase;
192-
buildActionMask = 2147483647;
193-
files = (
194-
);
195-
inputPaths = (
196-
);
197-
name = "[CP] Embed Pods Frameworks";
198-
outputPaths = (
199-
);
200-
runOnlyForDeploymentPostprocessing = 0;
201-
shellPath = /bin/sh;
202-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-iOS/Pods-Samples-LocalizationToolkitSample-iOS-frameworks.sh\"\n";
203-
showEnvVarsInLog = 0;
204-
};
205-
76DBEC950C1A9D8FAF847D21 /* [CP] Copy Pods Resources */ = {
206-
isa = PBXShellScriptBuildPhase;
207-
buildActionMask = 2147483647;
208-
files = (
209-
);
210-
inputPaths = (
211-
);
212-
name = "[CP] Copy Pods Resources";
213-
outputPaths = (
214-
);
215-
runOnlyForDeploymentPostprocessing = 0;
216-
shellPath = /bin/sh;
217-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-iOS/Pods-Samples-LocalizationToolkitSample-iOS-resources.sh\"\n";
218-
showEnvVarsInLog = 0;
219-
};
220188
986B8F2F5A04B5574D6124D9 /* [CP] Check Pods Manifest.lock */ = {
221189
isa = PBXShellScriptBuildPhase;
222190
buildActionMask = 2147483647;

Samples/LocalizationToolkitSample-tvOS/LocalizationToolkitSample-tvOS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
A30D64891E0D7B2A00A3CE45 /* Frameworks */,
129129
A30D648A1E0D7B2A00A3CE45 /* Resources */,
130130
A30D64A11E0D7BA200A3CE45 /* Embed Frameworks */,
131-
6F91670C5C8679B959E65CFB /* [CP] Embed Pods Frameworks */,
132-
7A423DABB450FAAD99D572FF /* [CP] Copy Pods Resources */,
133131
);
134132
buildRules = (
135133
);
@@ -189,36 +187,6 @@
189187
/* End PBXResourcesBuildPhase section */
190188

191189
/* Begin PBXShellScriptBuildPhase section */
192-
6F91670C5C8679B959E65CFB /* [CP] Embed Pods Frameworks */ = {
193-
isa = PBXShellScriptBuildPhase;
194-
buildActionMask = 2147483647;
195-
files = (
196-
);
197-
inputPaths = (
198-
);
199-
name = "[CP] Embed Pods Frameworks";
200-
outputPaths = (
201-
);
202-
runOnlyForDeploymentPostprocessing = 0;
203-
shellPath = /bin/sh;
204-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-tvOS/Pods-Samples-LocalizationToolkitSample-tvOS-frameworks.sh\"\n";
205-
showEnvVarsInLog = 0;
206-
};
207-
7A423DABB450FAAD99D572FF /* [CP] Copy Pods Resources */ = {
208-
isa = PBXShellScriptBuildPhase;
209-
buildActionMask = 2147483647;
210-
files = (
211-
);
212-
inputPaths = (
213-
);
214-
name = "[CP] Copy Pods Resources";
215-
outputPaths = (
216-
);
217-
runOnlyForDeploymentPostprocessing = 0;
218-
shellPath = /bin/sh;
219-
shellScript = "\"${SRCROOT}/../../Pods/Target Support Files/Pods-Samples-LocalizationToolkitSample-tvOS/Pods-Samples-LocalizationToolkitSample-tvOS-resources.sh\"\n";
220-
showEnvVarsInLog = 0;
221-
};
222190
C9C3C7D7C59B1AB10EA77253 /* [CP] Check Pods Manifest.lock */ = {
223191
isa = PBXShellScriptBuildPhase;
224192
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)