Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit caab872

Browse files
authored
Merge pull request #13 from microsoftgraph/vidadhee/ProjectRename
Merge changes to rename the project
2 parents 70fba93 + 38512e1 commit caab872

File tree

78 files changed

+194
-194
lines changed

Some content is hidden

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

78 files changed

+194
-194
lines changed

MSGraphCoreSDK.podspec

Lines changed: 0 additions & 37 deletions
This file was deleted.

MSGraphCoreSDK/MSGraphCoreSDK/MSGraphCoreSDK.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

MSGraphSDK.podspec

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Pod::Spec.new do |s|
3+
4+
s.name = "MSGraphSDK"
5+
s.version = "0.1.2"
6+
s.summary = "Microsoft Graph ObjC SDK."
7+
8+
s.description = <<-DESC
9+
Integrate the Microsoft Graph API into your iOS App!
10+
DESC
11+
12+
s.homepage = "http://graph.microsoft.io"
13+
s.license = { :type => "MIT", :file => "LICENSE" }
14+
s.author = 'Microsoft Graph'
15+
16+
17+
s.ios.deployment_target = "9.0"
18+
s.osx.deployment_target = "10.10"
19+
20+
s.source = { :git => "https://github.com/microsoftgraph/msgraph-sdk-objc.git", :tag=> s.version }
21+
22+
s.source_files = "MSGraphSDK/MSGraphSDK/MSGraphSDK.h"
23+
s.exclude_files = "MSGraphSDK/MSGraphSDKTests/*"
24+
s.public_header_files = "MSGraphSDK/MSGraphSDK/MSGraphSDK.h"
25+
26+
s.subspec "Authentication" do |authentication|
27+
authentication.source_files = "MSGraphSDK/MSGraphSDK/Authentication/*.{h,m}"
28+
authentication.public_header_files = "MSGraphSDK/MSGraphSDK/Authentication/*.h"
29+
end
30+
31+
s.subspec "Common" do |common|
32+
common.dependency 'MSGraphSDK/Authentication'
33+
common.source_files = "MSGraphSDK/MSGraphSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.{h,m}"
34+
common.public_header_files = "MSGraphSDK/MSGraphSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.h"
35+
end
36+
37+
end

MSGraphCoreSDK/MSGraphCoreSDK.xcodeproj/project.pbxproj renamed to MSGraphSDK/MSGraphSDK.xcodeproj/project.pbxproj

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

MSGraphCoreSDK/MSGraphCoreSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to MSGraphSDK/MSGraphSDK.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.

MSGraphCoreSDK/MSGraphCoreSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to MSGraphSDK/MSGraphSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

MSGraphCoreSDK/MSGraphCoreSDK.xcodeproj/xcshareddata/xcschemes/MSGraphCoreSDK.xcscheme renamed to MSGraphSDK/MSGraphSDK.xcodeproj/xcshareddata/xcschemes/MSGraphSDK.xcscheme

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
18-
BuildableName = "MSGraphCoreSDK.framework"
19-
BlueprintName = "MSGraphCoreSDK"
20-
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
18+
BuildableName = "MSGraphSDK.framework"
19+
BlueprintName = "MSGraphSDK"
20+
ReferencedContainer = "container:MSGraphSDK.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -34,19 +34,19 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "E5069AD5211C1AD500432372"
37-
BuildableName = "MSGraphCoreSDKTests.xctest"
38-
BlueprintName = "MSGraphCoreSDKTests"
39-
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
37+
BuildableName = "MSGraphSDKTests.xctest"
38+
BlueprintName = "MSGraphSDKTests"
39+
ReferencedContainer = "container:MSGraphSDK.xcodeproj">
4040
</BuildableReference>
4141
</TestableReference>
4242
</Testables>
4343
<MacroExpansion>
4444
<BuildableReference
4545
BuildableIdentifier = "primary"
4646
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
47-
BuildableName = "MSGraphCoreSDK.framework"
48-
BlueprintName = "MSGraphCoreSDK"
49-
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
47+
BuildableName = "MSGraphSDK.framework"
48+
BlueprintName = "MSGraphSDK"
49+
ReferencedContainer = "container:MSGraphSDK.xcodeproj">
5050
</BuildableReference>
5151
</MacroExpansion>
5252
<AdditionalOptions>
@@ -66,9 +66,9 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
69-
BuildableName = "MSGraphCoreSDK.framework"
70-
BlueprintName = "MSGraphCoreSDK"
71-
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
69+
BuildableName = "MSGraphSDK.framework"
70+
BlueprintName = "MSGraphSDK"
71+
ReferencedContainer = "container:MSGraphSDK.xcodeproj">
7272
</BuildableReference>
7373
</MacroExpansion>
7474
<AdditionalOptions>
@@ -84,9 +84,9 @@
8484
<BuildableReference
8585
BuildableIdentifier = "primary"
8686
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
87-
BuildableName = "MSGraphCoreSDK.framework"
88-
BlueprintName = "MSGraphCoreSDK"
89-
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
87+
BuildableName = "MSGraphSDK.framework"
88+
BlueprintName = "MSGraphSDK"
89+
ReferencedContainer = "container:MSGraphSDK.xcodeproj">
9090
</BuildableReference>
9191
</MacroExpansion>
9292
</ProfileAction>

MSGraphCoreSDK/MSGraphCoreSDK/Authentication/MSAuthenticationProvider.h renamed to MSGraphSDK/MSGraphSDK/Authentication/MSAuthenticationProvider.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)