Skip to content

Commit 30a3296

Browse files
author
Steve Trease
committed
v4
1 parent 3724c2a commit 30a3296

File tree

28 files changed

+1278
-0
lines changed

28 files changed

+1278
-0
lines changed
Lines changed: 330 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,330 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
AA23B7D01B30BDA100B36271 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA23B7CF1B30BDA100B36271 /* AppDelegate.swift */; };
11+
AA23B7D21B30BDA100B36271 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA23B7D11B30BDA100B36271 /* MasterViewController.swift */; };
12+
AA23B7D41B30BDA100B36271 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA23B7D31B30BDA100B36271 /* DetailViewController.swift */; };
13+
AA23B7D71B30BDA100B36271 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA23B7D51B30BDA100B36271 /* Main.storyboard */; };
14+
AA23B7D91B30BDA100B36271 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA23B7D81B30BDA100B36271 /* Assets.xcassets */; };
15+
AA23B7DC1B30BDA100B36271 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA23B7DA1B30BDA100B36271 /* LaunchScreen.storyboard */; };
16+
AA23B7E41B30BE5600B36271 /* NotificationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA23B7E31B30BE5600B36271 /* NotificationData.swift */; };
17+
AA23B7E71B30BFEE00B36271 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = AA23B7E61B30BFEE00B36271 /* Settings.bundle */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
AA23B7CC1B30BDA100B36271 /* Swift Push 4.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swift Push 4.app"; sourceTree = BUILT_PRODUCTS_DIR; };
22+
AA23B7CF1B30BDA100B36271 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
23+
AA23B7D11B30BDA100B36271 /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
24+
AA23B7D31B30BDA100B36271 /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
25+
AA23B7D61B30BDA100B36271 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
AA23B7D81B30BDA100B36271 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
AA23B7DB1B30BDA100B36271 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
AA23B7DD1B30BDA100B36271 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
AA23B7E31B30BE5600B36271 /* NotificationData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationData.swift; sourceTree = "<group>"; };
30+
AA23B7E61B30BFEE00B36271 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
AA23B7C91B30BDA100B36271 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
AA23B7C31B30BDA100B36271 = {
45+
isa = PBXGroup;
46+
children = (
47+
AA23B7CE1B30BDA100B36271 /* Swift Push 4 */,
48+
AA23B7CD1B30BDA100B36271 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
AA23B7CD1B30BDA100B36271 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
AA23B7CC1B30BDA100B36271 /* Swift Push 4.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
AA23B7CE1B30BDA100B36271 /* Swift Push 4 */ = {
61+
isa = PBXGroup;
62+
children = (
63+
AA23B7CF1B30BDA100B36271 /* AppDelegate.swift */,
64+
AA23B7D11B30BDA100B36271 /* MasterViewController.swift */,
65+
AA23B7D31B30BDA100B36271 /* DetailViewController.swift */,
66+
AA23B7D51B30BDA100B36271 /* Main.storyboard */,
67+
AA23B7D81B30BDA100B36271 /* Assets.xcassets */,
68+
AA23B7DA1B30BDA100B36271 /* LaunchScreen.storyboard */,
69+
AA23B7DD1B30BDA100B36271 /* Info.plist */,
70+
AA23B7E31B30BE5600B36271 /* NotificationData.swift */,
71+
AA23B7E61B30BFEE00B36271 /* Settings.bundle */,
72+
);
73+
path = "Swift Push 4";
74+
sourceTree = "<group>";
75+
};
76+
/* End PBXGroup section */
77+
78+
/* Begin PBXNativeTarget section */
79+
AA23B7CB1B30BDA100B36271 /* Swift Push 4 */ = {
80+
isa = PBXNativeTarget;
81+
buildConfigurationList = AA23B7E01B30BDA100B36271 /* Build configuration list for PBXNativeTarget "Swift Push 4" */;
82+
buildPhases = (
83+
AA23B7C81B30BDA100B36271 /* Sources */,
84+
AA23B7C91B30BDA100B36271 /* Frameworks */,
85+
AA23B7CA1B30BDA100B36271 /* Resources */,
86+
AA23B7E51B30BF9900B36271 /* ShellScript */,
87+
);
88+
buildRules = (
89+
);
90+
dependencies = (
91+
);
92+
name = "Swift Push 4";
93+
productName = "Swift Push 4";
94+
productReference = AA23B7CC1B30BDA100B36271 /* Swift Push 4.app */;
95+
productType = "com.apple.product-type.application";
96+
};
97+
/* End PBXNativeTarget section */
98+
99+
/* Begin PBXProject section */
100+
AA23B7C41B30BDA100B36271 /* Project object */ = {
101+
isa = PBXProject;
102+
attributes = {
103+
LastUpgradeCheck = 0700;
104+
ORGANIZATIONNAME = "Steve Trease";
105+
TargetAttributes = {
106+
AA23B7CB1B30BDA100B36271 = {
107+
CreatedOnToolsVersion = 7.0;
108+
DevelopmentTeam = 22648A4K3P;
109+
SystemCapabilities = {
110+
com.apple.BackgroundModes = {
111+
enabled = 1;
112+
};
113+
};
114+
};
115+
};
116+
};
117+
buildConfigurationList = AA23B7C71B30BDA100B36271 /* Build configuration list for PBXProject "Swift Push 4" */;
118+
compatibilityVersion = "Xcode 3.2";
119+
developmentRegion = English;
120+
hasScannedForEncodings = 0;
121+
knownRegions = (
122+
en,
123+
Base,
124+
);
125+
mainGroup = AA23B7C31B30BDA100B36271;
126+
productRefGroup = AA23B7CD1B30BDA100B36271 /* Products */;
127+
projectDirPath = "";
128+
projectRoot = "";
129+
targets = (
130+
AA23B7CB1B30BDA100B36271 /* Swift Push 4 */,
131+
);
132+
};
133+
/* End PBXProject section */
134+
135+
/* Begin PBXResourcesBuildPhase section */
136+
AA23B7CA1B30BDA100B36271 /* Resources */ = {
137+
isa = PBXResourcesBuildPhase;
138+
buildActionMask = 2147483647;
139+
files = (
140+
AA23B7E71B30BFEE00B36271 /* Settings.bundle in Resources */,
141+
AA23B7DC1B30BDA100B36271 /* LaunchScreen.storyboard in Resources */,
142+
AA23B7D91B30BDA100B36271 /* Assets.xcassets in Resources */,
143+
AA23B7D71B30BDA100B36271 /* Main.storyboard in Resources */,
144+
);
145+
runOnlyForDeploymentPostprocessing = 0;
146+
};
147+
/* End PBXResourcesBuildPhase section */
148+
149+
/* Begin PBXShellScriptBuildPhase section */
150+
AA23B7E51B30BF9900B36271 /* ShellScript */ = {
151+
isa = PBXShellScriptBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
);
155+
inputPaths = (
156+
);
157+
outputPaths = (
158+
);
159+
runOnlyForDeploymentPostprocessing = 0;
160+
shellPath = /bin/sh;
161+
shellScript = "# xcode-build-bump.sh\n# @desc Auto-increment the build number every time the project is run.\n# @usage\n# 1. Select: your Target in Xcode\n# 2. Select: Builda Phases Tab\n# 3. Select:aAdd Build Phase -> Add Run Script\n# 4. Paste code below in to new \"Run Script\" section\n# 5. Drag the \"Run Script\" below \"Link Binaries With Libraries\"\n# 6. Insure that your starting build number is set to a whole integer and not a float (e.g. 1, not 1.0)\n\nbuildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\"\n/usr/libexec/PlistBuddy -c \"Set :PreferenceSpecifiers:0:DefaultValue $buildNumber\" \"${PROJECT_DIR}/Swift Push 4/Settings.bundle/Root.plist\"";
162+
};
163+
/* End PBXShellScriptBuildPhase section */
164+
165+
/* Begin PBXSourcesBuildPhase section */
166+
AA23B7C81B30BDA100B36271 /* Sources */ = {
167+
isa = PBXSourcesBuildPhase;
168+
buildActionMask = 2147483647;
169+
files = (
170+
AA23B7D41B30BDA100B36271 /* DetailViewController.swift in Sources */,
171+
AA23B7D21B30BDA100B36271 /* MasterViewController.swift in Sources */,
172+
AA23B7E41B30BE5600B36271 /* NotificationData.swift in Sources */,
173+
AA23B7D01B30BDA100B36271 /* AppDelegate.swift in Sources */,
174+
);
175+
runOnlyForDeploymentPostprocessing = 0;
176+
};
177+
/* End PBXSourcesBuildPhase section */
178+
179+
/* Begin PBXVariantGroup section */
180+
AA23B7D51B30BDA100B36271 /* Main.storyboard */ = {
181+
isa = PBXVariantGroup;
182+
children = (
183+
AA23B7D61B30BDA100B36271 /* Base */,
184+
);
185+
name = Main.storyboard;
186+
sourceTree = "<group>";
187+
};
188+
AA23B7DA1B30BDA100B36271 /* LaunchScreen.storyboard */ = {
189+
isa = PBXVariantGroup;
190+
children = (
191+
AA23B7DB1B30BDA100B36271 /* Base */,
192+
);
193+
name = LaunchScreen.storyboard;
194+
sourceTree = "<group>";
195+
};
196+
/* End PBXVariantGroup section */
197+
198+
/* Begin XCBuildConfiguration section */
199+
AA23B7DE1B30BDA100B36271 /* Debug */ = {
200+
isa = XCBuildConfiguration;
201+
buildSettings = {
202+
ALWAYS_SEARCH_USER_PATHS = NO;
203+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
204+
CLANG_CXX_LIBRARY = "libc++";
205+
CLANG_ENABLE_MODULES = YES;
206+
CLANG_ENABLE_OBJC_ARC = YES;
207+
CLANG_WARN_BOOL_CONVERSION = YES;
208+
CLANG_WARN_CONSTANT_CONVERSION = YES;
209+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
210+
CLANG_WARN_EMPTY_BODY = YES;
211+
CLANG_WARN_ENUM_CONVERSION = YES;
212+
CLANG_WARN_INT_CONVERSION = YES;
213+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
214+
CLANG_WARN_UNREACHABLE_CODE = YES;
215+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
216+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
217+
COPY_PHASE_STRIP = NO;
218+
DEBUG_INFORMATION_FORMAT = dwarf;
219+
ENABLE_STRICT_OBJC_MSGSEND = YES;
220+
ENABLE_TESTABILITY = YES;
221+
GCC_C_LANGUAGE_STANDARD = gnu99;
222+
GCC_DYNAMIC_NO_PIC = NO;
223+
GCC_NO_COMMON_BLOCKS = YES;
224+
GCC_OPTIMIZATION_LEVEL = 0;
225+
GCC_PREPROCESSOR_DEFINITIONS = (
226+
"DEBUG=1",
227+
"$(inherited)",
228+
);
229+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
230+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
231+
GCC_WARN_UNDECLARED_SELECTOR = YES;
232+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
233+
GCC_WARN_UNUSED_FUNCTION = YES;
234+
GCC_WARN_UNUSED_VARIABLE = YES;
235+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
236+
MTL_ENABLE_DEBUG_INFO = YES;
237+
ONLY_ACTIVE_ARCH = YES;
238+
SDKROOT = iphoneos;
239+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
240+
TARGETED_DEVICE_FAMILY = "1,2";
241+
};
242+
name = Debug;
243+
};
244+
AA23B7DF1B30BDA100B36271 /* Release */ = {
245+
isa = XCBuildConfiguration;
246+
buildSettings = {
247+
ALWAYS_SEARCH_USER_PATHS = NO;
248+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
249+
CLANG_CXX_LIBRARY = "libc++";
250+
CLANG_ENABLE_MODULES = YES;
251+
CLANG_ENABLE_OBJC_ARC = YES;
252+
CLANG_WARN_BOOL_CONVERSION = YES;
253+
CLANG_WARN_CONSTANT_CONVERSION = YES;
254+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
255+
CLANG_WARN_EMPTY_BODY = YES;
256+
CLANG_WARN_ENUM_CONVERSION = YES;
257+
CLANG_WARN_INT_CONVERSION = YES;
258+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
259+
CLANG_WARN_UNREACHABLE_CODE = YES;
260+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
261+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
262+
COPY_PHASE_STRIP = NO;
263+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
264+
ENABLE_NS_ASSERTIONS = NO;
265+
ENABLE_STRICT_OBJC_MSGSEND = YES;
266+
GCC_C_LANGUAGE_STANDARD = gnu99;
267+
GCC_NO_COMMON_BLOCKS = YES;
268+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
269+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
270+
GCC_WARN_UNDECLARED_SELECTOR = YES;
271+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
272+
GCC_WARN_UNUSED_FUNCTION = YES;
273+
GCC_WARN_UNUSED_VARIABLE = YES;
274+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
275+
MTL_ENABLE_DEBUG_INFO = NO;
276+
SDKROOT = iphoneos;
277+
TARGETED_DEVICE_FAMILY = "1,2";
278+
VALIDATE_PRODUCT = YES;
279+
};
280+
name = Release;
281+
};
282+
AA23B7E11B30BDA100B36271 /* Debug */ = {
283+
isa = XCBuildConfiguration;
284+
buildSettings = {
285+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
286+
CODE_SIGN_IDENTITY = "iPhone Developer";
287+
INFOPLIST_FILE = "Swift Push 4/Info.plist";
288+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
289+
PRODUCT_BUNDLE_IDENTIFIER = eu.trease.www.swift.push;
290+
PRODUCT_NAME = "$(TARGET_NAME)";
291+
};
292+
name = Debug;
293+
};
294+
AA23B7E21B30BDA100B36271 /* Release */ = {
295+
isa = XCBuildConfiguration;
296+
buildSettings = {
297+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
298+
CODE_SIGN_IDENTITY = "iPhone Developer";
299+
INFOPLIST_FILE = "Swift Push 4/Info.plist";
300+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
301+
PRODUCT_BUNDLE_IDENTIFIER = eu.trease.www.swift.push;
302+
PRODUCT_NAME = "$(TARGET_NAME)";
303+
};
304+
name = Release;
305+
};
306+
/* End XCBuildConfiguration section */
307+
308+
/* Begin XCConfigurationList section */
309+
AA23B7C71B30BDA100B36271 /* Build configuration list for PBXProject "Swift Push 4" */ = {
310+
isa = XCConfigurationList;
311+
buildConfigurations = (
312+
AA23B7DE1B30BDA100B36271 /* Debug */,
313+
AA23B7DF1B30BDA100B36271 /* Release */,
314+
);
315+
defaultConfigurationIsVisible = 0;
316+
defaultConfigurationName = Release;
317+
};
318+
AA23B7E01B30BDA100B36271 /* Build configuration list for PBXNativeTarget "Swift Push 4" */ = {
319+
isa = XCConfigurationList;
320+
buildConfigurations = (
321+
AA23B7E11B30BDA100B36271 /* Debug */,
322+
AA23B7E21B30BDA100B36271 /* Release */,
323+
);
324+
defaultConfigurationIsVisible = 0;
325+
defaultConfigurationName = Release;
326+
};
327+
/* End XCConfigurationList section */
328+
};
329+
rootObject = AA23B7C41B30BDA100B36271 /* Project object */;
330+
}

Swift Push 4.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>

0 commit comments

Comments
 (0)