Skip to content

Commit c460f1d

Browse files
authored
Merge pull request #671 from wolfcon/fix/Carthage
Repair the missing file
2 parents c0aee25 + 2415660 commit c460f1d

File tree

2 files changed

+101
-0
lines changed

2 files changed

+101
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: objective-c
2+
xcode_project: MJExtension.xcodeproj
3+
xcode_scheme: MJExtension
4+
5+
env:
6+
global:
7+
- FRAMEWORK_NAME=MJExtension
8+
before_install:
9+
- gem install xcpretty
10+
11+
script:
12+
- xcodebuild -project $FRAMEWORK_NAME.xcodeproj -scheme $FRAMEWORK_NAME build | xcpretty
13+
- pod lib lint
14+
15+
- carthage build --no-skip-current
16+
17+
notifications:
18+
email: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1020"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "01DD48092248BDB5003A69A6"
18+
BuildableName = "MJExtension.framework"
19+
BlueprintName = "MJExtension"
20+
ReferencedContainer = "container:MJExtension.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
enableThreadSanitizer = "YES"
30+
shouldUseLaunchSchemeArgsEnv = "YES">
31+
<Testables>
32+
</Testables>
33+
<AdditionalOptions>
34+
</AdditionalOptions>
35+
</TestAction>
36+
<LaunchAction
37+
buildConfiguration = "Debug"
38+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
39+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
enableThreadSanitizer = "YES"
41+
launchStyle = "0"
42+
useCustomWorkingDirectory = "NO"
43+
ignoresPersistentStateOnLaunch = "NO"
44+
debugDocumentVersioning = "YES"
45+
stopOnEveryThreadSanitizerIssue = "YES"
46+
debugServiceExtension = "internal"
47+
allowLocationSimulation = "YES">
48+
<MacroExpansion>
49+
<BuildableReference
50+
BuildableIdentifier = "primary"
51+
BlueprintIdentifier = "01DD48092248BDB5003A69A6"
52+
BuildableName = "MJExtension.framework"
53+
BlueprintName = "MJExtension"
54+
ReferencedContainer = "container:MJExtension.xcodeproj">
55+
</BuildableReference>
56+
</MacroExpansion>
57+
<AdditionalOptions>
58+
</AdditionalOptions>
59+
</LaunchAction>
60+
<ProfileAction
61+
buildConfiguration = "Release"
62+
shouldUseLaunchSchemeArgsEnv = "YES"
63+
savedToolIdentifier = ""
64+
useCustomWorkingDirectory = "NO"
65+
debugDocumentVersioning = "YES">
66+
<MacroExpansion>
67+
<BuildableReference
68+
BuildableIdentifier = "primary"
69+
BlueprintIdentifier = "01DD48092248BDB5003A69A6"
70+
BuildableName = "MJExtension.framework"
71+
BlueprintName = "MJExtension"
72+
ReferencedContainer = "container:MJExtension.xcodeproj">
73+
</BuildableReference>
74+
</MacroExpansion>
75+
</ProfileAction>
76+
<AnalyzeAction
77+
buildConfiguration = "Debug">
78+
</AnalyzeAction>
79+
<ArchiveAction
80+
buildConfiguration = "Release"
81+
revealArchiveInOrganizer = "YES">
82+
</ArchiveAction>
83+
</Scheme>

0 commit comments

Comments
 (0)