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

Commit 00436ab

Browse files
author
Vikas Dadheech
committed
Update the folder structure and podspecs
1 parent f8511bd commit 00436ab

File tree

1,450 files changed

+7369
-5712
lines changed

Some content is hidden

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

1,450 files changed

+7369
-5712
lines changed

MSGraphModels.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Pod::Spec.new do |s|
3737
# Not including the public_header_files will make all headers public.
3838
#
3939

40-
s.source_files = "MSGraphModels/MSGraphModels/*.{h,m}"
40+
s.source_files = "MSGraphModels/MSGraphModels/**/*.{h,m}"
4141
s.exclude_files = "MSGraphModels/MSGraphModelsTests/*"
42-
s.public_header_files = "MSGraphModels/MSGraphModels/*.h"
42+
s.public_header_files = "MSGraphModels/MSGraphModels/**/*.h"
4343

4444
# s.public_header_files = "Classes/**/*.h"
4545

@@ -80,7 +80,7 @@ Pod::Spec.new do |s|
8080
# s.requires_arc = true
8181

8282
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
83-
# s.dependency "MSGraphCoreSDK/Models"
83+
# s.dependency "MSGraphCoreSDK/Models"
8484

8585

8686
end

MSGraphModels/MSGraphModels.xcodeproj/project.pbxproj

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

MSGraphModels/MSGraphModels.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.
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

MSGraphModels/MSGraphModels/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)