Skip to content

Commit 145719b

Browse files
committed
Update to 3.3.6. EasyLink library update to 4.2.3, Fix EasyLink aws extradata format
1 parent aa4c3f4 commit 145719b

File tree

10 files changed

+468
-376
lines changed

10 files changed

+468
-376
lines changed

EasyLink Enterprise.entitlements

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.developer.networking.wifi-info</key>
6+
<true/>
7+
</dict>
8+
</plist>

EasyLink copy-Info.plist

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>${PRODUCT_NAME}</string>
9+
<key>CFBundleExecutable</key>
10+
<string>${EXECUTABLE_NAME}</string>
11+
<key>CFBundleIcons</key>
12+
<dict/>
13+
<key>CFBundleIcons~ipad</key>
14+
<dict/>
15+
<key>CFBundleIdentifier</key>
16+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
17+
<key>CFBundleInfoDictionaryVersion</key>
18+
<string>6.0</string>
19+
<key>CFBundleName</key>
20+
<string>${PRODUCT_NAME:rfc1034identifier}</string>
21+
<key>CFBundlePackageType</key>
22+
<string>APPL</string>
23+
<key>CFBundleShortVersionString</key>
24+
<string>3.3.6</string>
25+
<key>CFBundleSignature</key>
26+
<string>????</string>
27+
<key>CFBundleVersion</key>
28+
<string>3.3.6</string>
29+
<key>LSRequiresIPhoneOS</key>
30+
<true/>
31+
<key>UIApplicationExitsOnSuspend</key>
32+
<false/>
33+
<key>UILaunchStoryboardName</key>
34+
<string>Launch Screen</string>
35+
<key>UIMainStoryboardFile</key>
36+
<string>MainStoryboard</string>
37+
<key>UIRequiredDeviceCapabilities</key>
38+
<array>
39+
<string>armv7</string>
40+
</array>
41+
<key>UIRequiresFullScreen</key>
42+
<true/>
43+
<key>UIStatusBarTintParameters</key>
44+
<dict>
45+
<key>UINavigationBar</key>
46+
<dict>
47+
<key>Style</key>
48+
<string>UIBarStyleDefault</string>
49+
<key>Translucent</key>
50+
<false/>
51+
</dict>
52+
</dict>
53+
<key>UISupportedInterfaceOrientations</key>
54+
<array>
55+
<string>UIInterfaceOrientationPortrait</string>
56+
</array>
57+
</dict>
58+
</plist>

EasyLink.entitlements

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.developer.networking.wifi-info</key>
6+
<true/>
7+
</dict>
8+
</plist>

EasyLink/EasyLink.entitlements

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict/>
4+
<dict>
5+
<key>com.apple.developer.networking.wifi-info</key>
6+
<true/>
7+
</dict>
58
</plist>

EasyLink/EasyLink/libEasyLink.a

242 KB
Binary file not shown.

EasyLink_Enterprise-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.3.5</string>
24+
<string>3.3.6</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>3.3.5</string>
28+
<string>3.3.6</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UIApplicationExitsOnSuspend</key>

General/EasyLink-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.3.5</string>
24+
<string>3.3.6</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>3.3.5</string>
28+
<string>3.3.6</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UIApplicationExitsOnSuspend</key>

MICO.xcodeproj/project.pbxproj

Lines changed: 359 additions & 370 deletions
Large diffs are not rendered by default.

MICO.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Podfile.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ DEPENDENCIES:
2424
- Reachability (~> 3.1.0)
2525
- RMMultipleViewsController (~> 1.0.2)
2626

27+
SPEC REPOS:
28+
https://github.com/CocoaPods/Specs.git:
29+
- CocoaAsyncSocket
30+
- CustomIOSAlertView
31+
- GoldRaccoon
32+
- HMSegmentedControl
33+
- JSQMessagesViewController
34+
- JSQSystemSoundPlayer
35+
- KNSemiModalViewController
36+
- MJRefresh
37+
- PulsingHalo
38+
- Reachability
39+
- RMMultipleViewsController
40+
2741
SPEC CHECKSUMS:
2842
CocoaAsyncSocket: f5783bdedd232d91b89769bc4b5a1580aed518ad
2943
CustomIOSAlertView: 94d2401e34fcfb0ac0134679d6947f5e251b0446
@@ -37,4 +51,6 @@ SPEC CHECKSUMS:
3751
Reachability: dd9aa4fb6667b9f787690a74f53cb7634ce99893
3852
RMMultipleViewsController: e00985ae6e90330f2a78037a2cc5e7ee2d5e6232
3953

40-
COCOAPODS: 0.38.2
54+
PODFILE CHECKSUM: f140f73c8afa08d8f965023179c4c00e9975bf2f
55+
56+
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)