Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
65c77adb
Commit
65c77adb
authored
Jun 03, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Spec Fixtures] Add target CLITool to SampleProject
parent
54b8a710
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
0 deletions
+168
-0
main.swift
spec/fixtures/SampleProject/CLITool/main.swift
+12
-0
project.pbxproj
...res/SampleProject/SampleProject.xcodeproj/project.pbxproj
+156
-0
No files found.
spec/fixtures/SampleProject/CLITool/main.swift
0 → 100644
View file @
65c77adb
//
// main.swift
// CLITool
//
// Created by Marius Rackwitz on 3.6.15.
// Copyright (c) 2015 LJR Software Limited. All rights reserved.
//
import
Foundation
println
(
"Hello, World!"
)
spec/fixtures/SampleProject/SampleProject.xcodeproj/project.pbxproj
View file @
65c77adb
...
...
@@ -20,6 +20,7 @@
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
29FAC56D1B1F0502002187FA
/* main.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
29FAC56C1B1F0502002187FA
/* main.swift */
;
};
51075D4C1521D0C100E39B41
/* UIKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A346497114F9BE9A0080D870
/* UIKit.framework */
;
};
51075D4D1521D0C100E39B41
/* Foundation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A346497314F9BE9A0080D870
/* Foundation.framework */
;
};
51075D4E1521D0C100E39B41
/* CoreGraphics.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A346497514F9BE9A0080D870
/* CoreGraphics.framework */
;
};
...
...
@@ -45,7 +46,21 @@
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
29FAC5681B1F0502002187FA
/* CopyFiles */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
/usr/share/man/man1/
;
dstSubfolderSpec
=
0
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
1
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
29FAC56A1B1F0502002187FA
/* CLITool */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"compiled.mach-o.executable"
;
includeInIndex
=
0
;
path
=
CLITool
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
29FAC56C1B1F0502002187FA
/* main.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
main.swift
;
sourceTree
=
"<group>"
;
};
51075D4A1521D0C100E39B41
/* TestRunner.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
TestRunner.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
51075D511521D0C100E39B41
/* TestRunner-Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
"TestRunner-Info.plist"
;
sourceTree
=
"<group>"
;
};
51075D531521D0C100E39B41
/* en */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.strings
;
name
=
en
;
path
=
en.lproj/InfoPlist.strings
;
sourceTree
=
"<group>"
;
};
...
...
@@ -67,6 +82,13 @@
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
29FAC5671B1F0502002187FA
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
};
51075D471521D0C100E39B41
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -91,6 +113,14 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
29FAC56B1B1F0502002187FA
/* CLITool */
=
{
isa
=
PBXGroup
;
children
=
(
29FAC56C1B1F0502002187FA
/* main.swift */
,
);
path
=
CLITool
;
sourceTree
=
"<group>"
;
};
51075D4F1521D0C100E39B41
/* TestRunner */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -126,6 +156,7 @@
51E94E201644721F0035348C
/* Sample Lib.xcodeproj */
,
A346497714F9BE9A0080D870
/* SampleProject */
,
51075D4F1521D0C100E39B41
/* TestRunner */
,
29FAC56B1B1F0502002187FA
/* CLITool */
,
A346497014F9BE9A0080D870
/* Frameworks */
,
A346496E14F9BE9A0080D870
/* Products */
,
);
...
...
@@ -136,6 +167,7 @@
children
=
(
A346496D14F9BE9A0080D870
/* SampleProject.app */
,
51075D4A1521D0C100E39B41
/* TestRunner.app */
,
29FAC56A1B1F0502002187FA
/* CLITool */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
...
...
@@ -174,6 +206,23 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
29FAC5691B1F0502002187FA
/* CLITool */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
29FAC5731B1F0503002187FA
/* Build configuration list for PBXNativeTarget "CLITool" */
;
buildPhases
=
(
29FAC5661B1F0502002187FA
/* Sources */
,
29FAC5671B1F0502002187FA
/* Frameworks */
,
29FAC5681B1F0502002187FA
/* CopyFiles */
,
);
buildRules
=
(
);
dependencies
=
(
);
name
=
CLITool
;
productName
=
CLITool
;
productReference
=
29FAC56A1B1F0502002187FA
/* CLITool */
;
productType
=
"com.apple.product-type.tool"
;
};
51075D491521D0C100E39B41
/* TestRunner */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
51075D5B1521D0C100E39B41
/* Build configuration list for PBXNativeTarget "TestRunner" */
;
...
...
@@ -216,6 +265,11 @@
attributes
=
{
LastUpgradeCheck
=
0630
;
ORGANIZATIONNAME
=
"LJR Software Limited"
;
TargetAttributes
=
{
29FAC5691B1F0502002187FA
=
{
CreatedOnToolsVersion
=
6.3.2
;
};
};
};
buildConfigurationList
=
A346496714F9BE990080D870
/* Build configuration list for PBXProject "SampleProject" */
;
compatibilityVersion
=
"Xcode 3.2"
;
...
...
@@ -238,6 +292,7 @@
A346496C14F9BE9A0080D870
/* SampleProject */
,
51075D491521D0C100E39B41
/* TestRunner */
,
51D6A8AB16C445B800E174E1
/* AggregateTarget */
,
29FAC5691B1F0502002187FA
/* CLITool */
,
);
};
/* End PBXProject section */
...
...
@@ -272,6 +327,14 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
29FAC5661B1F0502002187FA
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
29FAC56D1B1F0502002187FA
/* main.swift in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
51075D461521D0C100E39B41
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -312,6 +375,89 @@
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
29FAC56E1B1F0502002187FA
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
"DEBUG=1"
,
"$(inherited)"
,
);
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
MACOSX_DEPLOYMENT_TARGET
=
10.10
;
MTL_ENABLE_DEBUG_INFO
=
YES
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SDKROOT
=
macosx
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
};
name
=
Debug
;
};
29FAC56F1B1F0502002187FA
/* Test */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
MACOSX_DEPLOYMENT_TARGET
=
10.10
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SDKROOT
=
macosx
;
};
name
=
Test
;
};
29FAC5701B1F0502002187FA
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
MACOSX_DEPLOYMENT_TARGET
=
10.10
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SDKROOT
=
macosx
;
};
name
=
Release
;
};
29FAC5711B1F0502002187FA
/* App Store */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
MACOSX_DEPLOYMENT_TARGET
=
10.10
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SDKROOT
=
macosx
;
};
name
=
"App Store"
;
};
51075D5C1521D0C100E39B41
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
...
...
@@ -578,6 +724,16 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
29FAC5731B1F0503002187FA
/* Build configuration list for PBXNativeTarget "CLITool" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
29FAC56E1B1F0502002187FA
/* Debug */
,
29FAC56F1B1F0502002187FA
/* Test */
,
29FAC5701B1F0502002187FA
/* Release */
,
29FAC5711B1F0502002187FA
/* App Store */
,
);
defaultConfigurationIsVisible
=
0
;
};
51075D5B1521D0C100E39B41
/* Build configuration list for PBXNativeTarget "TestRunner" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment