Skip to content

Commit 9a4bb7b

Browse files
committed
Cleanup in progress
1 parent b1ef7ed commit 9a4bb7b

File tree

22 files changed

+243
-274
lines changed

22 files changed

+243
-274
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
build/
66

77
*.pbxuser
8+
*.pbxtree
89
*.perspective
910
*.perspectivev3
1011
*.mode1v3

AWNotification.xcodeproj/Alex.pbxuser

+32-13
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
{
33
1D3623240D0F684500981E51 /* AWNotificationAppDelegate.h */ = {
44
uiCtxt = {
5-
sepNavIntBoundsRect = "{{0, 0}, {600, 520}}";
5+
sepNavIntBoundsRect = "{{0, 0}, {830, 520}}";
66
sepNavSelRange = "{1170, 0}";
7-
sepNavVisRange = "{0, 1330}";
7+
sepNavVisRange = "{0, 1526}";
88
};
99
};
1010
1D3623250D0F684500981E51 /* AWNotificationAppDelegate.m */ = {
1111
uiCtxt = {
12-
sepNavIntBoundsRect = "{{0, 0}, {810, 867}}";
13-
sepNavSelRange = "{1855, 0}";
14-
sepNavVisRange = "{0, 1957}";
12+
sepNavIntBoundsRect = "{{0, 0}, {830, 702}}";
13+
sepNavSelRange = "{1170, 0}";
14+
sepNavVisRange = "{0, 1395}";
1515
sepNavWindowFrame = "{{42, 40}, {777, 962}}";
1616
};
1717
};
@@ -23,16 +23,16 @@
2323
};
2424
28D7ACF60DDB3853001CB0EB /* AWNotificationViewController.h */ = {
2525
uiCtxt = {
26-
sepNavIntBoundsRect = "{{0, 0}, {594, 455}}";
26+
sepNavIntBoundsRect = "{{0, 0}, {830, 477}}";
2727
sepNavSelRange = "{1173, 0}";
28-
sepNavVisRange = "{0, 1320}";
28+
sepNavVisRange = "{0, 1327}";
2929
};
3030
};
3131
28D7ACF70DDB3853001CB0EB /* AWNotificationViewController.m */ = {
3232
uiCtxt = {
33-
sepNavIntBoundsRect = "{{0, 0}, {1196, 754}}";
33+
sepNavIntBoundsRect = "{{0, 0}, {830, 754}}";
3434
sepNavSelRange = "{1663, 0}";
35-
sepNavVisRange = "{1335, 473}";
35+
sepNavVisRange = "{687, 1121}";
3636
sepNavWindowFrame = "{{0, 0}, {840, 1028}}";
3737
};
3838
};
@@ -71,8 +71,8 @@
7171
PBXFileDataSource_Target_ColumnID,
7272
);
7373
};
74-
PBXPerProjectTemplateStateSaveDate = 304546206;
75-
PBXWorkspaceStateSaveDate = 304546206;
74+
PBXPerProjectTemplateStateSaveDate = 304548686;
75+
PBXWorkspaceStateSaveDate = 304548686;
7676
};
7777
perUserProjectItems = {
7878
FABE3EE412256C8900BCE045 = FABE3EE412256C8900BCE045 /* PBXTextBookmark */;
@@ -85,13 +85,20 @@
8585
FAE110C01226F7E2006ED12A = FAE110C01226F7E2006ED12A /* PBXTextBookmark */;
8686
FAE1113F1226FF8A006ED12A = FAE1113F1226FF8A006ED12A /* PBXTextBookmark */;
8787
FAE111401226FF8A006ED12A = FAE111401226FF8A006ED12A /* PBXTextBookmark */;
88-
FAE11148122701A0006ED12A /* PBXTextBookmark */ = FAE11148122701A0006ED12A /* PBXTextBookmark */;
89-
FAE11149122701A0006ED12A /* PBXTextBookmark */ = FAE11149122701A0006ED12A /* PBXTextBookmark */;
88+
FAE11148122701A0006ED12A = FAE11148122701A0006ED12A /* PBXTextBookmark */;
89+
FAE11149122701A0006ED12A = FAE11149122701A0006ED12A /* PBXTextBookmark */;
9090
};
9191
sourceControlManager = FABE3E751225667400BCE045 /* Source Control */;
9292
userBuildSettings = {
9393
};
9494
};
95+
FA3265CF12270BA400D0B36D /* AWNotification.m */ = {
96+
uiCtxt = {
97+
sepNavIntBoundsRect = "{{0, 0}, {830, 3848}}";
98+
sepNavSelRange = "{0, 0}";
99+
sepNavVisRange = "{0, 741}";
100+
};
101+
};
95102
FABE3E661225665900BCE045 /* AWNotification */ = {
96103
isa = PBXExecutable;
97104
activeArgIndices = (
@@ -137,13 +144,25 @@
137144
indexTemplatePath = "";
138145
};
139146
FABE3EE112256B8C00BCE045 /* AWNotificationView.h */ = {
147+
isa = PBXFileReference;
148+
fileEncoding = 4;
149+
lastKnownFileType = sourcecode.c.h;
150+
name = AWNotificationView.h;
151+
path = /Users/Alex/Dropbox/iPhone/Utilities/AWNotification/Classes/AWNotificationView.h;
152+
sourceTree = "<absolute>";
140153
uiCtxt = {
141154
sepNavIntBoundsRect = "{{0, 0}, {964, 975}}";
142155
sepNavSelRange = "{1993, 0}";
143156
sepNavVisRange = "{1616, 793}";
144157
};
145158
};
146159
FABE3EE212256B8C00BCE045 /* AWNotificationView.m */ = {
160+
isa = PBXFileReference;
161+
fileEncoding = 4;
162+
lastKnownFileType = sourcecode.c.objc;
163+
name = AWNotificationView.m;
164+
path = /Users/Alex/Dropbox/iPhone/Utilities/AWNotification/Classes/AWNotificationView.m;
165+
sourceTree = "<absolute>";
147166
uiCtxt = {
148167
sepNavIntBoundsRect = "{{0, 0}, {859, 4745}}";
149168
sepNavSelRange = "{25, 0}";

0 commit comments

Comments
 (0)