Skip to content

Commit 495dbc4

Browse files
committed
A universal project setup with a deployment target of iOS9. Added a basic gitignore file.
1 parent 89b3b61 commit 495dbc4

File tree

3 files changed

+117
-0
lines changed

3 files changed

+117
-0
lines changed

.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
## OS X junk file
2+
.DS_Store
3+
[Tt]humbs.db
4+
.Trashes
5+
*.swp
6+
*.lock
7+
profile
8+
9+
## Build generated
10+
##[Bb]uild/
11+
DerivedData/
12+
13+
## Various settings
14+
*.pbxuser
15+
!default.pbxuser
16+
*.mode1v3
17+
!default.mode1v3
18+
*.mode2v3
19+
!default.mode2v3
20+
*.perspectivev3
21+
!default.perspectivev3
22+
xcuserdata/
23+
24+
## Other
25+
*.moved-aside
26+
*.xcuserstate
27+
*.xccheckout
28+
29+
## Obj-C/Swift specific
30+
*.hmap
31+
*.ipa
32+
*.dSYM.zip
33+
*.dSYM
34+
*~.nib
35+
36+
## Playgrounds
37+
# timeline.xctimeline
38+
# playground.xcworkspace
39+
40+
## SVN
41+
.svn
42+
43+
## Swift Package Manager
44+
Packages/
45+
.build/
46+
47+
## CocoaPods
48+
Pods/
49+
*.xcworkspace
50+
!Podfile.lock
51+
52+
## Carthage
53+
Carthage/Build
54+
55+
## fastlane
56+
fastlane/report.xml
57+
fastlane/Preview.html
58+
fastlane/screenshots
59+
fastlane/test_output
60+
61+
## Code Injection
62+
iOSInjectionProject/

PGNParser.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
DYLIB_INSTALL_NAME_BASE = "@rpath";
331331
INFOPLIST_FILE = PGNParser/Info.plist;
332332
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
333+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
333334
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
334335
PRODUCT_BUNDLE_IDENTIFIER = com.tigerpixel.PGNParser;
335336
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -349,6 +350,7 @@
349350
DYLIB_INSTALL_NAME_BASE = "@rpath";
350351
INFOPLIST_FILE = PGNParser/Info.plist;
351352
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
353+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
352354
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
353355
PRODUCT_BUNDLE_IDENTIFIER = com.tigerpixel.PGNParser;
354356
PRODUCT_NAME = "$(TARGET_NAME)";

PGNParser.xcodeproj/xcuserdata/liam.xcuserdatad/xcschemes/PGNParser.xcscheme

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,49 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
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 = "0C07C2BE1E525E0F00A921A8"
18+
BuildableName = "PGNParser.framework"
19+
BlueprintName = "PGNParser"
20+
ReferencedContainer = "container:PGNParser.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
1127
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1228
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
1329
shouldUseLaunchSchemeArgsEnv = "YES">
1430
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "0C07C2C71E525E0F00A921A8"
36+
BuildableName = "PGNParserTests.xctest"
37+
BlueprintName = "PGNParserTests"
38+
ReferencedContainer = "container:PGNParser.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
1541
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "0C07C2BE1E525E0F00A921A8"
46+
BuildableName = "PGNParser.framework"
47+
BlueprintName = "PGNParser"
48+
ReferencedContainer = "container:PGNParser.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
1651
<AdditionalOptions>
1752
</AdditionalOptions>
1853
</TestAction>
@@ -26,6 +61,15 @@
2661
debugDocumentVersioning = "YES"
2762
debugServiceExtension = "internal"
2863
allowLocationSimulation = "YES">
64+
<MacroExpansion>
65+
<BuildableReference
66+
BuildableIdentifier = "primary"
67+
BlueprintIdentifier = "0C07C2BE1E525E0F00A921A8"
68+
BuildableName = "PGNParser.framework"
69+
BlueprintName = "PGNParser"
70+
ReferencedContainer = "container:PGNParser.xcodeproj">
71+
</BuildableReference>
72+
</MacroExpansion>
2973
<AdditionalOptions>
3074
</AdditionalOptions>
3175
</LaunchAction>
@@ -35,6 +79,15 @@
3579
savedToolIdentifier = ""
3680
useCustomWorkingDirectory = "NO"
3781
debugDocumentVersioning = "YES">
82+
<MacroExpansion>
83+
<BuildableReference
84+
BuildableIdentifier = "primary"
85+
BlueprintIdentifier = "0C07C2BE1E525E0F00A921A8"
86+
BuildableName = "PGNParser.framework"
87+
BlueprintName = "PGNParser"
88+
ReferencedContainer = "container:PGNParser.xcodeproj">
89+
</BuildableReference>
90+
</MacroExpansion>
3891
</ProfileAction>
3992
<AnalyzeAction
4093
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)