File tree 9 files changed +16
-16
lines changed
ParseOSXStarterProject/Resources
ParseOSXStarterProject-Swift/Resources
ParseStarterProject/Resources
ParseStarterProject-Swift/Resources
9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Parse'
3
- s . version = '1.9.1 '
3
+ s . version = '1.10.0 '
4
4
s . license = { :type => 'Commercial' , :text => "See https://www.parse.com/about/terms" }
5
5
s . homepage = 'https://www.parse.com/'
6
6
s . summary = 'Parse is a complete technology stack to power your app\'s backend.'
Original file line number Diff line number Diff line change 16
16
// / @name Version
17
17
// /--------------------------------------
18
18
19
- #define PARSE_VERSION @" 1.9.1 "
19
+ #define PARSE_VERSION @" 1.10.0 "
20
20
21
21
extern NSInteger const PARSE_API_VERSION;
22
22
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >FMWK </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >1.9.1 </string >
16
+ <string >1.10.0 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.9.1 </string >
20
+ <string >1.10.0 </string >
21
21
</dict >
22
22
</plist >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >FMWK </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >1.9.1 </string >
16
+ <string >1.10.0 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleSupportedPlatforms </key >
22
22
<string >iPhoneOS </string >
23
23
</array >
24
24
<key >CFBundleVersion </key >
25
- <string >1.9.1 </string >
25
+ <string >1.10.0 </string >
26
26
<key >MinimumOSVersion </key >
27
27
<string >6.0 </string >
28
28
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.9.1 </string >
18
+ <string >1.10.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1.9.1 </string >
22
+ <string >1.10.0 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.9.1 </string >
20
+ <string >1.10.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >1.9.1 </string >
24
+ <string >1.10.0 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
27
27
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.9.1 </string >
20
+ <string >1.10.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >1.9.1 </string >
24
+ <string >1.10.0 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >${MACOSX_DEPLOYMENT_TARGET} </string >
27
27
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.9.1 </string >
18
+ <string >1.10.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1.9.1 </string >
22
+ <string >1.10.0 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UIMainStoryboardFile </key >
Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.9.1 </string >
22
+ <string >1.10.0 </string >
23
23
<key >CFBundleSignature </key >
24
24
<string >???? </string >
25
25
<key >CFBundleVersion </key >
26
- <string >1.9.1 </string >
26
+ <string >1.10.0 </string >
27
27
<key >LSRequiresIPhoneOS </key >
28
28
<true />
29
29
<key >NSMainNibFile </key >
You can’t perform that action at this time.
0 commit comments