Skip to content

Commit 121ce63

Browse files
committed
Increased version number
1 parent 1d36cb1 commit 121ce63

File tree

10 files changed

+248
-211
lines changed

10 files changed

+248
-211
lines changed

Example/MSAutoView.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,12 @@
234234
TargetAttributes = {
235235
607FACCF1AFB9204008FA782 = {
236236
CreatedOnToolsVersion = 6.3.1;
237+
DevelopmentTeam = QSDLRYGQGQ;
237238
LastSwiftMigration = 0920;
238239
};
239240
607FACE41AFB9204008FA782 = {
240241
CreatedOnToolsVersion = 6.3.1;
242+
DevelopmentTeam = QSDLRYGQGQ;
241243
LastSwiftMigration = 0900;
242244
TestTargetID = 607FACCF1AFB9204008FA782;
243245
};
@@ -495,6 +497,7 @@
495497
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
496498
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
497499
CLANG_ENABLE_MODULES = YES;
500+
DEVELOPMENT_TEAM = QSDLRYGQGQ;
498501
INFOPLIST_FILE = MSAutoView/Info.plist;
499502
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
500503
MODULE_NAME = ExampleApp;
@@ -514,6 +517,7 @@
514517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
515518
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
516519
CLANG_ENABLE_MODULES = YES;
520+
DEVELOPMENT_TEAM = QSDLRYGQGQ;
517521
INFOPLIST_FILE = MSAutoView/Info.plist;
518522
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
519523
MODULE_NAME = ExampleApp;
@@ -530,6 +534,7 @@
530534
baseConfigurationReference = 5023723742AC700DDCCE590D /* Pods-MSAutoView_Tests.debug.xcconfig */;
531535
buildSettings = {
532536
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
537+
DEVELOPMENT_TEAM = QSDLRYGQGQ;
533538
FRAMEWORK_SEARCH_PATHS = (
534539
"$(SDKROOT)/Developer/Library/Frameworks",
535540
"$(inherited)",
@@ -552,6 +557,7 @@
552557
baseConfigurationReference = 691A9A8A5E37EEE769C22D7A /* Pods-MSAutoView_Tests.release.xcconfig */;
553558
buildSettings = {
554559
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
560+
DEVELOPMENT_TEAM = QSDLRYGQGQ;
555561
FRAMEWORK_SEARCH_PATHS = (
556562
"$(SDKROOT)/Developer/Library/Frameworks",
557563
"$(inherited)",

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- MSAutoView (2.6.0)
2+
- MSAutoView (2.7.0)
33

44
DEPENDENCIES:
55
- MSAutoView (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
MSAutoView: 949eb469f8b8bdc50499f0530e24725e74c1720c
12+
MSAutoView: c3cc17614011c964c60ec5e4ecd4f0313276affa
1313

1414
PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba
1515

Example/Pods/Local Podspecs/MSAutoView.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+229-198
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/MSAutoView.xcscheme

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/MSAutoView/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MSAutoView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'MSAutoView'
11-
s.version = '2.6.0'
11+
s.version = '2.7.0'
1212
s.summary = 'An easy way to create reusable xibs.'
1313
s.swift_version = '3.2'
1414

0 commit comments

Comments
 (0)