Skip to content

Commit 6e90a0a

Browse files
committed
add macOS Demo , support CocoaPods!
1 parent 51de344 commit 6e90a0a

File tree

66 files changed

+1848
-966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1848
-966
lines changed

PPCounter IOSDemo/PPCounter IOSDemo.xcodeproj/project.pbxproj

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

PPCounter.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to PPCounter IOSDemo/PPCounter IOSDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "35E1DFF11E6D3B90006C98F4"
18-
BuildableName = "PPCounter OSX Demo.app"
19-
BlueprintName = "PPCounter OSX Demo"
20-
ReferencedContainer = "container:PPCounter OSX Demo.xcodeproj">
17+
BlueprintIdentifier = "22F0EA2E1E6DB30D00FF7F7D"
18+
BuildableName = "PPCounter IOSDemo.app"
19+
BlueprintName = "PPCounter IOSDemo"
20+
ReferencedContainer = "container:PPCounter IOSDemo.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -32,10 +32,10 @@
3232
<MacroExpansion>
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "35E1DFF11E6D3B90006C98F4"
36-
BuildableName = "PPCounter OSX Demo.app"
37-
BlueprintName = "PPCounter OSX Demo"
38-
ReferencedContainer = "container:PPCounter OSX Demo.xcodeproj">
35+
BlueprintIdentifier = "22F0EA2E1E6DB30D00FF7F7D"
36+
BuildableName = "PPCounter IOSDemo.app"
37+
BlueprintName = "PPCounter IOSDemo"
38+
ReferencedContainer = "container:PPCounter IOSDemo.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
4141
<AdditionalOptions>
@@ -55,10 +55,10 @@
5555
runnableDebuggingMode = "0">
5656
<BuildableReference
5757
BuildableIdentifier = "primary"
58-
BlueprintIdentifier = "35E1DFF11E6D3B90006C98F4"
59-
BuildableName = "PPCounter OSX Demo.app"
60-
BlueprintName = "PPCounter OSX Demo"
61-
ReferencedContainer = "container:PPCounter OSX Demo.xcodeproj">
58+
BlueprintIdentifier = "22F0EA2E1E6DB30D00FF7F7D"
59+
BuildableName = "PPCounter IOSDemo.app"
60+
BlueprintName = "PPCounter IOSDemo"
61+
ReferencedContainer = "container:PPCounter IOSDemo.xcodeproj">
6262
</BuildableReference>
6363
</BuildableProductRunnable>
6464
<AdditionalOptions>
@@ -74,10 +74,10 @@
7474
runnableDebuggingMode = "0">
7575
<BuildableReference
7676
BuildableIdentifier = "primary"
77-
BlueprintIdentifier = "35E1DFF11E6D3B90006C98F4"
78-
BuildableName = "PPCounter OSX Demo.app"
79-
BlueprintName = "PPCounter OSX Demo"
80-
ReferencedContainer = "container:PPCounter OSX Demo.xcodeproj">
77+
BlueprintIdentifier = "22F0EA2E1E6DB30D00FF7F7D"
78+
BuildableName = "PPCounter IOSDemo.app"
79+
BlueprintName = "PPCounter IOSDemo"
80+
ReferencedContainer = "container:PPCounter IOSDemo.xcodeproj">
8181
</BuildableReference>
8282
</BuildableProductRunnable>
8383
</ProfileAction>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>PPCounter OSX Demo.xcscheme</key>
7+
<key>PPCounter IOSDemo.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>0</integer>
1111
</dict>
1212
</dict>
1313
<key>SuppressBuildableAutocreation</key>
1414
<dict>
15-
<key>35E1DFF11E6D3B90006C98F4</key>
15+
<key>22F0EA2E1E6DB30D00FF7F7D</key>
1616
<dict>
1717
<key>primary</key>
1818
<true/>

PPCounter/AppDelegate.h renamed to PPCounter IOSDemo/PPCounter IOSDemo/AppDelegate.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
22
// AppDelegate.h
3-
// PPCounter
3+
// PPCounter IOSDemo
44
//
5-
// Created by AndyPang on 16/10/15.
6-
// Copyright © 2016年 AndyPang. All rights reserved.
5+
// Created by AndyPang on 2017/3/6.
6+
// Copyright © 2017年 AndyPang. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

PPCounter/AppDelegate.m renamed to PPCounter IOSDemo/PPCounter IOSDemo/AppDelegate.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
22
// AppDelegate.m
3-
// PPCounter
3+
// PPCounter IOSDemo
44
//
5-
// Created by AndyPang on 16/10/15.
6-
// Copyright © 2016年 AndyPang. All rights reserved.
5+
// Created by AndyPang on 2017/3/6.
6+
// Copyright © 2017年 AndyPang. All rights reserved.
77
//
88

99
#import "AppDelegate.h"

0 commit comments

Comments
 (0)