Commit a6c47fa541cbea2679f460813f274662e2fa9825

Authored by 张旭
1 parent 0aa9b680

no message

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