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
dbcd3f64
Commit
dbcd3f64
authored
Oct 24, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import ConfigureTest app project without running `pod install` yet.
parent
913dc00d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
422 additions
and
0 deletions
+422
-0
project.pbxproj
...les/ConfigureTest/ConfigureTest.xcodeproj/project.pbxproj
+293
-0
AppDelegate.h
examples/ConfigureTest/ConfigureTest/AppDelegate.h
+15
-0
AppDelegate.m
examples/ConfigureTest/ConfigureTest/AppDelegate.m
+25
-0
ConfigureTest-Info.plist
...ples/ConfigureTest/ConfigureTest/ConfigureTest-Info.plist
+34
-0
ConfigureTest-Prefix.pch
...ples/ConfigureTest/ConfigureTest/ConfigureTest-Prefix.pch
+7
-0
Credits.rtf
examples/ConfigureTest/ConfigureTest/en.lproj/Credits.rtf
+29
-0
InfoPlist.strings
...es/ConfigureTest/ConfigureTest/en.lproj/InfoPlist.strings
+2
-0
MainMenu.xib
examples/ConfigureTest/ConfigureTest/en.lproj/MainMenu.xib
+0
-0
main.m
examples/ConfigureTest/ConfigureTest/main.m
+14
-0
Podfile
examples/ConfigureTest/Podfile
+3
-0
No files found.
examples/ConfigureTest/ConfigureTest.xcodeproj/project.pbxproj
0 → 100644
View file @
dbcd3f64
// !$*UTF8*$!
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
46
;
objects
=
{
/* Begin PBXBuildFile section */
516164B7145623DE0045B749
/* Cocoa.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164B6145623DE0045B749
/* Cocoa.framework */
;
};
516164C1145623DF0045B749
/* InfoPlist.strings in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164BF145623DF0045B749
/* InfoPlist.strings */
;
};
516164C3145623DF0045B749
/* main.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164C2145623DF0045B749
/* main.m */
;
};
516164C7145623DF0045B749
/* Credits.rtf in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164C5145623DF0045B749
/* Credits.rtf */
;
};
516164CA145623DF0045B749
/* AppDelegate.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164C9145623DF0045B749
/* AppDelegate.m */
;
};
516164CD145623DF0045B749
/* MainMenu.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
516164CB145623DF0045B749
/* MainMenu.xib */
;
};
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
516164B2145623DE0045B749
/* ConfigureTest.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
ConfigureTest.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
516164B6145623DE0045B749
/* Cocoa.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
Cocoa.framework
;
path
=
System/Library/Frameworks/Cocoa.framework
;
sourceTree
=
SDKROOT
;
};
516164B9145623DF0045B749
/* AppKit.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
AppKit.framework
;
path
=
System/Library/Frameworks/AppKit.framework
;
sourceTree
=
SDKROOT
;
};
516164BA145623DF0045B749
/* CoreData.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
CoreData.framework
;
path
=
System/Library/Frameworks/CoreData.framework
;
sourceTree
=
SDKROOT
;
};
516164BB145623DF0045B749
/* Foundation.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
Foundation.framework
;
path
=
System/Library/Frameworks/Foundation.framework
;
sourceTree
=
SDKROOT
;
};
516164BE145623DF0045B749
/* ConfigureTest-Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
"ConfigureTest-Info.plist"
;
sourceTree
=
"<group>"
;
};
516164C0145623DF0045B749
/* en */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.strings
;
name
=
en
;
path
=
en.lproj/InfoPlist.strings
;
sourceTree
=
"<group>"
;
};
516164C2145623DF0045B749
/* main.m */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
main.m
;
sourceTree
=
"<group>"
;
};
516164C4145623DF0045B749
/* ConfigureTest-Prefix.pch */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"ConfigureTest-Prefix.pch"
;
sourceTree
=
"<group>"
;
};
516164C6145623DF0045B749
/* en */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.rtf
;
name
=
en
;
path
=
en.lproj/Credits.rtf
;
sourceTree
=
"<group>"
;
};
516164C8145623DF0045B749
/* AppDelegate.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
AppDelegate.h
;
sourceTree
=
"<group>"
;
};
516164C9145623DF0045B749
/* AppDelegate.m */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
AppDelegate.m
;
sourceTree
=
"<group>"
;
};
516164CC145623DF0045B749
/* en */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
name
=
en
;
path
=
en.lproj/MainMenu.xib
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
516164AF145623DE0045B749
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
516164B7145623DE0045B749
/* Cocoa.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
516164A7145623DE0045B749
=
{
isa
=
PBXGroup
;
children
=
(
516164BC145623DF0045B749
/* ConfigureTest */
,
516164B5145623DE0045B749
/* Frameworks */
,
516164B3145623DE0045B749
/* Products */
,
);
sourceTree
=
"<group>"
;
};
516164B3145623DE0045B749
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
516164B2145623DE0045B749
/* ConfigureTest.app */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
516164B5145623DE0045B749
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
516164B6145623DE0045B749
/* Cocoa.framework */
,
516164B8145623DE0045B749
/* Other Frameworks */
,
);
name
=
Frameworks
;
sourceTree
=
"<group>"
;
};
516164B8145623DE0045B749
/* Other Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
516164B9145623DF0045B749
/* AppKit.framework */
,
516164BA145623DF0045B749
/* CoreData.framework */
,
516164BB145623DF0045B749
/* Foundation.framework */
,
);
name
=
"Other Frameworks"
;
sourceTree
=
"<group>"
;
};
516164BC145623DF0045B749
/* ConfigureTest */
=
{
isa
=
PBXGroup
;
children
=
(
516164C8145623DF0045B749
/* AppDelegate.h */
,
516164C9145623DF0045B749
/* AppDelegate.m */
,
516164CB145623DF0045B749
/* MainMenu.xib */
,
516164BD145623DF0045B749
/* Supporting Files */
,
);
path
=
ConfigureTest
;
sourceTree
=
"<group>"
;
};
516164BD145623DF0045B749
/* Supporting Files */
=
{
isa
=
PBXGroup
;
children
=
(
516164BE145623DF0045B749
/* ConfigureTest-Info.plist */
,
516164BF145623DF0045B749
/* InfoPlist.strings */
,
516164C2145623DF0045B749
/* main.m */
,
516164C4145623DF0045B749
/* ConfigureTest-Prefix.pch */
,
516164C5145623DF0045B749
/* Credits.rtf */
,
);
name
=
"Supporting Files"
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
516164B1145623DE0045B749
/* ConfigureTest */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
516164D0145623DF0045B749
/* Build configuration list for PBXNativeTarget "ConfigureTest" */
;
buildPhases
=
(
516164AE145623DE0045B749
/* Sources */
,
516164AF145623DE0045B749
/* Frameworks */
,
516164B0145623DE0045B749
/* Resources */
,
);
buildRules
=
(
);
dependencies
=
(
);
name
=
ConfigureTest
;
productName
=
ConfigureTest
;
productReference
=
516164B2145623DE0045B749
/* ConfigureTest.app */
;
productType
=
"com.apple.product-type.application"
;
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
516164A9145623DE0045B749
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
0420
;
};
buildConfigurationList
=
516164AC145623DE0045B749
/* Build configuration list for PBXProject "ConfigureTest" */
;
compatibilityVersion
=
"Xcode 3.2"
;
developmentRegion
=
English
;
hasScannedForEncodings
=
0
;
knownRegions
=
(
en
,
);
mainGroup
=
516164A7145623DE0045B749
;
productRefGroup
=
516164B3145623DE0045B749
/* Products */
;
projectDirPath
=
""
;
projectRoot
=
""
;
targets
=
(
516164B1145623DE0045B749
/* ConfigureTest */
,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
516164B0145623DE0045B749
/* Resources */
=
{
isa
=
PBXResourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
516164C1145623DF0045B749
/* InfoPlist.strings in Resources */
,
516164C7145623DF0045B749
/* Credits.rtf in Resources */
,
516164CD145623DF0045B749
/* MainMenu.xib in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
516164AE145623DE0045B749
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
516164C3145623DF0045B749
/* main.m in Sources */
,
516164CA145623DF0045B749
/* AppDelegate.m in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
516164BF145623DF0045B749
/* InfoPlist.strings */
=
{
isa
=
PBXVariantGroup
;
children
=
(
516164C0145623DF0045B749
/* en */
,
);
name
=
InfoPlist.strings
;
sourceTree
=
"<group>"
;
};
516164C5145623DF0045B749
/* Credits.rtf */
=
{
isa
=
PBXVariantGroup
;
children
=
(
516164C6145623DF0045B749
/* en */
,
);
name
=
Credits.rtf
;
sourceTree
=
"<group>"
;
};
516164CB145623DF0045B749
/* MainMenu.xib */
=
{
isa
=
PBXVariantGroup
;
children
=
(
516164CC145623DF0045B749
/* en */
,
);
name
=
MainMenu.xib
;
sourceTree
=
"<group>"
;
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
516164CE145623DF0045B749
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ARCHS
=
"$(ARCHS_STANDARD_64_BIT)"
;
COPY_PHASE_STRIP
=
NO
;
GCC_C_LANGUAGE_STANDARD
=
gnu99
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_ENABLE_OBJC_EXCEPTIONS
=
YES
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
"DEBUG=1"
,
"$(inherited)"
,
);
GCC_SYMBOLS_PRIVATE_EXTERN
=
NO
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
GCC_WARN_ABOUT_MISSING_PROTOTYPES
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
MACOSX_DEPLOYMENT_TARGET
=
10.7
;
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
macosx
;
};
name
=
Debug
;
};
516164CF145623DF0045B749
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
ARCHS
=
"$(ARCHS_STANDARD_64_BIT)"
;
COPY_PHASE_STRIP
=
YES
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
GCC_C_LANGUAGE_STANDARD
=
gnu99
;
GCC_ENABLE_OBJC_EXCEPTIONS
=
YES
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
GCC_WARN_ABOUT_MISSING_PROTOTYPES
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
MACOSX_DEPLOYMENT_TARGET
=
10.7
;
SDKROOT
=
macosx
;
};
name
=
Release
;
};
516164D1145623DF0045B749
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"ConfigureTest/ConfigureTest-Prefix.pch"
;
INFOPLIST_FILE
=
"ConfigureTest/ConfigureTest-Info.plist"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Debug
;
};
516164D2145623DF0045B749
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"ConfigureTest/ConfigureTest-Prefix.pch"
;
INFOPLIST_FILE
=
"ConfigureTest/ConfigureTest-Info.plist"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Release
;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
516164AC145623DE0045B749
/* Build configuration list for PBXProject "ConfigureTest" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
516164CE145623DF0045B749
/* Debug */
,
516164CF145623DF0045B749
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
516164D0145623DF0045B749
/* Build configuration list for PBXNativeTarget "ConfigureTest" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
516164D1145623DF0045B749
/* Debug */
,
516164D2145623DF0045B749
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
};
/* End XCConfigurationList section */
};
rootObject
=
516164A9145623DE0045B749
/* Project object */
;
}
examples/ConfigureTest/ConfigureTest/AppDelegate.h
0 → 100644
View file @
dbcd3f64
//
// AppDelegate.h
// ConfigureTest
//
// Created by Eloy Duran on 25-10-11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface
AppDelegate
:
NSObject
<
NSApplicationDelegate
>
@property
(
assign
)
IBOutlet
NSWindow
*
window
;
@end
examples/ConfigureTest/ConfigureTest/AppDelegate.m
0 → 100644
View file @
dbcd3f64
//
// AppDelegate.m
// ConfigureTest
//
// Created by Eloy Duran on 25-10-11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import "AppDelegate.h"
@implementation
AppDelegate
@synthesize
window
=
_window
;
-
(
void
)
dealloc
{
[
super
dealloc
];
}
-
(
void
)
applicationDidFinishLaunching
:
(
NSNotification
*
)
aNotification
{
// Insert code here to initialize your application
}
@end
examples/ConfigureTest/ConfigureTest/ConfigureTest-Info.plist
0 → 100644
View file @
dbcd3f64
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
string
><
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
org.cocoapods.$
{
PRODUCT_NAME:rfc1034identifier
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1
<
/string
>
<
k
e
y
>
LSMinimumSystemVersion
<
/k
e
y
>
<
string
>
$
{
MACOSX_DEPLOYMENT_TARGET
}<
/string
>
<
k
e
y
>
NSHumanReadableCopyright
<
/k
e
y
>
<
string
>
Copyright
©
2011
__MyCompanyName__.
All
rights
reserved.
<
/string
>
<
k
e
y
>
NSMainNibFile
<
/k
e
y
>
<
string
>
MainMenu
<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
>
NSApplication
<
/string
>
<
/
d
i
c
t
>
<
/plist
>
examples/ConfigureTest/ConfigureTest/ConfigureTest-Prefix.pch
0 → 100644
View file @
dbcd3f64
//
// Prefix header for all source files of the 'ConfigureTest' target in the 'ConfigureTest' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
examples/ConfigureTest/ConfigureTest/en.lproj/Credits.rtf
0 → 100644
View file @
dbcd3f64
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw9840\paperh8400
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
\f0\b\fs24 \cf0 Engineering:
\b0 \
Some people\
\
\b Human Interface Design:
\b0 \
Some other people\
\
\b Testing:
\b0 \
Hopefully not nobody\
\
\b Documentation:
\b0 \
Whoever\
\
\b With special thanks to:
\b0 \
Mom\
}
examples/ConfigureTest/ConfigureTest/en.lproj/InfoPlist.strings
0 → 100644
View file @
dbcd3f64
/* Localized versions of Info.plist keys */
examples/ConfigureTest/ConfigureTest/en.lproj/MainMenu.xib
0 → 100644
View file @
dbcd3f64
This source diff could not be displayed because it is too large. You can
view the blob
instead.
examples/ConfigureTest/ConfigureTest/main.m
0 → 100644
View file @
dbcd3f64
//
//
main
.
m
//
ConfigureTest
//
//
Created
by
Eloy
Duran
on
25
-
10
-
11.
//
Copyright
(
c
)
2011
__
MyCompanyName__
.
All
rights
reserved
.
//
#
import
<
Cocoa
/
Cocoa
.
h
>
int
main
(
int
argc
,
char
*
argv
[])
{
return
NSApplicationMain
(
argc
,
(
const
char
**
)
argv
);
}
examples/ConfigureTest/Podfile
0 → 100644
View file @
dbcd3f64
platform
:osx
dependency
'JSONKit'
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