Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2010-07-30 13:46:35 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b60d4f2f2dec7c47fcb76d8975d69c1f1f714449
b60d4f2f
1 parent
cfec32aa
Fix nib name in iPad sample (closes gh-67)
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
Classes/ASIHTTPRequest.m
iPhone Sample/Resources/iPadMainWindow.xib
Classes/ASIHTTPRequest.m
View file @
b60d4f2
...
...
@@ -23,7 +23,7 @@
// Automatically set on build
NSString
*
ASIHTTPRequestVersion
=
@"v1.7-3
6 2010-07-27
"
;
NSString
*
ASIHTTPRequestVersion
=
@"v1.7-3
8 2010-07-30
"
;
NSString
*
const
NetworkRequestErrorDomain
=
@"ASIHTTPRequestErrorDomain"
;
...
...
iPhone Sample/Resources/iPadMainWindow.xib
View file @
b60d4f2
...
...
@@ -12,6 +12,7 @@
</object>
<object
class=
"NSMutableArray"
key=
"IBDocument.EditedObjectIDs"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
<integer
value=
"60"
/>
</object>
<object
class=
"NSArray"
key=
"IBDocument.PluginDependencies"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
...
...
@@ -107,7 +108,7 @@
</object>
<object
class=
"IBUIViewController"
key=
"IBUIDetailViewController"
id=
"383891141"
>
<reference
key=
"IBUIParentViewController"
ref=
"619662148"
/>
<string
key=
"IBUINibName"
>
S
ynchronous
</string>
<string
key=
"IBUINibName"
>
S
ample
</string>
<object
class=
"IBUISimulatedStatusBarMetrics"
key=
"IBUISimulatedStatusBarMetrics"
>
<int
key=
"IBUIStatusBarStyle"
>
2
</int>
</object>
...
...
@@ -279,14 +280,14 @@
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
</object>
</object>
<string>
{{
374
, 13}, {768, 1024}}
</string>
<string>
{{
682
, 13}, {768, 1024}}
</string>
<string>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<integer
value=
"1"
/>
<string>
iPadSampleAppDelegate
</string>
<string>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string>
SynchronousViewController
</string>
<string>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string>
{{
329, 308
}, {1024, 768}}
</string>
<string>
{{
571, 157
}, {1024, 768}}
</string>
<string>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string>
RootViewController
</string>
...
...
@@ -339,7 +340,7 @@
</object>
<object
class=
"IBClassDescriptionSource"
key=
"sourceIdentifier"
>
<string
key=
"majorKey"
>
IBProjectSource
</string>
<string
key=
"minorKey"
>
RootViewController.h
</string>
<string
key=
"minorKey"
>
iPhone Sample/
RootViewController.h
</string>
</object>
</object>
<object
class=
"IBPartialClassDescription"
>
...
...
@@ -379,7 +380,7 @@
</object>
<object
class=
"IBClassDescriptionSource"
key=
"sourceIdentifier"
>
<string
key=
"majorKey"
>
IBProjectSource
</string>
<string
key=
"minorKey"
>
SampleViewController.h
</string>
<string
key=
"minorKey"
>
iPhone Sample/
SampleViewController.h
</string>
</object>
</object>
<object
class=
"IBPartialClassDescription"
>
...
...
@@ -438,7 +439,7 @@
</object>
<object
class=
"IBClassDescriptionSource"
key=
"sourceIdentifier"
>
<string
key=
"majorKey"
>
IBProjectSource
</string>
<string
key=
"minorKey"
>
iPadSampleAppDelegate.h
</string>
<string
key=
"minorKey"
>
iP
hone Sample/iP
adSampleAppDelegate.h
</string>
</object>
</object>
</object>
...
...
Please
register
or
login
to post a comment