Skip to content

Commit ef9efcc

Browse files
Xcode 9.3 & CocoaPods 1.5.0
1 parent f3f8c5c commit ef9efcc

File tree

10 files changed

+77
-90
lines changed

10 files changed

+77
-90
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode9.1
1+
osx_image: xcode9.2
22
language: objective-c
33

44
# Handle git submodules yourself

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 5 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,7 +2360,6 @@
23602360
6396AF981A169D54009F3E6C /* Resources */,
23612361
D9227C481BA7952100B5E1D0 /* Embed Frameworks */,
23622362
1B1F00C90AA4375388D309AF /* [CP] Embed Pods Frameworks */,
2363-
B54AA4231DBE4A463B56D596 /* [CP] Copy Pods Resources */,
23642363
D9EC47841EFA043B00C39B25 /* [Carthage] Copy Frameworks */,
23652364
);
23662365
buildRules = (
@@ -2383,7 +2382,6 @@
23832382
6396AFB01A169D54009F3E6C /* Frameworks */,
23842383
6396AFB11A169D54009F3E6C /* Resources */,
23852384
3465A939CCAAAAC0480C0795 /* [CP] Embed Pods Frameworks */,
2386-
A32A5DF4737208630E1EA1F8 /* [CP] Copy Pods Resources */,
23872385
D9BE0B531EFAFED800BDF8D8 /* [Carthage] Copy Frameworks */,
23882386
);
23892387
buildRules = (
@@ -2406,7 +2404,6 @@
24062404
D9227C261BA7952100B5E1D0 /* Frameworks */,
24072405
D9227C271BA7952100B5E1D0 /* Headers */,
24082406
D9227C281BA7952100B5E1D0 /* Resources */,
2409-
4A17E470489F79ACE0124841 /* [CP] Copy Pods Resources */,
24102407
);
24112408
buildRules = (
24122409
);
@@ -2463,7 +2460,7 @@
24632460
CLASSPREFIX = OTR;
24642461
LastSwiftMigration = 0700;
24652462
LastSwiftUpdateCheck = 0820;
2466-
LastUpgradeCheck = 0900;
2463+
LastUpgradeCheck = 0930;
24672464
ORGANIZATIONNAME = "Chris Ballinger";
24682465
TargetAttributes = {
24692466
6365CEFB1E2453F6009E213F = {
@@ -2867,21 +2864,6 @@
28672864
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecureTests/Pods-ChatSecureCorePods-ChatSecureTests-frameworks.sh\"\n";
28682865
showEnvVarsInLog = 0;
28692866
};
2870-
4A17E470489F79ACE0124841 /* [CP] Copy Pods Resources */ = {
2871-
isa = PBXShellScriptBuildPhase;
2872-
buildActionMask = 2147483647;
2873-
files = (
2874-
);
2875-
inputPaths = (
2876-
);
2877-
name = "[CP] Copy Pods Resources";
2878-
outputPaths = (
2879-
);
2880-
runOnlyForDeploymentPostprocessing = 0;
2881-
shellPath = /bin/sh;
2882-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecureCore/Pods-ChatSecureCorePods-ChatSecureCore-resources.sh\"\n";
2883-
showEnvVarsInLog = 0;
2884-
};
28852867
77A00DC28BB2926A0668095F /* [CP] Check Pods Manifest.lock */ = {
28862868
isa = PBXShellScriptBuildPhase;
28872869
buildActionMask = 2147483647;
@@ -2900,21 +2882,6 @@
29002882
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";
29012883
showEnvVarsInLog = 0;
29022884
};
2903-
A32A5DF4737208630E1EA1F8 /* [CP] Copy Pods Resources */ = {
2904-
isa = PBXShellScriptBuildPhase;
2905-
buildActionMask = 2147483647;
2906-
files = (
2907-
);
2908-
inputPaths = (
2909-
);
2910-
name = "[CP] Copy Pods Resources";
2911-
outputPaths = (
2912-
);
2913-
runOnlyForDeploymentPostprocessing = 0;
2914-
shellPath = /bin/sh;
2915-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecureTests/Pods-ChatSecureCorePods-ChatSecureTests-resources.sh\"\n";
2916-
showEnvVarsInLog = 0;
2917-
};
29182885
A6D5997FD889EEEABB9C430A /* [CP] Check Pods Manifest.lock */ = {
29192886
isa = PBXShellScriptBuildPhase;
29202887
buildActionMask = 2147483647;
@@ -2933,21 +2900,6 @@
29332900
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";
29342901
showEnvVarsInLog = 0;
29352902
};
2936-
B54AA4231DBE4A463B56D596 /* [CP] Copy Pods Resources */ = {
2937-
isa = PBXShellScriptBuildPhase;
2938-
buildActionMask = 2147483647;
2939-
files = (
2940-
);
2941-
inputPaths = (
2942-
);
2943-
name = "[CP] Copy Pods Resources";
2944-
outputPaths = (
2945-
);
2946-
runOnlyForDeploymentPostprocessing = 0;
2947-
shellPath = /bin/sh;
2948-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecure/Pods-ChatSecureCorePods-ChatSecure-resources.sh\"\n";
2949-
showEnvVarsInLog = 0;
2950-
};
29512903
D97B6BA21E4A869C005C7B11 /* Update OTRStrings from strings.json */ = {
29522904
isa = PBXShellScriptBuildPhase;
29532905
buildActionMask = 2147483647;
@@ -3458,12 +3410,14 @@
34583410
CLANG_WARN_BOOL_CONVERSION = YES;
34593411
CLANG_WARN_COMMA = YES;
34603412
CLANG_WARN_CONSTANT_CONVERSION = YES;
3413+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
34613414
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
34623415
CLANG_WARN_EMPTY_BODY = YES;
34633416
CLANG_WARN_ENUM_CONVERSION = YES;
34643417
CLANG_WARN_INFINITE_RECURSION = YES;
34653418
CLANG_WARN_INT_CONVERSION = YES;
34663419
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
3420+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
34673421
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
34683422
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
34693423
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -3518,12 +3472,14 @@
35183472
CLANG_WARN_BOOL_CONVERSION = YES;
35193473
CLANG_WARN_COMMA = YES;
35203474
CLANG_WARN_CONSTANT_CONVERSION = YES;
3475+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
35213476
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
35223477
CLANG_WARN_EMPTY_BODY = YES;
35233478
CLANG_WARN_ENUM_CONVERSION = YES;
35243479
CLANG_WARN_INFINITE_RECURSION = YES;
35253480
CLANG_WARN_INT_CONVERSION = YES;
35263481
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
3482+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
35273483
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
35283484
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
35293485
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecure.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -40,7 +40,6 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4443
shouldUseLaunchSchemeArgsEnv = "YES">
4544
<Testables>
4645
<TestableReference
@@ -90,7 +89,6 @@
9089
buildConfiguration = "Debug"
9190
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
9291
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
93-
language = ""
9492
launchStyle = "0"
9593
useCustomWorkingDirectory = "NO"
9694
ignoresPersistentStateOnLaunch = "NO"

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecureCore.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -46,7 +45,6 @@
4645
buildConfiguration = "Debug"
4746
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4847
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49-
language = ""
5048
launchStyle = "0"
5149
useCustomWorkingDirectory = "NO"
5250
ignoresPersistentStateOnLaunch = "NO"

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecureTests.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
<TestableReference
@@ -56,7 +55,6 @@
5655
buildConfiguration = "Debug"
5756
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5857
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59-
language = ""
6058
launchStyle = "0"
6159
useCustomWorkingDirectory = "NO"
6260
ignoresPersistentStateOnLaunch = "NO"

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecureUITests.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -10,7 +10,6 @@
1010
buildConfiguration = "Debug"
1111
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1212
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13-
language = ""
1413
shouldUseLaunchSchemeArgsEnv = "YES">
1514
<Testables>
1615
<TestableReference
@@ -40,7 +39,6 @@
4039
buildConfiguration = "Debug"
4140
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4241
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4442
launchStyle = "0"
4543
useCustomWorkingDirectory = "NO"
4644
ignoresPersistentStateOnLaunch = "NO"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'cocoapods', '1.4.0'
3+
gem 'cocoapods', '~> 1.5.0'

Gemfile.lock

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.5)
5-
activesupport (4.2.9)
4+
CFPropertyList (2.3.6)
5+
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
atomos (0.1.2)
1011
claide (1.0.2)
11-
cocoapods (1.4.0)
12+
cocoapods (1.5.0)
1213
activesupport (>= 4.0.2, < 5)
1314
claide (>= 1.0.2, < 2.0)
14-
cocoapods-core (= 1.4.0)
15+
cocoapods-core (= 1.5.0)
1516
cocoapods-deintegrate (>= 1.0.2, < 2.0)
16-
cocoapods-downloader (>= 1.1.3, < 2.0)
17+
cocoapods-downloader (>= 1.2.0, < 2.0)
1718
cocoapods-plugins (>= 1.0.0, < 2.0)
1819
cocoapods-search (>= 1.0.0, < 2.0)
1920
cocoapods-stats (>= 1.0.0, < 2.0)
@@ -23,16 +24,16 @@ GEM
2324
escape (~> 0.0.4)
2425
fourflusher (~> 2.0.1)
2526
gh_inspector (~> 1.0)
26-
molinillo (~> 0.6.4)
27+
molinillo (~> 0.6.5)
2728
nap (~> 1.0)
2829
ruby-macho (~> 1.1)
29-
xcodeproj (>= 1.5.4, < 2.0)
30-
cocoapods-core (1.4.0)
30+
xcodeproj (>= 1.5.7, < 2.0)
31+
cocoapods-core (1.5.0)
3132
activesupport (>= 4.0.2, < 6)
3233
fuzzy_match (~> 2.0.4)
3334
nap (~> 1.0)
3435
cocoapods-deintegrate (1.0.2)
35-
cocoapods-downloader (1.1.3)
36+
cocoapods-downloader (1.2.0)
3637
cocoapods-plugins (1.0.0)
3738
nap
3839
cocoapods-search (1.0.0)
@@ -42,31 +43,34 @@ GEM
4243
netrc (~> 0.11)
4344
cocoapods-try (1.1.0)
4445
colored2 (3.1.2)
46+
concurrent-ruby (1.0.5)
4547
escape (0.0.4)
4648
fourflusher (2.0.1)
4749
fuzzy_match (2.0.4)
48-
gh_inspector (1.0.3)
49-
i18n (0.8.6)
50-
minitest (5.10.1)
51-
molinillo (0.6.4)
52-
nanaimo (0.2.3)
50+
gh_inspector (1.1.2)
51+
i18n (0.9.5)
52+
concurrent-ruby (~> 1.0)
53+
minitest (5.11.3)
54+
molinillo (0.6.5)
55+
nanaimo (0.2.5)
5356
nap (1.1.0)
5457
netrc (0.11.0)
5558
ruby-macho (1.1.0)
5659
thread_safe (0.3.6)
57-
tzinfo (1.2.3)
60+
tzinfo (1.2.5)
5861
thread_safe (~> 0.1)
59-
xcodeproj (1.5.4)
60-
CFPropertyList (~> 2.3.3)
62+
xcodeproj (1.5.7)
63+
CFPropertyList (>= 2.3.3, < 4.0)
64+
atomos (~> 0.1.2)
6165
claide (>= 1.0.2, < 2.0)
6266
colored2 (~> 3.1)
63-
nanaimo (~> 0.2.3)
67+
nanaimo (~> 0.2.4)
6468

6569
PLATFORMS
6670
ruby
6771

6872
DEPENDENCIES
69-
cocoapods (= 1.4.0)
73+
cocoapods (~> 1.5.0)
7074

7175
BUNDLED WITH
72-
1.15.4
76+
1.16.1

Podfile.lock

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ PODS:
119119
- NBUCore (>= 2.1.0)
120120
- MWFeedParser (1.0.1):
121121
- MWFeedParser/FeedParser (= 1.0.1)
122-
- MWFeedParser/NSDate+InternetDateTime (= 1.0.1)
123-
- MWFeedParser/NSString+HTML (= 1.0.1)
122+
- "MWFeedParser/NSDate+InternetDateTime (= 1.0.1)"
123+
- "MWFeedParser/NSString+HTML (= 1.0.1)"
124124
- MWFeedParser/FeedParser (1.0.1):
125-
- MWFeedParser/NSDate+InternetDateTime
126-
- MWFeedParser/NSString+HTML
127-
- MWFeedParser/NSDate+InternetDateTime (1.0.1)
128-
- MWFeedParser/NSString+HTML (1.0.1)
125+
- "MWFeedParser/NSDate+InternetDateTime"
126+
- "MWFeedParser/NSString+HTML"
127+
- "MWFeedParser/NSDate+InternetDateTime (1.0.1)"
128+
- "MWFeedParser/NSString+HTML (1.0.1)"
129129
- Navajo (0.0.1)
130130
- NBUCore (2.1.0)
131131
- OpenInChrome (0.0.1)
@@ -251,6 +251,33 @@ DEPENDENCIES:
251251
- YapDatabase/SQLCipher (from `https://github.com/yapstudios/YapDatabase.git`, commit `ce9c8db`)
252252
- YapTaskQueue/SQLCipher (from `https://github.com/ChatSecure/YapTaskQueue.git`, branch `swift4`)
253253

254+
SPEC REPOS:
255+
https://github.com/CocoaPods/Specs.git:
256+
- Alamofire
257+
- Appirater
258+
- ARChromeActivity
259+
- BBlock
260+
- BButton
261+
- CocoaAsyncSocket
262+
- CocoaLumberjack
263+
- DTFoundation
264+
- GCDWebServer
265+
- JTSImageViewController
266+
- KissXML
267+
- KSCrash
268+
- Kvitto
269+
- libidn
270+
- MWFeedParser
271+
- Navajo
272+
- NBUCore
273+
- OpenInChrome
274+
- ProxyKit
275+
- QRCodeReaderViewController
276+
- Reveal-SDK
277+
- SignalProtocolC
278+
- SQLCipher
279+
- TUSafariActivity
280+
254281
EXTERNAL SOURCES:
255282
ChatSecure-Push-iOS:
256283
:path: Submodules/ChatSecure-Push-iOS/ChatSecure-Push-iOS.podspec
@@ -341,4 +368,4 @@ SPEC CHECKSUMS:
341368

342369
PODFILE CHECKSUM: df34137d0408cd003d94607e1f2a96cd233abd0f
343370

344-
COCOAPODS: 1.4.0
371+
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)