Commit a6c47fa541cbea2679f460813f274662e2fa9825

Authored by 张旭
1 parent 0aa9b680

no message

VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
@@ -65,6 +65,14 @@ @@ -65,6 +65,14 @@
65 /* End PBXFrameworksBuildPhase section */ 65 /* End PBXFrameworksBuildPhase section */
66 66
67 /* Begin PBXGroup section */ 67 /* Begin PBXGroup section */
  68 + D26EE1701F9D81110076873E /* New Group */ = {
  69 + isa = PBXGroup;
  70 + children = (
  71 + D2ED41671F95F3BD00803E9D /* ViewController.m */,
  72 + );
  73 + path = "New Group";
  74 + sourceTree = "<group>";
  75 + };
68 D2ED41571F95F3BD00803E9D = { 76 D2ED41571F95F3BD00803E9D = {
69 isa = PBXGroup; 77 isa = PBXGroup;
70 children = ( 78 children = (
@@ -89,7 +97,7 @@ @@ -89,7 +97,7 @@
89 D2ED41631F95F3BD00803E9D /* AppDelegate.h */, 97 D2ED41631F95F3BD00803E9D /* AppDelegate.h */,
90 D2ED41641F95F3BD00803E9D /* AppDelegate.m */, 98 D2ED41641F95F3BD00803E9D /* AppDelegate.m */,
91 D2ED41661F95F3BD00803E9D /* ViewController.h */, 99 D2ED41661F95F3BD00803E9D /* ViewController.h */,
92 - D2ED41671F95F3BD00803E9D /* ViewController.m */, 100 + D26EE1701F9D81110076873E /* New Group */,
93 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */, 101 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */,
94 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */, 102 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */,
95 81DC51CF1F95FB7D0060EBE3 /* NativeAdListsController.h */, 103 81DC51CF1F95FB7D0060EBE3 /* NativeAdListsController.h */,
@@ -139,7 +147,7 @@ @@ -139,7 +147,7 @@
139 }; 147 };
140 }; 148 };
141 }; 149 };
142 - buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */; 150 + buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */;
143 compatibilityVersion = "Xcode 8.0"; 151 compatibilityVersion = "Xcode 8.0";
144 developmentRegion = en; 152 developmentRegion = en;
145 hasScannedForEncodings = 0; 153 hasScannedForEncodings = 0;
@@ -363,7 +371,7 @@ @@ -363,7 +371,7 @@
363 /* End XCBuildConfiguration section */ 371 /* End XCBuildConfiguration section */
364 372
365 /* Begin XCConfigurationList section */ 373 /* Begin XCConfigurationList section */
366 - D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */ = { 374 + D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */ = {
367 isa = XCConfigurationList; 375 isa = XCConfigurationList;
368 buildConfigurations = ( 376 buildConfigurations = (
369 D2ED41741F95F3BD00803E9D /* Debug */, 377 D2ED41741F95F3BD00803E9D /* Debug */,
VLionADSDKDemo/VLionADSDKDemo/Info.plist
@@ -4,6 +4,8 @@ @@ -4,6 +4,8 @@
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>瑞狮广告</string>
7 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string> 10 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
@@ -16,6 +18,15 @@ @@ -16,6 +18,15 @@
16 <string>APPL</string> 18 <string>APPL</string>
17 <key>CFBundleShortVersionString</key> 19 <key>CFBundleShortVersionString</key>
18 <string>1.0</string> 20 <string>1.0</string>
  21 + <key>CFBundleURLTypes</key>
  22 + <array>
  23 + <dict>
  24 + <key>CFBundleTypeRole</key>
  25 + <string>Editor</string>
  26 + <key>CFBundleURLSchemes</key>
  27 + <array/>
  28 + </dict>
  29 + </array>
19 <key>CFBundleVersion</key> 30 <key>CFBundleVersion</key>
20 <string>1</string> 31 <string>1</string>
21 <key>LSRequiresIPhoneOS</key> 32 <key>LSRequiresIPhoneOS</key>
VLionADSDKDemo/VLionADSDKDemo/ViewController.m renamed to VLionAdSDKDemo/VLionAdSDKDemo/New Group/ViewController.m
@@ -163,7 +163,6 @@ @@ -163,7 +163,6 @@
163 } 163 }
164 } 164 }
165 165
166 -  
167 - (void)didReceiveMemoryWarning { 166 - (void)didReceiveMemoryWarning {
168 [super didReceiveMemoryWarning]; 167 [super didReceiveMemoryWarning];
169 // Dispose of any resources that can be recreated. 168 // Dispose of any resources that can be recreated.